From the Blog
Thoughts on technology, digital transformation, and everything in between.
Golang Worker Pool in a Controlled Way
Master the art of concurrent programming in Go by implementing efficient worker pools with controlled concurrency, proper resource management, and graceful error handling.
Read More →
Why Digital Frontier and Data Are Running Show in Industry 4.0
Let's be honest. Factories used to be loud, greasy places where decisions were made with clipboards, gut feelings, and someone yelling across the floor.
Read More →
Why I Needed to Finest PostgreSQL Setup on a Budget VM
I did not plan to run PostgreSQL in production on a tiny VM. It just happened. The setup was simple, almost suspiciously simple.
Read More →
Why I Chose Neo4j to Map Friends Without Losing My Mind
At some point, every developer building a social feature hits the same wall. "How do I find friends?" "Okay, now how do I find friends of friends?"
Read More →
Go: Heap Memory vs Stack Memory
Understanding how Go manages memory allocation is crucial for writing efficient and performant applications. Let's dive deep into the differences between heap and stack memory.
Read More →