I got tired of re-explaining my codebase to every coding agent — so I made critical memory live in the repo next to code
I switch coding agents constantly.
Opus is ahead one month, some GPT the next, Gemini gets better, Cursor changes, local setups become good enough fo
go
dev.to
Jun 02, 2026
One install, many customers: building airtight multi-tenancy into a self-hosted security platform
I build a self-hosted security platform in Go. Today I shipped one of its biggest capabilities: one install that can host many customers, each one ful
go
dev.to
Jun 02, 2026
I built a gRPC debugging proxy as my first serious Go project – here's what I learned
TL;DR: I built Loom, a transparent gRPC proxy that decodes traffic in real-time using Server Reflection. No .proto files needed. It gives you a browse
go
dev.to
Jun 02, 2026
Gloria JIT v4.4.0 — Bare-Metal Control, Memory Primitives, and Structured Flow
What is Gloria JIT?
Gloria JIT is a low-level programming language and compiler that is part of the ForgeZero ecosystem. It is written in G
go
dev.to
Jun 01, 2026
Stop Fighting Go GUIs: Build Sleek Desktop Apps in Pure Go with Proton
The state of GUI development in Go has always been a bit complicated.
You either have to wrestle with heavy C-dependencies like GTK and Qt bindings t
go
dev.to
Jun 01, 2026
Functional Options in Go: Escaping the 9-Parameter Constructor
Sprint 1: NewHTTPClient(host string, timeout time.Duration). Clean, readable, nothing to complain about. Sprint 3: add an auth token and a user-agent.
go
dev.to
Jun 01, 2026
Discover Your Future with Astro Snap – Your Trusted Online Astrology Platform
in today’s fast-moving digital world, people are increasingly turning to astrology for clarity, guidance, and peace of mind. Whether it’s love, career
go
dev.to
Jun 01, 2026
It ran it works: I audited my own security platform and found a detection engine that never ran
I build a security platform. Last night I stopped adding features and did something less fun and more honest: I sat down to make every capability prov
go
dev.to
Jun 01, 2026
Building a Simple Task API in Go
Previously, we learned how to send and receive JSON data in Go.
One of the next steps in building backend applications is creating APIs with multiple
go
dev.to
Jun 01, 2026
When Is 100% Vibe Coding OK ?
Recently, I lost a lot of time reviewing and would have lost even more implementing, what I can only describe as vibe-written specs.
Requirements tha
go
dev.to
May 31, 2026
Trust Boundary Violation in gRPC gateways
Encountered an interesting case about Trust Boundary Violation. Microservices are written in Golang. Code examples have been slightly modified.
go
dev.to
May 31, 2026
Building a Video Health Probe with Prometheus Exporters in Go
At ViralVidVault we surface thousands of European viral videos every hour, and last quarter we noticed an ugly pattern. About four percent of our reco
go
dev.to
May 31, 2026
Getting Started with DeepSeek-Reasonix: A Practical Guide
Getting Started with DeepSeek-Reasonix: A Practical Guide
Introduction
Getting Started with DeepSeek-Reasonix: A Practical Guide
go
dev.to
May 31, 2026
Building a self-hosted reverse proxy with WireGuard for my homelab behind CGNAT
I have been building Portlyn for weeks now.
It all started with a problem I had with my homelab setup. It was not a deal but it was annoying every ti
go
dev.to
May 31, 2026
How we build and operate 7+ products with one in-house framework
Most software studios build for clients and walk away. At Kalenux we do the opposite: we build products, launch them, run them, and grow them. Everyth
go
dev.to
May 31, 2026
The 1978 Paper Behind Go’s Concurrency Model
Every Go developer eventually hears this sentence:
Do not communicate by sharing memory; share memory by communicating.
At first, it sounds like a
go
dev.to
May 31, 2026
#DAY1: The story of unemployment peak for a software engineer
𝗗𝗮𝘆 𝟭 𝗼𝗳 𝗨𝗻𝗲𝗺𝗽𝗹𝗼𝘆𝗺𝗲𝗻𝘁 𝗣𝗲𝗮𝗸
I've been thinking what can I actually build that I 𝗿𝗲𝗮𝗹𝘆 𝗲𝗻𝗷𝗼𝘆 𝗺𝗮𝗸𝗶𝗻𝗴?
I love Go. I love microservices. I really need a
go
dev.to
May 31, 2026
Why your devcontainer fails on corporate networks (and how to fix it)
You set up a devcontainer, try to run npm install or pip install, and it just fails. SSL error. Certificate verify failed. You Google it for an hour a
go
dev.to
May 31, 2026
Understanding the Golang Trinity: Functions, Metho…
Originally published at norvik.tech
Introduction
Explore the Golang Trinity and its significance in modern software development. A deep
go
dev.to
May 31, 2026
Learning, Experimenting - Concurrency in Go
Torn between writing a toy project I'd use vs learning Go, I decided to try my hand at writing a simple distributed chunked filestore. Here are a few
go
dev.to
May 31, 2026