Domain Driven Design Notes
August 24, 2025
This page contains my personal notes taken while reading the book Domain Driven Design by By Eric Evans.
My learning notes and cool stuff
August 24, 2025
This page contains my personal notes taken while reading the book Domain Driven Design by By Eric Evans.
November 28, 2023
In the ever-evolving landscape of Kubernetes orchestration, extending and customizing functionality is crucial. Mutating web hooks offer a powerful mechanism for dynamically altering objects before they are persisted in the cluster. In this guide, we’ll walk through the process of creating a mutating web hook for Kubernetes, from generating SSL certificates to deploying and testing the webhook service.
November 17, 2023
On this quick post I will show how to setup an AWX installation on a Kubernetes Cluster using AWX Operator.
October 26, 2023
As you start your journey through the extensive world of machine learning, perhaps you need a complete walk through a problem solved by neural network. A handwritten digit classifier could be considered as a great “hello world” in this case, which we can apply not a very hard neither too easy code to solve.