Our best tips & tricks for iOS development
On our recent remote KHalfday, a few of us from the iOS community at Jayway took the opportunity to share our best tips and tricks for a more pleasant and…
On our recent remote KHalfday, a few of us from the iOS community at Jayway took the opportunity to share our best tips and tricks for a more pleasant and…
The AWS CDK (Cloud Development Kit) is a welcome contribution to the “Infrastructure as Code” family. It is a development framework that allows you to configure AWS resources using programming…
Table of Contents IntroductionExample Code - Attributed StringsFactory FunctionsTools & LibrariesExample Code - Rich Text Format (RTF)Example Code - Rich Text Format Directory (RTFD)Conclusion Introduction Attributed strings are great for…
Development of AWS Glue scripts can potentially add unnecessary expenses to your invoice if you are not careful. This blog post shows one way to avoid some of the cost…
AWS CLI MFA, how about that for title? It translates to Amazon Web Services Command Line Interface Multi Factor Authentication when all acronyms are spelled out. If you have enabled…
When the Windows Subsystem for Linux (WSL) - or, as most people even at Microsoft often refer to it - Bash on Ubuntu on Windows - was announced on Microsoft's…
I have developed an application in Python which uses the Kivy framework to implement the user interface. When I tried my application on my Raspberry Pi 3 the result wasn't…
360-degree video are hot topics, but what is it and how does it work across different platforms? In this series, I would like to dive into the matter and share…
TLDR; GS1 Datamatrix codes can be tricky. Use OkapiBarcode for easy handling. Anyone who has had to deal with GS1 barcodes has most likely made an acquaintance with this document, or perhaps…
Have you ever wished you hade a better button option? A button with a better layout? Look no further :) Creating a custom button! It is actually really really easy…
Android networking doesn't sound very radical nowadays. Actually, it's hard to find apps that don't have some sort of network dependency. Some of them won't even start without a stable network. Others…
tl;dr; Gather all your signing entities in one Keychain if possible, it might resolve some weird signing issues you're having. Problem When you have multiple signing entities in your Keychain,…
Defining information service infrastructures using AWS Cloudformation can sometimes feel like a double-edged sword. On the one hand it provides us with a high degree of control regarding consistency, on…
AWS Cloudformation is a super-powerful utility for defining entire backend infrastructures. Using it we can declaratively define infrastructure components and their inter-dependencies, then instantiate them all in one go. This…
Android and databases are powerful and really good to have but it is also not so fun working with. I'm going to show if not a funny way at least…