Building Tech, One Line at a Time

Join me in my journey! Finding elegance in the complexity of the unknown.

Latest Posts

SQLC – An ORM-Like Tool for Go

SQLC is an amazing Go program that generates Go code from SQL queries. While it’s not technically an ORM, SQLC simplifies working with raw SQL...

Goose for Database Migrations in Go

What is a Database Migration? In simple terms, a database migration is the management of incremental, reversible changes to a relational database. Migrations are...

Getting Started with Go: Writing Your First Go Program

Go, often referred to as Golang, is a modern programming language developed by Google. Known for its simplicity, performance, and scalability, Go has become a popular...