Recent Posts

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,...

Distroless Images

2 minute read

Distroless Docker images are becoming popular for deployment containers due to their small size and reduced attack surface. These images eliminate the full o...