Bubble Sort: The Gentle Art of Getting Things in Order
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.
Articles, tutorials, and insights on software engineering, computer science, algorithms, and engineering practices
Showing page 10 of 12
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...
In-depth Engineering Log review of Mythical Man-Month, The: Essays on Software Engineering, Anniversary Edition by Frederick P. Brooks Jr.: what it covers, w...