Beginner resources? - Lemmy.World

After asking for a first programming language, I’ve decided learning Go. After some searching I’ve found that the beginner learning resources are some years old. Can anyone suggest some beginner resources for someone that likes to learn by doing stuff? Thank you.

The tutorial series by DivRhino was really helpful for me – divrhino.com/…/rest-api-docker-go-fiber-from-scra… – she has several tutorials that build on each other.
Build a REST API from scratch with Go, Docker & Postgres - Div Rhino | Project-based tutorials and articles

In this article, we will learn how to create a simple REST API from scratch, using Go and Docker. We will also learn the basics of working with GORM and Postgres.

Will look it up. Thank you.