At work we have a few API services that are called from our clientside applications. Most of these have some specific setups for our production, some of which are the CORS (Cross-origin resource sharing) headers…
This year, I'll be attending the Google I/O conference in San Francisco, on May 28 - 29. This is actually one of the few conferences left, I'm still interested in, as it represents the…
Docker has been growing in popularity among developers and sysadmins for the last few years, but it wasn't until recently I decided to look into it for some of the projects I run in my…
In 2014, I'm switching jobs. In the course of this decision, I was asked by a former colleague, what motivated me in a position, as I've had quite a few over the years. Here's my…
When developing on the Mac, using Git as your version control system, one of the first things you'll notice is that Git adds .DS_Store files to your repository. This is not needed, as .DS_…