Posts
All articles sorted by date. Deep dives, comparisons, and various technical explorations.
Filter by topic
Sockets Under the Hood
Deep dive into TCP sockets: from syscall to kernel. Understanding what happens when your code calls connect().
CI/CD Real World
A real CI/CD pipeline has secrets, caching, rollbacks, and debugging. Let's see how to set it up without dying in the attempt.
Go vs Spring Boot
Real comparison between Go and Spring Boot. No hype, just experience from using both in production microservices.