DEVELOPER NEWS STREAM
Direct logs, engine updates, and framework notifications parsed from curated RSS feeds and announcements, updated hourly.

sangeet vermaEverything I scratched down kept disappearing — so I built a workspace that actually keeps it
I kept losing notes, snippets and diagrams to closed tabs, unsaved drafts and device changes. So I built Scratchpad — a single self-hosted Go binary where everything is a real file, synced to a git repo you own.

Your SSH key is already an account: building multiplayer apps over SSH
SSH proves who you are before your app runs a byte. I built a small Go framework on that idea. Here is what it unlocks.

MrEchoFiBannerGrapV2 — The Open-Source Network Recon Tool Built in Go That Security Professionals Actually Need
BannerGrapV2 is a blazing-fast, multi-protocol banner grabbing and vulnerability discovery tool written in Go. Real-world commands for pentesters, red teamers, SOC analysts, and DevSecOps engineers — from LAN sweeps to 10K-host HTTPS scans.

Tuấn AnhEscaping the Monolith: How We Replaced Magento with 21 Go Microservices
How we escaped Magento's scaling walls by migrating to a Composable Commerce Platform built on 21 Go microservices, Dapr PubSub, and a 3-phase Strangler Fig strategy without dropping a single order.

邱敬幃 Pardn ChiuAgenvoy@v0.27.10
Agenvoy - A personal agent that writes its own tools and repairs itself — Make AI actually work for...

Aleksandr YershovShrinking AI embeddings on the wire — a lossy vector codec that beats Google's TurboQuant at equal recall
A developer's walk-through of qdf's opt-in lossy vector codec: what it does, why it lands within a...

Mikhail DiesperovI created the simple logger.
lg logger I wrote a logger that is as simple as possible, suitable as a replacement for the standard...

Vignan NallaniAn infinite loop hiding in a string search: debugging objectIsQueried in KubeStellar
Some bugs crash loudly. The more interesting ones just hang — no panic, no error, no stack trace,...

Chauhan PruthvirajDotsync – A zero-knowledge CLI to sync dotfiles and secrets in Go
I spent 3 months building a tool that solves the most annoying part of working on a dev team. You...

PeterThe AI era needs typed data, states, and relations. CMSes almost got there first.
The content management systems of the 2000s and 2010s solved a real problem. They gave content a...

Mike Cornwelltgo Devlog #3: Taming Context Windows, Compiling Lodash, and the Repetitive Reality of True Ownership
I’ve been making massive headway on tgo, my TypeScript to Go compiler library, but it is forcing me...

Cheikh SeckeBPF vs Traditional Observability: Why Kernel-Level Debugging Wins for AI Services
eBPF vs Traditional Observability: Why Kernel-Level Debugging Wins for AI...

Viktor LogvinovBridging the Gap: Enhancing Go Agent Frameworks to Align Popularity with Practical Utility and Language Strengths
Introduction: The Rise of Agent Frameworks in Go Over the past two years, agent frameworks...

Grégoire ParisUncompromising integration tests for PostgreSQL with pgdbtemplate, Liquibase and Testcontainers
let us discover together how to get a very satisfying test setup for PostgreSQL and Go

Mike Cornwelltgo Dev Log #2: Compiling UUIDs, Async Goroutines, and the Lodash Nightmare
I am about two and a half weeks into building tgo (my TypeScript to Go compiler). Over the weekend, I...

m1s1maGenerating and publishing Go gRPC stubs as separate modules via GitLab CI/CD
Setting up gRPC stub generation for Go and connecting them as a module Keeping proto...