Michael finished reading Let's Go by Alex Edwards

Let's Go by Alex Edwards
Let’s Go teaches you step-by-step how to create fast, secure and maintainable web applications using the fantastic programming language Go.
…Computer nerd getting back into the habit of curling up with a good book he so fondly remembers from ages past.
My interests range relatively widely, from history (both, books about history and history novels) over military SciFi to Fantasy to all kinds of technical books.
I prefer long-running series or large universes with dozens of books when it comes to my fiction reading.
My all-time favourites:
You can also follow me on Mastodon
This link opens in a pop-up window

Let’s Go teaches you step-by-step how to create fast, secure and maintainable web applications using the fantastic programming language Go.
…
On a remote, icy planet, the soldier known as Breq is drawing closer to completing her quest.
Once, she …

The essential short story collection set in the universe of Ninefox Gambit.
An ex-Kel art thief has to save …

The stunning conclusion to the mind-bending series
Shuos Jedao is awake... ...and nothing is as he remembers. He's a …

When the hexarchate's gifted young captain Kel Cheris summoned the ghost of the long-dead General Shuos Jedao to help her …

When Captain Kel Cheris of the hexarchate is disgraced for her unconventional tactics, Kel Command gives her a chance to …

An alien armada lurks on the edges of Teixcalaanli space. No one can communicate with it, no one can destroy …

Ambassador Mahit Dzmare arrives in the center of the multi-system Teixcalaanli Empire only to discover that her predecessor, the previous …

The planet of Caliban exists much as it has for thousands of years – the knightly orders protect the common …

Under the command of the newly appointed Warmaster Horus, the Great Crusade continues. Fulgrim, Primarch of the Emperor's Children, leads …

Let’s Go teaches you step-by-step how to create fast, secure and maintainable web applications using the fantastic programming language Go.
…It's a really good book for getting into Golang. One caveat before I continue: I went into this with a pretty broad background in programming, so I'm not sure how well the book would work for a programming beginner.
First of all: The book does provide what it says on the tin. There's quite some discussion of how to write idiomatic Go in the book, which I like. I don't have problems taking up new syntax for a language, but in the past I've found that all too many books concentrate only on syntax and standard library, but not on what idiomatic code for the language looks like.
What I was positively surprised about while working through the book was that the Go language designers succeeded: They produced a modern, useful programming language that's pretty simple. Go feels quite a lot like when I learned C for the …
It's a really good book for getting into Golang. One caveat before I continue: I went into this with a pretty broad background in programming, so I'm not sure how well the book would work for a programming beginner.
First of all: The book does provide what it says on the tin. There's quite some discussion of how to write idiomatic Go in the book, which I like. I don't have problems taking up new syntax for a language, but in the past I've found that all too many books concentrate only on syntax and standard library, but not on what idiomatic code for the language looks like.
What I was positively surprised about while working through the book was that the Go language designers succeeded: They produced a modern, useful programming language that's pretty simple. Go feels quite a lot like when I learned C for the first time, just with fewer footguns.
The book also provides exercises for each chapter, and the solutions are freely available on GitHub. I always like that, as it allows me to do a quick check to see whether I went down the completely wrong path. But, there were a bit too few exercises for my taste. In some chapters, the exercises didn't cover all of the topics discussed in the chapter.

Under the command of the newly appointed Warmaster Horus, the Great Crusade continues. Fulgrim, Primarch of the Emperor's Children, leads …
@timo@mastodon.online I've got it on my screen, but at the speed I will likely be going I'm not sure I will get far enough in time. Plus, in the past few years I've found the adventofcode to not be too great for learning/trying a new language. The puzzles themselves are a bit too demanding for me to enjoy while also having to think about my programming language instead of relying on muscle memory.