Posts / DevOps

Posts / DevOps

Photo by Bjørnar Hagen
I see many developers using Docker wrong. They still run everything locally, and only use Docker in the CI/CD pipeline. While this has it's benefits, there's still a lot of potential being missed.
To automatically version your app can be pretty complicated and a lot of solutions require complex dependencies and configurations. In this post I will show you how to do it with just a simple Bash script and Git.
Tolgee is an open source localization platform with cheap cloud plans and a self hosted option. It has great features, SDKs for all the popular JS front-ends, and a nice UI. In this post I'll show you how I set it up in k8s.
How to setup development and production container images for Next.js 13 with app router and standalone mode.