Header logo.
small hallucinations
homeyearstagsaboutrss

Recent readings

How to Work with SQL Databases in Go

This post is a good point of reference that clarifies how you can use transactions and contexts while working with SQL databases in Go. The author of this post, Jia Hao, also shares his learnings about algorithms and Elixir on his website.

Web Development with Go

This course is pretty good. Go has a rather straightforward syntax. When you want to build something using Go, there are a lot of options to choose from at every step. Which framework should you use? Do you need an ORM? How shoud you manage schema changes and run migrations? In addition, the internet will always tell you to “just use the standard library” because it already does everything well.

In this course, the author will teach you his preferred way to do things. What's equally, if not more, valuable is he explains background knowledge, technicalities, compromises that he mas made while making technical choices.

If you find the price tag intimidating, scroll down and you'll find a PDF version that is sold at a lower price.