Browsing Tag
go
136 posts
htop for Your Git History
You clone a repo you’ve never seen before and you want to understand it. Not the code, not…
Sentinel Diary #3: From Information to Action — When the Dashboard Learned to Think
Sentinel Diary #3: From Information to Action — When the Dashboard Learned to Think A vibe coding journey:…
gomod-age: A Simple CI Gate Against Go Dependency Supply Chain Attacks
The Problem Nobody Talks About Until It’s Too Late Here’s a scenario that keeps Go developers up at…
Your Go Tests Pass, But Do They Actually Test Anything? An Introduction to Mutation Testing
GitHub Copilot, Cursor, Claude Code — these tools can generate hundreds of lines of Go in seconds. But…
Test Post from My Go Script
Hello from my Go posting script! This is a test post published directly from my VS Code terminal…
How I Built an Instagram Profile Scraper in Go and Shipped It to Apify
I recently built a small Instagram profile scraper in Go, packaged it as an Apify Actor, and published…
PVS-Studio Go analyzer beta testing
After months of extensive work on a new static code analyzer for Go, our team announces that it’s…
teaching nine agents to think like a colleague
I created this post for the purposes of entering the Gemini Live Agent Challenge. In my last post…
Beginners’ guide to Go Contexts: The Magic Controller of Goroutines
We’ve all used contexts, usually by passing them to functions that require them, like HTTP handlers or database…
the empty chair problem — why I’m building a desktop AI instead of another chatbot
the empty chair problem — why I’m building a desktop AI instead of another chatbot When you code…