jan 05, 25
Building RAG that actually works

RAG is simple in theory, brittle in practice. Here’s how retrieval actually flows, what the LLM should and shouldn’t do, and why your chunking strategy matters more than your model choice.

jan 13, 23
Concurrency with Go

This post will explore the distinctions between concurrency and parallelism in programming, focusing on how Go manages concurrency

jan 04, 22
Writing HTTP Handlers in Go

Go offers a variety of built-in batteries with simple interfaces that anyone can quickly understand and utilize. This post will discuss one of these batteries; the http package and its interfaces.

Get notified when I publish something new.

GitHub Twitter RSS