DEV Community

Ben Halpern
Ben Halpern

Posted on

What are the most interesting, readable software books?

I'm in the mood for a good read. What books about software development are really well-written and enjoyable at a high level while still technical and informative.

I'm looking more for technical-leaning books as opposed to memoires and stories, etc. But feel free to mention those as well.

Would love some suggestions!

Top comments (73)

Collapse
 
antjanus profile image
Antonin J. (they/them) • Edited

Here is the usual that I hear about (and have read):

But here is one of my favorites that I don't often see mentioned: Game Programming Patterns - (and an amazon link to the book for print/kindle versions)

Now, I'm not a game dev but this is such a fantastic book to read (the web version is free). Code samples are easy to understand and it goes over the standard patterns that you'll find in libraries like Redux, Angular, or when you do animations, or events, etc. Or Node server stuff.

Even touches on how Prototype works in JS!

Seriously, give it a look and read it!

Collapse
 
galenstevens profile image
Galen Stevens

Yes! Game Programming Patterns by Bob Nystrom is excellent. Great examples and explanations.

Collapse
 
antjanus profile image
Antonin J. (they/them)

It's really well written. Bob has an awesome blog and I remember seeing that he's working on a book that walks you through building a language compiler.

Collapse
 
kusa profile image
Kevin Vavelin

Those are the best book in my opinion, I can add algorithm design manual by Steven S. Skiena

Collapse
 
deen_john profile image
Deen John

I am going to buy "Game Programming patterns"

Collapse
 
arne_mertz profile image
Arne Mertz • Edited

I second that. For all of the three.

Collapse
 
vaidehijoshi profile image
Vaidehi Joshi

Code Complete is hands-down, just an amazing book. I love anything by Sandi Metz as well, as well as Ruby Under a Microscope.

Maybe someday I'll add my own title to this list 😉

Collapse
 
stefandorresteijn profile image
Stefan Dorresteijn

Came here to advice "99 bottles of OOP" by Sandi Metz, she's incredible.

Collapse
 
ben profile image
Ben Halpern

Put me down for a pre-pre-order.

Collapse
 
theodesp profile image
Theofanis Despoudis

I've just recently read and can recommend:
Coders at work: Amazing insights from the worlds top Programmers. You need to read this.

Release It!: A pragmatic realization of how to ship production ready software and what are the dangers of doing it so. Realy good Read.

I'm currently reading:
The Phoenix Project: A good read that exposes stories and hard lessons about IT.

Team Geek: I've been recommended to read this. So far its good.

Collapse
 
monknomo profile image
Gunnar Gissel

I liked Release It! too

Collapse
 
ben profile image
Ben Halpern

I think coders at work might be my next read.

Collapse
 
edaenas profile image
Edaena Salinas

Head first design patterns
shop.oreilly.com/product/978059600...

Collapse
 
ben profile image
Ben Halpern

This cover is straight out of the 90s. I love it 😂

Collapse
 
mattlancaster81 profile image
Matt Lancaster

Anything 'Head First' is done well and is actually FUN to read. I used the Head First Java book to get started up with the language in 2006. Now, these may not be the most in depth books but the way they teach, I love.

Collapse
 
monknomo profile image
Gunnar Gissel

I second this, I like their pedagogical technique. I feel like it helps me learn better than the more standard format

Collapse
 
jjude profile image
Joseph Jude

Let me show my age by recommending, The Mythical Man Month. It is comparatively shorter book written more than 20 years back. The ideas in them are still valid.

We still add people to late project thinking it will somehow rescue the project. And we still look for the silver bullet. We still suffer from lack of effective communication between team-members.

Go read this short book. You will benefit immensely.

Collapse
 
dwd profile image
Dave Cridland

So glad someone else recommended this. But yeah, the last edition is 20 years old, and it's the 20-year anniversary edition... The first edition was published in 1975 originally, and some of the essays are a few years older.

Sometimes I think we forget how old our craft actually is.

Collapse
 
charlyn profile image
Charlyn Gonda

If you know a bit of Ruby, you might be interested in one of its most unique aspects: Metaprogramming Ruby by Paolo Perrotta is very engaging read. I really enjoyed trying out the fascinating concepts for myself.

Collapse
 
ben profile image
Ben Halpern

Nice. I write in Ruby but my metaprogramming toolset is pretty limited. Will definitely give this a look.

Collapse
 
deen_john profile image
Deen John

Grokking Algorithms:
amazon.com/Grokking-Algorithms-ill...

Grokking Algorithms teach you not just a difficult topic but how to explain the same stuff to others

Collapse
 
samipietikainen profile image
Sami Pietikäinen

I would add Working Effectively with Legacy Code to these recommendations.

Collapse
 
blakebarnes00 profile image
Blake Barnes

I just recently started to tread Code by Charles Petzold and it seems really interesting. It isn't entirely about software but so far it does help me understand how a lot of things work with a computer.

Collapse
 
chrisnelsonpe_10 profile image
Chris Nelson

I haven't reread it in a while but I've long held that Software Tools is one of the all-time best books on software engineering.

Collapse
 
ben profile image
Ben Halpern

Awesome, thanks!

Collapse
 
chrisnelsonpe_10 profile image
Chris Nelson

I list a few more favorites on my blog.

Collapse
 
deen_john profile image
Deen John • Edited

Javascript books :

1) Professional JavaScript for Web Developers
most comprehensive yet readable JS book.
2) Secrets of the JavaScript Ninja

3) You Don't Know JS: Scope & Closures
If you think you know JS? prepare to be humbled

3) HTML and CSS: Design and Build Websites - by Jon Duckett
because most dev suck at CSS and this book is a great source to learn
4) Javascript Allonge
Taught me new ways to think in Javascript

Collapse
 
aketekt profile image
aketekt

I second that:You Don't Know JS is awesome and free on github github.com/getify/You-Dont-Know-JS

Collapse
 
deen_john profile image
Deen John

yeah, the full "You Don't Know JS" is awesome and completely free on GitHub.

Collapse
 
peterj profile image
Peter Jausovec

I guess this one is a classic: Code Complete.

Recently, I also enjoyed this one: Hello Startup: A Programmer's Guide to Building Products, Technologies, and Teams

Collapse
 
marshallformula profile image
Nate Gibbons

Professor Frisby's Mostly Adequate Guide to Functional Programming

This is what made me finally start to understand Functional Programming

Collapse
 
amattsmith profile image
Matt Smith

Devops 2.X toolkit by Victor Farcic.
leanpub.com/b/thedevopstoolkitseri...

These hit a sweetspot for me. Each of my colleagues that took the advice to check them out came away with nothing but good things to say.

Collapse
 
ben profile image
Ben Halpern

On the topic of more memoire-leaning but still filled with interesting insights, I enjoyed Weaving the Web: The Original Design and Ultimate Destiny of the World Wide Web by Tim Berners-Lee