I've Built RAG Infrastructure Several Times. Last Week Was the First Time I Actually Benchmarked It.
I have a confession, and I suspect I'm not alone in it: I've built RAG infrastructure multiple times, and until last week I had never benchmarked any
go
dev.to
Aug 25, 2026
A New Way to Build Aggregation Pipelines in Go
This article was written by Lin Borland
Aggregation pipelines are one of the most powerful tools in MongoDB. They let you filter, reshape, compute, a
go
dev.to
Aug 25, 2026
Your wallet balance shouldn't be a column
Your wallet balance shouldn't be a column
Building a Ledger, #1 of 12
An agent is standing in a shop in Ikeja. She has ₦80,000 in her wall
go
dev.to
Aug 25, 2026
I built an agentless deploy CLI in Go because every PaaS wanted to own my server
Everything I run in production lives on one inexpensive ARM VM: a headless CMS, a club management app, two Umbraco package demos, a job portal, analyt
go
dev.to
Aug 25, 2026
Implementing a Read-Only MCP Server in Go for REST API Integration with AI and Future-Proofing
Introduction
Implementing a read-only MCP server in Go to integrate with a REST API and AI capabilities is a strategic move for developers
go
dev.to
Aug 24, 2026
Healthtech Receipt Template Governance for SMS OTP Phone Login Explained
Short answer: Let the identity team own the SMS OTP template and resend policy, let the payment domain own the order-receipt template, and make the ba
go
dev.to
Aug 24, 2026
Tenant-Aware Account Access in Go — Identity, Authorization, and Recovery in 2026
Short answer: treat user identity, tenant membership, and application authorization as separate records, then require every signup, login, and recover
go
dev.to
Aug 24, 2026
Most TCP vs UDP speed comparisons are measuring handshake overhead, not the protocols
I wanted to actually see the TCP vs UDP tradeoff instead of just reading another diagram explaining it, so I built a small tool that downloads the sam
go
dev.to
Aug 24, 2026
How to Isolate Media ZIP Exports — Go Multipart Storage and Signed Downloads
A large ZIP export becomes an isolation problem before it becomes a throughput problem: its multipart upload must belong to one tenant and one worker
go
dev.to
Aug 24, 2026
We benchmarked a security detector against 500k lines of Go. It found a real bug.
We're building deslop — rule packs that stop coding agents from
re-introducing bugs that were already fixed. One half of that is
detection: if a rule
go
dev.to
Aug 24, 2026
How to Receive Background Queue Jobs Securely over Public HTTPS
Short answer: use a public HTTPS push endpoint when short, inexpensive delivery latency matters more than worker control, but authenticate every reque
go
dev.to
Aug 24, 2026
Hunting Ghost Jobs: How an Open-Source Job Aggregator Detects Fake Postings at Scale
Hunting Ghost Jobs: How an Open-Source Job Aggregator Detects Fake Postings at Scale
The Problem Nobody Talks About
You've seen
go
dev.to
Aug 24, 2026
One New Order Status, One Full Table Rebuild - and the Years of Magic Numbers After It
A new order status is a one-word change to a spec and, on MySQL, potentially a full table rewrite. The team's reaction to that scar is almost always t
go
dev.to
Aug 24, 2026
A Small Fintech Challenge, and Why I Let Postgres Hold the Money
📌 Originally published at e-mahmoudi.me
A Small Fintech Challenge, and Why I Let Postgres Hold the Money
I picked up a small backend cha
go
dev.to
Aug 24, 2026
I Built a Liquidity Sniper Bot for BNB Chain, and It Proved a Losing Game
📌 Originally published at e-mahmoudi.me
I Built a Liquidity Sniper Bot for BNB Chain, and It Proved a Losing Game
I built a crypto tradi
go
dev.to
Aug 24, 2026
SSE in Go: Your Timeouts Do Not Apply Where You Think
An SSE stream is an HTTP request that never ends. Every default you did not touch is working against it.
TL;DR: your SSE endpoint breaks twice befor
go
dev.to
Aug 24, 2026
The Day I Merged 6 Go Packages Into Termux Before Dinner 🐹
I didn't wake up planning to get six pull requests merged. I just wanted to add one missing Go tool to termux/termux-packages. Then I figured, while I
go
dev.to
Aug 24, 2026
Trusted AI Agent Transactions, Part 5: End-to-End Proof
Building and proving the complete request path
The previous articles covered the identity model, PingFederate token exchange, SPIRE workloa
go
dev.to
Aug 23, 2026
A Production Checklist for Rotating DKIM Keys and Checking Email Domains
Short answer: rotate DKIM keys as scheduled production maintenance, check the email domain immediately before a high-volume signup launch, and keep su
go
dev.to
Aug 23, 2026
Logistics Bulk Welcome Email After User Import (With Dedupe Gates)
Short answer: for a logistics user import, send welcome email in bounded batches, keep the template and deduplication decision in your application, re
go
dev.to
Aug 23, 2026