Skip to main content

4 posts tagged with "book review"

View All Tags

· One min read
Josh Kaplan

Cracking the Coding Interview by Gayle Laakmann McDowell is a must have for anyone interviewing for software engineering jobs. Whether you are preparing to interview for your first internship or you are an experienced professional, this book is a comprehensive walkthrough to prepare you for the process.

The beginning of the book describes typical examples of the technical interview process and covers some core computer science theory. The second two-thirds or so of the book covers programming practice problems and knowledge questions followed by a detailed solutions section.

Going through the practices problems in the book is a great way to refresh old skills or identify knowledge gaps you need to focus on and give you the confidence you need to be ready for the interview process.

· One min read
Josh Kaplan

You Don't Know JS Yet by Kyle Simpson (or the earlier edition You Don't Know JS, which is the version I read) is the best Javascript book I've ever read. It is not for beginners, there is an expectation that you have a decent programming background with some Javascript experience already. What this book covers is a deep dive into the Javascript language and how it behaves.

The first edition covers the inner workings of Javascript including topics such as variable scope, closures, and Javascript's use of the this keyword. The focus of the book is on clearly explaining many of the language-specific topics that cause confusion with the Javascript language and to help you develop a deep understanding the of the language to take your Javascript engineering skills to a whole new level.

· One min read
Josh Kaplan

The Mythical Man-Month by Frederick Brooks Jr. is the classic software engineering text for building complex software systems. The book was orginally published in 1975 and is based heavily on lessons-learned from the developments of IBM's OS/360. But despite its age, many of the lessons from The Mythical Man-Month hold true today.

There are two concepts I'll touch on that really resonated with me. The title mythical man-month, or perhaps in more modern terminology the FTE, or Full-Time Equivalent (or other similar term). This address the idea that people and time are not interchangeable. That adding more people doesn't necessarily speed up a project if those people don't have sufficient understaning or the tasks cannot be paralellized.

The second lesson I'll share is: plan to throw out the first one. This is as true today as it was in 1975 and is arguably more true in the context of modern agile software. We rarely get a product right on the first pass and it's through incremental iteration that we make it the better.

· One min read
Josh Kaplan

The Culture Code by Daniel Coyle breaks down the detailed behaviors found in the cultures of high performing teams. Throughout the book, Coyle uses specific examples across multiple industries to show how belonging cues drive effectiveness of teams.

One of my biggest takeaways from the book is the importance of making people feel like a valued part of the team and the role that minute social interactions play in that feeling of belonging. As a leader, the ability to show vulnerability and admit your own mistakes sends a powerful message to the team that this is a safe place to make mistakes, learn, and improve, setting up a culture of psychological safety.