docker Backing up PostgreSQL in Docker It's very quick and easy to deploy your project with docker, just a few lines of docker-compose and you are up and running. But what about backups? This is something that's easily forgotten but crucial.
devops Using Cypress in GitLab CI Cypress is a nice way to do automated tests for applications that don't come with a testing framework. Since I stumbled upon some issues getting it to work with our CI (Gitlab CI) I though to contribute with some documentation on how to get it working.
docker Installing private Gems from Gitlab during Docker Build Dockerize all the things, but what should you do with private gems? Well, lucky you, bundler has already thought about that and has a simple solution.
sysadmin Restoring postgresql data in docker You finally have your application running in Docker but at some point you find yourself in the position where you have to restore some database data to your postgresql container