archive · 2024 · 2 entries · desc
No. 0007
2024·02·10
You are using Docker wrong
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.
No. 0006
2024·01·05
Auto versioning your app with a simple bash script
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.