The Books That Made All The Difference To Me As A Developer

Antonin J. (they/them) - Feb 13 '19 - - Dev Community

This question pops up on every form of media out there. "What books should I read to be a better developer?". I've answered this a ton of times. On Twitter, on Dev.To, Reddit, and everywhere else.

I figured it might be a good idea to put the list in a single post I can always link to.

Note: I am using Amazon affiliate links where I link to the books.

Clean Code: A Handbook of Agile Software Craftsmanship

I NO LONGER RECOMMEND THIS BOOK

The author has a lot of problematic views about race, women, etc. Please do not buy this book or contribute to the author.

The Pragmatic Programmer: From Journeman To Master

I'm still about halfway through this book. This book is amazing for anyone starting out a career in development -- and anyone well into it. I found it shows and explains various scenarios you'd find in the real world and then it discusses strategies to tackle them. It features tons of ideas about how to keep your code clearly separated, how to think about concurrency, how to address code that needs to clean itself up, and so on.

Probably my favorite part of the book is the discussion around what "prototypes" are for, how to use them, and so on. And then it discusses the idea of a "tracer bullet" (which I've discussed in my post My Experience Running Development At A Startup) and totally won me over and changed how I do development.

Game Programming Patterns - GMP free to read on the web

Before I get into it, you might be thinking, but why game programming? I'm a web developer and this book is just as relevant to web devs as it is for game devs. This book is by far the best resource I've found that discusses common (and well-known) programming patterns -- from their advantages, to their drawbacks, trade-offs, and their details. All neatly written to be easy to understand.

There are quite a few that I absolutely recommend reading about:

  1. Object pool
  2. Dirty Flag
  3. Singleton -- because that's how your node imports work!
  4. Observer

I also suggest reading the game loop and update method patterns if you're into gaming.

Non-Violent Communication

This might seem off-beat but despite being a non-programming book, I found it extremely useful in terms of communication and applying empathy to my work. Not only that, but I found it useful in my interactions with my teammates and my other co-workers. It covers a few key concepts:

  1. how to ensure both parties are in full understanding of a concept
  2. applying empathy in stressful situations
  3. value of honesty
  4. value of expressing your own needs

All of those have been key in my career in one way or another. Here's a dirty secret: my own team focused on communication with each other and with our manager heavily. Improved communication lead to greater job satisfaction (personally) but it also lead to better code, feature releases, better conversations around development roadmaps, and so much more. We didn't use NVC but we did make big changes into how we're organized

Books I haven't Read (Yet)

I have a stack of books in my GoodReads that I want to read, and even a longer stack of books I keep in my head. I can't personally vouch for these but I do see these come up over and over again on Twitter, here, and elsewhere:

CSS Secrets

A book that made waves when it dropped, CSS Secrets by Lea Verou is a book focusing on techniques and tips and programmatic solutions to your CSS problems and how to practically write CSS. If you're not sure this is for you, check out one of her many talks.

Refactoring UI

Refactoring UI by Adam Wathan and Steve Shoger has been making rounds on my radar and I think it's a worthwhile book to look into. I haven't personally had time to check it out but I've heard of Adam's courses that people love and I have closely followed the development of Tailwind CSS which is his CSS framework.

Got any books you'd like to recommend?

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Terabox Video Player