DEV Community

Cover image for The Best Books for New Devs + Bonus Twitter Thread

The Best Books for New Devs + Bonus Twitter Thread

Jacob Herrington (he/him) on January 13, 2019

This thread just came across my Twitter feed and it's looking like it will turn into a goldmine of resources. Jos...
Collapse
 
bgadrian profile image
Adrian B.G. • Edited

Clean code and code complete are for developers with already a few years of experience.

You do not understand those concepts until you have basics of IDEs, patterns, software, code sharing, working in a team, and so on.

First books should be about learning what sofware is, how a computer works and a programming language with CS basics. I usually add some Logic gamification to prepare the future dev.

Collapse
 
jacobherrington profile image
Jacob Herrington (he/him)

Sure. These aren't learn to code books, they are books for devs who are working and looking to level up.

Collapse
 
dceddia profile image
Dave Ceddia

How to Win Friends is a great one.

For people who want to get better at the meta-skill of building habits (like, say, practicing coding every day), James Clear's new book Atomic Habits is a good read.

Collapse
 
samwho profile image
Sam Rose

This one is a little strange, but I recommend it to everyone: Expert C Programming by van der Linden. You don't necessarily learn to be an expert C programmer by reading it, and you don't have to know much about C to pick it up. The book is full of weird and wonderful bits of information about how things work under the hood, mixed with really fun stories and puzzles from the author. :)

Collapse
 
pesse profile image
Samuel Nitsche

One of the best books ever on software development:

The pragmatic programmer: From journeyman to master

I wish I had read it much earlier in my career.

Collapse
 
jamesmh profile image
James Hickey

๐Ÿ’ฏ

Collapse
 
emmabostian profile image
Emma Bostian โœจ

How To Win Friends & Influence People was amazing!!

Collapse
 
bhupesh profile image
Bhupesh Varshney ๐Ÿ‘พ

True that
I read it while I was in my 11 standard

Collapse
 
codemouse92 profile image
Jason C. McDonald

As always, I strongly recommend Dreaming in Code by Scott Rosenberg! Every developer should have to read it, honestly, as it shows what real-world programming is like...and introduces you to just how unpredictable and weird software development actually is.

Collapse
 
zac_heisey profile image
Zac Heisey

Learn HTML & CSS and Learn JavaScript & jQuery, both by Jon Duckett, are amazing resources for new and veteran front-end devs alike. They include code samples, interactive exercises that you can work through online, and they are beautifully designed. HIGHLY recommend these to new developers.

Collapse
 
steelwolf180 profile image
Max Ong Zong Bao

Debugging Teams is good as it talks about the culture of the company and working in a team setting.

Collapse
 
jacobherrington profile image
Jacob Herrington (he/him)

Thanks for sharing!