Building Tech, One Line at a Time
Join me in my journey! Finding elegance in the complexity of the unknown.
Latest Posts
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...
What is a Database Migration? In simple terms, a database migration is the management of incremental, reversible changes to a relational database. Migrations are...
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...