Introduction 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 Commentfredrkl Posts
Introduction 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 CommentIntroduction In my blog post, https://fredrkl.com/blog/privileged-identity-management-for-azure-resources/, I looked at privileged identity management in Azure, specifically for Azure resources. This gives users time-limited access to certain…
Leave a CommentIntroduction Azure’s Privileged Identity Management (PIM) is an essential service that helps manage the security of your organization’s resources. It allows you to effectively manage,…
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 Comment