I Built a CRM AI Assistant in Go From Scratch — No LangChain, No Shortcuts
TL;DR: I built Aria — a production-grade AI assistant for CRM agents. Agents log in with Google, type natural language questions about their leads, t
Curated development tutorials from top sources. Filter by language.
TL;DR: I built Aria — a production-grade AI assistant for CRM agents. Agents log in with Google, type natural language questions about their leads, t
Go is a compiled language — the code is converted into machine‑readable form before execution. From a beginner’s perspective, this means Go catches m
Why I built it I needed a PostgreSQL parser that could run inside Go tooling without CGO, external binaries, or runtime dependencies.
Analytics for Asia-Pacific Video Trends Understanding which regions drive traffic, which categories trend at which hours, and how K-pop com
A bizarre Go project debugging saga — full investigation assisted by Claude Code The Strange Bug It was an ordinary afternoon. I was
This isn't an anti-Go post. Go is a great language. This is about what I want to understand. I just finished building an L7 HTTP load balancer in
Most mornings at work I had three database tools open. DataGrip for MySQL, a Redshift-compatible client, and the AWS console for DynamoDB. That is thr
I was working on a personal project recently. A job scraper. And in the process, I came across a pattern that’s genuinely changed how I think about
As a best-selling author, I invite you to explore my books on Amazon. Don't forget to follow me on Medium and show your support. Thank you! Your supp
Copy-paste is one of those engineering problems that starts harmless. You copy one handler. You rename User to Order. You change a few string literal
TL;DR The job. Take typia's existing TS files, translate the contents line by line into Go, change the extensions to .go. Keep the algorit
TL;DR: Born v0.8.0 replaces go-webgpu (Rust FFI + shared libraries) with gogpu/wgpu — pure Go WebGPU. No .dll. No .so. No runtime downloads. go build
TL;DR: Born v0.8.0 replaces go-webgpu (Rust FFI + shared libraries) with gogpu/wgpu — pure Go WebGPU. No .dll. No .so. No runtime downloads. go build
Symlink swaps, path traversal, TOCTOU races, zip slip, partial writes, and permission leaks — practical defensive patterns for Go CLIs that read and w
caddy-mcp is a Caddy plugin for exposing MCP servers that live on private networks. The private box dials out to Caddy over QUIC, Caddy serves it as a
MCP adoption is exploding — Claude Code, Cursor, and Continue all use it to let AI agents call tools on your machine. Filesystem, database, GitHub
A 5-stage AI pipeline where each model takes 200ms of compute time should take about 1 second. In practice it often takes 1.75 seconds or more. The ex
Every multi-agent system eventually hits the same wall. You have a pool of agents. Some are fast, some are reliable, some are neither. You need to dec
Introduction Classic algorithmic HFT bots live in a vacuum. For them, the market is just a stream of numbers: price, volume, spread, and Z-
When a movie ends, everyone gets credit. The grip. The caterer. The second assistant editor who probably saved the entire third act in post. When we