Introduction 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 Commentfredrkl Posts
Introduction 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 CommentIn Terraform 1.6, Terraform Test was rearchitected and reintroduced. This feature offers a structured and automated way for users to write and execute tests against…
Leave a CommentIntroduction Creating diagrams is essential for understanding and discussing complicated structures and processes in software development, but creating and maintaining them can be tedious and…
Leave a Comment