Recent Posts

BDD in the Cloud

1 minute read

``` Scenario: User can scale a cloud native application horizontally

Conways Law

2 minute read

Conway’s Law serves as a reminder that effective communication structures are essential to successful software development. The structure of a team can enabl...

Github Actions

2 minute read

GitHub Actions are automated tasks that can be triggered directly from a GitHub repository. They are used to automate software development workflows such as ...

I Love NATS!

1 minute read

Nats.io is an open-source, cloud-native messaging system that provides high-performance and secure communication between services and applications. It uses t...

Challenges with Gitops

1 minute read

I suggest approaching GitOps with caution, particularly when it comes to branching strategies. GitOps can be a great way to implement infrastructure as code,...