Rating: 8.2/10. Historical novel by a Peruvian novelist about Rafael Trujillo, the dictator of the Dominican Republic for 31 years from 1930 to 1961. The book is largely based on true historical events and includes many real historical figures, but also introduces some fictional characters and events. These never conflict with what might have actually…
Author: Bai Li
Real-World Next.js by Michele Riva
Rating: 8.1/10. Real-World Next.js: Build scalable, high-performance, and modern web applications using Next.js, the React framework for production by Michele Riva Book that introduces the most important features of Next.js, and gives some examples of building applications using this framework. It assumes some familiarity with web development and React, and also discusses various other useful packages…
The Culture Map by Erin Meyer
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…
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…