I like writing about technical topics and exploring internal architectures and distributed systems.
(I’m by no means an expert, these are just my learnings and thoughts as I keep discovering more.)
Modern CPUs don't love reading data from arbitrary addresses. If you are looking at some low-level codebase or building something like allocator then having different data types at random memory address might be fatal or can be slower, and "might be slower" is already bad for an allocator.
Posted on: Saturday, February 21, 2026
I've been really enjoying reading tech books from this year (though don't ask how many I've completed 😶🌫️) This blog is kinda me listing out, will keep this updated, hopefully.

Posted on: Friday, April 18, 2025
Understand how kubernetes core components works and the whole lifecycle of the pod creation within the kubernetes cluster
Posted on: Saturday, December 21, 2024
When you type www.anysite.com in your browser, the process of finding the right IP address to load the website isn't as straightforward as it seems.
Posted on: Monday, November 18, 2024
An overview of variadic functions in GO
Posted on: Monday, October 21, 2024
When you have many VM instances in the cloud, managing and configuring each one individually can be very time-consuming. That’s where Ansible comes in handy. It allows you to automate the setup and management of all your VMs from one place.

Posted on: Friday, September 20, 2024