Rating: 7.7/10. The Culture Map by Erin Meyer: Decoding How People Think, Lead, and Get Things Done Across Cultures Book about how cultures differ across the world, categorizing differences among cultures along eight dimensions. Cultural differences can often lead to misunderstandings without either side realizing it. This is especially important in management where your words…
Category: Topics
The Nomadic Developer by Aaron Erickson
Rating: 7.3/10. The Nomadic Developer: Surviving and Thriving in the World of Technology Consulting by Aaron Erickson Erickson Book about technology consulting firms, how their business works, and how to succeed in one. Essentially, consulting companies sell the hours of their consultants to clients. The sales team tries to add work to the “backlog” to…
Better Healthcare Through Math by Sanjeev Agrawal and Mohan Giridharadas
Rating: 8.2/10. Better Healthcare Through Math: Bending The Access And Cost Curves by Sanjeev Agrawal and Mohan Giridharadas Book about healthcare scheduling and operations written by a pair of consultants specializing in healthcare schedule optimization. Efficiency in healthcare is an important problem to tackle because the demand for healthcare will only increase in the next…
Eloquent Javascript by Marijn Haverbeke
Rating: 8.6/10. Eloquent JavaScript, 3rd Edition: A Modern Introduction to Programming by Marijn Haverbeke A book that teaches the JavaScript programming language: the first half is about the core parts of the language itself, introducing basic control structures then more advanced topics like modules, objects, and promises. The second half is about how JS interacts…
Seven Databases in Seven Weeks by Luc Perkins
Rating: 8.4/10. Seven Databases in Seven Weeks: A Guide to Modern Databases and the NoSQL Movement by Luc Perkins Book exploring seven different, mostly NoSQL databases. Each database gets about 40-50 pages and is split into three days: the first day covers basic operations like setup, inserting, querying, and deleting; the second day goes into…
Beyond the Trees by Adam Shoalts
Rating: 7.4/10. Beyond the Trees: A Journey Alone Across Canada’s Arctic by Adam Shoalts Book by Canadian Explorer Adam Shoalts who takes a journey by canoe into the Canadian Arctic over a span of 5 months, starting from the west side of the MacKenzie River in Yukon, all the way to Baker’s Lake in Nunavut….
This Is an Uprising by Mark Engler and Paul Engler
Rating: 8.0/10. This Is an Uprising: How Nonviolent Revolt Is Shaping the Twenty-First Century by Mark Engler and Paul Engler Book about the mechanics and strategies of protests: a common misconception that protests and uprisings are spontaneous, but in reality they involve careful planning. The book studies the strategy behind successful nonviolent protests and what…
Modern CSS with Tailwind by Noel Rappin
Rating: 7.6/10. Modern CSS with Tailwind: Flexible Styling Without the Fuss by Noel Rappin A short book of around 80 pages, covering the basics of Tailwind CSS, a modern utility framework. Tailwind simplifies various aspects of CSS, making a book on it relatively concise. While online documentations cover this content, having it presented in book…
In Pursuit of the Traveling Salesman by William J. Cook
Rating: 8.5/10. In Pursuit of the Traveling Salesman: Mathematics at the Limits of Computation by William J. Cook Book about the Traveling Salesman Problem, written by a University of Waterloo professor and a leading researcher on this topic. The TSP is NP-hard, meaning there’s no efficient algorithm to solve it for all cases (unless P…
Modern Front-end Architecture by Ryan Lanciaux
Rating: 8.1/10. Modern Front-end Architecture: Optimize Your Front-end Development with Components, Storybook, and Mise en Place Philosophy by Ryan Lanciaux A fairly short book about modern frontend development centered around building components. The first part of the book introduces the concept of components and the benefits of having a consistent set of reusable components. It…
Retail Therapy by Mark Pilkington
Rating: 7.7/10. Retail Therapy: Why the Retail Industry is Broken – and What Can Be Done to Fix It by Mark Pilkington Book written by a retail executive from the UK, about the business of retail. The first section discusses the decline of numerous retail chains during the 2010s, such as the downfall of Toys…
A Philosophy of Software Design by John Ousterhout
Rating: 8.5/10. A fairly short book on aspects of software engineering and design, especially on how to manage complexity. At 170 pages, it is very short and more opinionated than some larger tomes like Code Complete, some of the advice is not universally agreed upon by all software engineers, but they are well reasoned. This…