A Good Agent Skill Is a Contract, Not a PromptA practical follow-up on turning agent instructions into focused, testable workflows.May 2, 2026·7 min read
Concurrency in Go vs JavaWhy most concurrency problems are design mistakes, not language issuesDec 13, 2025·4 min read
How to Use RERO to Improve Developer Velocity and Feedback LoopsA practical guide to embracing "Release Early, Release Often" to ship faster, learn sooner, and build better software.Nov 8, 2025·3 min read
Concurrency is not ParallelismParallelism makes it faster. Concurrency makes it work.Oct 26, 2025·3 min read
gofmt & goimports - Small Tools, Big DifferenceBecause formatting shouldn’t be a team debateSep 26, 2025·3 min read
MCP Server in Golang Providing Data for Amazon Q in JetBrains IDEModel Context Protocol Server in Real-Life ExampleAug 24, 2025·4 min read
How to Run YOLOv8 Inference Directly in Golang (with ONNX)And mark the detected objects in the output imageJul 27, 2025·7 min read