Posts
All the articles I've posted.
-
Learning by Reimplementing Raft
Published: at 11:05 AMBack in 2016, I was working on an NCache-to-Redis migration. The catch? This wasn’t a clean, containerized world.
-
The Paradox of Hiring in 2025: When Everyone’s Applying but Nobody’s the Right Fit
Published: at 11:43 AMOver the past year, I’ve been part of several engineering hiring processes — across different companies, networks, and roles.
-
Where 'Vibe-Coding' Falls Apart
Published: at 01:22 PMThere’s a growing trend I’ll call vibe-coding: writing code with large language models and trusting the output without much validation. It feels productive, but often falls apart the moment you need precision.
-
Benchmarking JSON Parsing: JavaScript vs Go vs C++ Performance
Published: at 03:37 PMA real-world benchmark comparing JSON parsing speeds in JavaScript, Go, and C++. See how each performs on a 1.5 GB dataset and which comes out fastest.