From the Blog

Thoughts on technology, digital transformation, and everything in between.

Golang Worker Pool
February 1, 2026

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 →
Industry 4.0
January 19, 2026

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 →
PostgreSQL
March 13, 2025

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 →
Neo4j
May 21, 2024

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 Memory
October 26, 2024

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 →