Recent Posts

AI-aided test-first development

1 minute read

There’s a growing interest in leveraging AI tools to aid in code development in the software industry. While many opt to use models like ChatGPT to generate ...

Why Developers Shun ChatGPT Discussions

1 minute read

The emergence of OpenAI’s GPT models, including ChatGPT, has revolutionized the field of Natural Language Processing (NLP) and opened up new possibilities fo...

Event Sourcing

1 minute read

As a software developer, I have a strong opinion on Event Sourcing as a software design pattern and architectural style. Event Sourcing is a unique and innov...

Automated Code Reviews

less than 1 minute read

Automated code review tools are a game changer for software development. By integrating these tools into the merge request process, developers can receive re...

Sealed Secrets

2 minute read

Kubernetes uses a key-value object called a secret, but by default, they are not fully secure. They are kept separate from other data to allow for separate s...