Docker Hosting Static Files in Containers Currently I'm hosting a bunch of static HTML files (with CSS, JS, images, ...) inside a plane nginx container. Mostly nginx:alpine, but sometimes also openresty/openresty:alpine and other similar
Docker Upgrade Postgres Container to Version 10 Postgres version 10 is here - well actually it's out for couple months already, but I finally got to use it. In fact I got to upgrade an existing Postgres
Tools What changed since 2012? - Things are simpler now! (in 2018) Yesterday, I realized, that it's been almost 2 long years since my last post. A lot has happened in that time and while migrating this blog to ghost, I reflected
Tools Vagrant + Docker = Rainbows + Unicorns Be honest with yourself, how many applications and services do you have running on your machine right now? And how many do you really need? Step 0 - rant 2
Mono How to connect Mono in Linux to Oracle Long post about all the steps I did can be found here: How I managed to connect from Mono in Linux to Oracle If you are using ServiceStack.OrmLite it
Mono How I managed to connect from Mono in Linux to Oracle TL;DR How to connect Mono in Linux to Oracle I'm in the process of migrating a ASP.NET MVC application to Mono and Linux. We made the decision to