Book Review: The Go Programming Language
In-depth Engineering Log review of The Go Programming Language by Alan A. Donovan, Brian W. Kernighan: what it covers, who it helps, and what makes it worth ...
Showing page 8 of 10
In-depth Engineering Log review of The Go Programming Language by Alan A. Donovan, Brian W. Kernighan: what it covers, who it helps, and what makes it worth ...
A clear, language-spanning walkthrough of the simplest sorting algorithm in computer science—why it works, where it fails, and what it still teaches us today.
Why amateur radio operators, satellite internet users, and the scientific community must work together to reduce unintended radio emissions from low-Earth orbit satellites.
A practical, language-spanning tour of what algorithms are, how they’re structured, why Big-O matters, and how to implement and analyze a simple min/max routine from pseudocode to production-grade code.
Long-form review of Martin Kleppmann’s DDIA: consistency, replication, partitioning, transactions, and the tradeoffs that shape data platforms.
In-depth Engineering Log review of Grokking Algorithms, Second Edition by Aditya Bhargava: what it covers, who it helps, and what makes it worth reading in p...