- Published on
The context.Context habits that have actually saved me in production Go services, with runnable examples for each one.
Read more →Hi there, I'm
Senior Technical Consultant · Golang & Python · Kuala Lumpur, Malaysia
Software engineer with 7+ years building scalable distributed systems, microservices, and cloud infrastructure. I write about backend engineering, Go, Kubernetes, and AI automation.
Thoughts on backend engineering, Go, cloud infrastructure, and AI.
The context.Context habits that have actually saved me in production Go services, with runnable examples for each one.
Read more →A short look at the Go 1.27 changes I will probably use first, with a few runnable examples.
Read more →A comprehensive guide to AWS EC2 covering instance types, purchasing options, security groups, placement strategies, AMIs, and everything you need to know to run compute workloads on AWS.
Read more →memsh is a virtual bash shell that runs entirely in memory. No files touch your disk, no OS commands leak out, and every built-in — including a Go interpreter — is a native Go plugin.
Read more →A practical walkthrough of building raftd: a distributed key-value store using Raft for consensus and gRPC for client and node communication.
Read more →