Vibe-Memory Part 2: Which Embedding Model Should You Actually Use for AI Semantic Memory? My 3-Week Benchmark Results
Vibe-Memory Part 2: Which Embedding Model Should You Actually Use for AI Semantic Memory? My 3-Week Benchmark Results
Honestly, I thought b
go
dev.to
Jun 25, 2026
Vibe-Memory Part 2: Comparing Embedding Models — I Tested 7 Models So You Don't Have To
Vibe-Memory Part 2: Comparing Embedding Models — I Tested 7 Models So You Don't Have To
Honestly, after building Vibe-Memory and getting th
go
dev.to
Jun 25, 2026
Vibe-Memory: AI Semantic Memory That Fixes ChatGPT's Amnesia
Vibe-Memory: AI Semantic Memory That Fixes ChatGPT's Amnesia
Honestly, I've been burned by AI memory enough times to know something's broke
go
dev.to
Jun 25, 2026
Maps vs Structs in Go: Making the Right Choice for Your Data
__
Choosing between maps and structs is one of the most common dilemmas Go developers face. This guide will help you make the right decision with conf
go
dev.to
Jun 25, 2026
gin-rate-limit: Configurable Rate Limiting Middleware for Gin
Rate limiting in Gin usually means hand-rolling counters per middleware, with no clean way to define general quotas, per-endpoint overrides, multiple
go
dev.to
Jun 25, 2026
Building Spatial Memory Part 4: Launching a Side Project — What I Learned After 3 Weeks of User Testing
Building Spatial Memory Part 4: Launching a Side Project — What I Learned After 3 Weeks of User Testing
Honestly, I didn't expect to be wri
go
dev.to
Jun 25, 2026
Building Spatial Memory Part 3: What I Learned Building an AR App for Location-Based Memories
Building Spatial Memory Part 3: What I Learned Building an AR App for Location-Based Memories
Let me be honest with you — I had no idea how
go
dev.to
Jun 25, 2026
From Learning to Shipping — Docker, Graceful Shutdown & ECS Fargate
From Learning to Shipping — Docker, Graceful Shutdown & ECS Fargate
This is the final post in the series. In part 6 I covered testing — tab
go
dev.to
Jun 25, 2026
Building Spatial Memory Part 4: The Brutal Reality of Launching a Location-Based Side Project (After 3 Months)
Building Spatial Memory Part 4: The Brutal Reality of Launching a Location-Based Side Project (After 3 Months)
Honestly, I didn't expect to
go
dev.to
Jun 25, 2026
How We Fixed 218 Go Performance Anti-Patterns with Static Analysis
We ran a set of custom static analysis checks (SlopGuard - WIP) against our Go PDF library. It found 226 issues. 218 of them were real. We fixed all 2
go
dev.to
Jun 24, 2026
How Grafana Alloy Builds and Runs Its Component Graph
Originally published on: https://abdellani.dev/posts/2026-06-23-how-grafana-alloy-builds-and-runs-its-component-graph/
Why I Read Alloy
Re
go
dev.to
Jun 24, 2026
Array in Go
What is an Array in Go?
In Go, an array is a fixed-size, ordered set of values with the same type. Imagine an array as a 12 egg tray; the m
go
dev.to
Jun 24, 2026
Conduit: The Gateway I Built to Forget About
Three microservices, two incompatible auth models, one public endpoint, and a Go gateway that turned into a pile of strings.HasPrefix conditionals. He
go
dev.to
Jun 24, 2026
I built a local-first LLM code reviewer in Go. Here's the entire pipeline.
CommitBrief is a local-first CLI that runs an LLM review over your git diff before a teammate — or your future self — sees it. There's no server and n
go
dev.to
Jun 24, 2026
How do you do ??
From another programming language and recently picking in GO. I'm trying to understand how do you do things let suppose i have many services and stora
go
dev.to
Jun 24, 2026
App-Store-Connect-CLI: A SuperCLI Plugin Guide
App-Store-Connect-CLI
Fast, scriptable CLI for the App Store Connect API. Automate TestFlight, builds, submissions, signing, analytics, scr
go
dev.to
Jun 24, 2026
Implementing CQRS in Go: A Practical Guide to Scalable Architecture
CQRS is one of those patterns that gets oversold, overcomplicated, and occasionally misdiagnosed as a cure for plain old CRUD boredom.
The useful ver
go
dev.to
Jun 23, 2026
Agents Don’t Just Need Better Models. They Need Better Repositories.
Most conversations about coding agents eventually become model comparisons.
Which model is better?
Which one writes cleaner code?
Which one follows i
go
dev.to
Jun 23, 2026
53AIHub: A SuperCLI Plugin Guide
53AIHub
53AI Hub is an open-source AI portal, which enables you to quickly build a operational-level AI portal to launch and operate AI age
go
dev.to
Jun 23, 2026
Building an AI Agent That Learns from Its Mistakes: The Ledger System
Every time you start a new ChatGPT or Copilot session, it starts from zero. No memory of what worked yesterday, no idea which models performed best on
go
dev.to
Jun 22, 2026