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 Commentfredrkl Posts
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 I am currently the architect for a migration project. We are building and deploying a system consisting of multiple applications built using microservices on…
Leave a CommentIntroduction I need to present quite a bit in my current role as an architect. I try to lay out a common goal, make sure…
Leave a CommentIntroduction Writing good git commit messages is ultimately a matter of personal preference. However, there are conventions that have tooling support and make them easier…
Leave a CommentIntroduction After spending quite a bit of time on developer machine setup, I found it time to version control and automate as much as possible.…
Leave a CommentIntroduction While working on my current project, I noticed that namespaces separated K8s environments. This blog post looks at some pros and cons of using…
Leave a CommentIntroduction This blog post looks at sequence diagrams in general, how utilizing techniques like diagrams as code can bring them under source control, and what…
Leave a CommentIntroduction This blog post will examine domain events, what they are, how they are identified during event storming, and their impact on domain modeling. Domain…
Leave a CommentIntroduction Neovim is a highly configurable and extensible text editor that is a fork of the popular Vim editor. It addresses Vim’s limitations by providing…
Leave a Comment