Go
5 posts

The Truth About Rust Cold Starts on AWS Lambda: Those Scary Numbers
A chat with a friend about the cold start performance differences between Rust and Go on AWS Lambda. Why does Rust seem to lose? When should you use which language? The stories hidden behind those monitoring charts.

Xiao Li Rewrote Go Monolith to Rust Axum, Company Saved $800K+ Yearly, His Salary Hit $2M
This isn’t a story about flexing how fast Rust is. It’s about how tech choices translate to real money, and why most rewrite projects can’t replicate this result.

10x Performance Boost Secret: 99% Don't Know These Go Concurrent GC Tricks
Production latency dropped from 500ms to 50ms! Deep dive into Go’s tri-color marking algorithm, write barriers, and GOGC tuning. Say goodbye to lag forever.
Agno-Go: Building AI Agents in Go - What's it Like Being 16x Faster than Python?
Rewriting AI Agent framework in Go brings 16x performance boost, 180ns agent startup, and only 1.2KB memory footprint - this is the extreme experience Agno-Go delivers

I Thought Rust Was Over-Engineering—Until I Saw the Production Logs
A 2 AM production incident made me rethink Rust. From 8 crashes per hour to zero crashes—this isn’t about language wars, it’s about trust.