Posts
All the articles I've posted.
The "System Operator" Shift: Why AI Agents Won’t Replace Senior Engineers
Published: at 08:16 AMAI has become the ultimate "sledgehammer" for boilerplate, but the "scalpel" of the Senior Architect is irreplaceable. This article explores the transition from code-worker to system operator and why deep technical mastery is the only way to command the next generation of AI agents.
Memory Locality, Optimize Your Go Code
Published: at 09:26 AMWhat's the different when you see Go code using []*structs or []structs? Choosing which approach and understand what happen behind that code is important when you want to write high performance code.
In C/C++, array is just a pointer..
Published: at 05:04 AMArray is derived data type that has been used anywhere due to its ability to constructed primitive data types (int, float, char) and grouped multiple value of the same type together.