Introduction I have previously blogged about centralized configuration and secret management with Azure App Configuration. This blog post looks at a tool called direnv and…
Leave a CommentTag: cloud-native
Introduction I have been working as a developer for about 17 years. During that time, I noticed quite a low bar for becoming a senior…
Leave a CommentIntroduction Container registries play a crucial role in developing and deploying cloud-native software applications. They act as repositories to store and distribute container images, which…
Leave a CommentIntroduction There are many ways to create a secure internal developer platform, e.g., following the aspect-oriented programming model and giving the developers free guardrails and…
Leave a CommentGit and Git branching If you are new to Git, you will first need to familiarize yourself with distributed version control. One good source is:…
Leave a Comment