This is a blog about software engineering, web development, and anything else I find interesting.
May 28 2024
While liveness and readiness probes are widely discussed, startup probes are equally crucial, particularly for applications with significant initialization times. This article delves into startup probes, explaining their purpose, configuration, and common practices.
May 12 2024
Explore why a shift from code annotations to plain OpenAPI Specification (OAS) enhances API design and development processes.
March 10 2024
ArgoCD is a declarative, GitOps continuous delivery tool for Kubernetes.
April 09 2022
Distributed Application Runtime is a great way to decouple application's specific logic from operational distributed messaging
January 29 2022
In this tutorial I want to cover how powerful raw HTML and Javascript could be, and how they could improve the speed of your website
December 11 2021
Many companies don't release a newer version of their product to customers before they are 100% sure that the newer version with all of its features works properly
December 04 2021
Infrastructure as Data (IaD) isn't a new concept, it just gain a bit more popularity and attention since Kubernetes and Serverless started to appear
November 27 2021
In this article I want to explain / summarize how light weight and yet powerful tools like strace and ptrace are...
June 19 2020
Creating your own kubernetes cluster on raspberry pi doesn't take much effort and it was a fun experience...
April 19 2020
In this short tutorial we're going to create 3 node cluster with a Metal LB deployed so we can test our services locally...