Michael wants to read Fallen Angels by Mike Lee (The Horus Heresy, #11)

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



Another solid book, although I must admit I'm never a fan of plots, schemes and other assorted cloak-and-dagger stuff. But in this book, the reader is rewarded with a new (for the Heresy books) point of view, namely the Imperial Army. Most of the protagonists in this book aren't Astartes, they're human soldiers of the army, and the leader gets a glimpse into their lives.
And while I don't like cloak-and-dagger too much, I can appreciate what the author did here: The Alpha legion is supposed to be very clandestine and secretive. Introducing them not from the PoV of one of their captains but from the PoV of external observers, namely the army, allows the author to keep this aura of secrecy intact. It was nicely done.
This was a great book in the Heresy series. I especially liked it because it was the first one which covered a story, here the Dark Angels and The Lion, from before the Imperium rediscovered them.

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

Demokratien sind fragil. Freiheiten, die fest errungen scheinen, können verspielt werden. Wenige historische Ereignisse verdeutlichen dies so eindringlich wie das …

First, Denland’s revolutionaries assassinated their king, launching a wave of bloodshed after generations of peace. Next they clashed with Lascanne, …

In the Lowlands, the city states have lived in peace for decades – hailed as bastions of civilization. Yet that …

In the bleak northern crown of the world, war is coming Maniye's father is the Wolf clan's chieftain, but she's …

Let’s Go Further guides you through the start-to-finish build of a modern JSON API in Go – from project setup …

Let’s Go Further guides you through the start-to-finish build of a modern JSON API in Go – from project setup …
This book makes for an excellent second Golang book. I read "Learning Go" as an introduction to Go, but my main goal was to use Go for my web programming needs. So for my second book, I looked around for something with a light web dev introduction with Go. And I found "Let's Go". It covers all of the basics for delivering static HTML. While it covers a lot, from templating to databases and user management, the one major omission is any use of Javascript. But that's fine with me, to be honest. Everything else is covered really well, building a small web app for pasting text snippets.
I especially enjoyed the fact that Alex Edwards chose to not go with one of the big Golang web frameworks. He's instead using mostly the Golang standard library. But he also doesn't shy away from using libraries for targeted tasks, like …
This book makes for an excellent second Golang book. I read "Learning Go" as an introduction to Go, but my main goal was to use Go for my web programming needs. So for my second book, I looked around for something with a light web dev introduction with Go. And I found "Let's Go". It covers all of the basics for delivering static HTML. While it covers a lot, from templating to databases and user management, the one major omission is any use of Javascript. But that's fine with me, to be honest. Everything else is covered really well, building a small web app for pasting text snippets.
I especially enjoyed the fact that Alex Edwards chose to not go with one of the big Golang web frameworks. He's instead using mostly the Golang standard library. But he also doesn't shy away from using libraries for targeted tasks, like HTML form parsing or session management. Another great thing was that it also showed the practical applications of all the syntax and approaches presented in "Learning Go" in a "real" project.
Overall a great book, and well worth the price.