News
Building filo-go: Reimagining Digital Forensics in Go
1+ hour, 36+ min ago (137+ words) As a cybersecurity student, I spend a lot of time working with tools like Binwalk, Exif Tool, file, strings, and YARA. They're powerful, but the workflow is fragmented. Analyzing a suspicious file often means bouncing between multiple tools, different output…...
The Top Golang Mocking Libraries in 2026: A Practical Comparison
11+ hour, 53+ min ago (366+ words) Hello, I'm Shrijith Venkatramana. I'm building git-lrc, an AI code reviewer that runs on every. .. Tagged with ai, webdev, programming, go....
Free Threading internals: reference counting
5+ day, 16+ hour ago (573+ words) I'm writing an article series on Free Threading internals to learn more about Free Threading, explain how it works, and explain how it solved the "remove the GIL" issue where previous attempts failed. This first article explores the problem of…...
Vercel AI Gateway + Archestra
1+ day, 4+ hour ago (583+ words) archestra. ai #vercel-ai-gateway-archestra-where-each-layer-fits Vercel AI Gateway Archestra: Where Each Layer Fits #what-vercel-ai-gateway-is-great-at What Vercel AI Gateway Is Great At Vercel AI Gateway solves a real problem cleanly. For a Next. js app on Vercel where the bottleneck is "swap GPT…...
Go Database Transactions Done Right
1+ day, 1+ hour ago (32+ words) The defer trick, the DBTX interface, and how to keep transactions clean across your repository. It's a Thursday afternoon. Your service has been running fine for "...
Run ASP Classic on Linux, mac OS and Windows
1+ day, 6+ hour ago (539+ words) If you have ever found yourself searching for how to run ASP on Linux or trying to figure out how to containerize an old IIS-dependent application, you already know the struggle. For years, Microsoft Classic ASP and VBScript have been…...
Why Building a PDF Engine in Go Will Help You Understand Go Concepts Better
1+ day, 12+ hour ago (1443+ words) There is a class of projects that teaches you more about a language than any tutorial ever could. Building a PDF engine from scratch in Go is one of them. It is not glamorous. It is not trendy. But it…...
How I stopped 100 goroutines from hammering my g RPC server " Loom Part 2
1+ day, 12+ hour ago (24+ words) This is Part 2 of my series building Loom. " Missed Part 1? Read it here Today: Reflection cache, .. . Tagged with backend, go, performance, showdev....
logdive v0. 3. 0 " the one where I finally added parens (and four more things my heart wanted)
1+ day, 16+ hour ago (925+ words) v0. 2. 0 was a good release. I was happy with it. I used it. I shipped logdive to scratch my own itch. My itch wasn't done itching. 417 tests passing. Five milestones. Binaries still 3. 9 MB and 4. 2 MB. This was the one. The v0. 2 article…...
Architecting Strict Sequential Ordering in a Concurrent World
1+ day, 23+ hour ago (661+ words) Imagine you are building a cloud-native backend for a high-frequency trading platform or a core banking ledger. To ensure mathematical immutability and prevent silent data tampering, compliance mandates that every transaction for a specific financial account must be cryptographically chained....