this post was submitted on 04 Jun 2023
3 points (100.0% liked)

Programming

3347 readers
1 users here now

All things programming and coding related. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 1 year ago
MODERATORS
 

I'm currently listening to the Pragmatic Programmer 20th anniversary edition audiobook, and thoroughly enjoying it. I was skeptical about listening to a technical ebook, but they've pulled it off perfectly.

Could anyone recommend any similarly well regarded general programming books or audiobooks?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 1 year ago* (last edited 1 year ago)

I'm a huge fan of that book personally as well, I always recommend it to people just starting out as software engineers.

Usually in the same sentence, I also recommend two other books:

  • Don't Make Me Think by Steve Krug - it's about designing UX, and the concepts it introduce really apply to everything, including things like API design. Amazing book.
  • Peopleware by Tom DeMarco - another great book about the human side of software projects.