DEV Community

Cover image for What Book(s) Are You Currently Reading To Be a Better Programmer?
Jeannie Nguyen
Jeannie Nguyen

Posted on

What Book(s) Are You Currently Reading To Be a Better Programmer?

I just started The Pragmatic Programmer by Andy Hunt and Dave Thomas.

You can view the list of tips to become a better programmer from The Pragmatic Programmer here.

What book(s) are you reading right now?

Latest comments (34)

Collapse
 
briansdevblog profile image
Brian Hannaway

I'm reading Release It! by Michael Nygard, for the second time. I really love this book... It focuses on patterns and practices that help you build robust, production ready applications. There are lots of stories about real life production issues and incidents, along with measures taken to resolve them. The book doesn't focus on any particular tech stack, so its a great read no matter what stack you're working with.

There's a revised version available which I'm hopefully going to get my hands on soon.

Collapse
 
ilyazub profile image
Illia Zub

Just finished This is Marketing and now revising Skin in the Game.

Collapse
 
benwtrent profile image
Benjamin Trent • Edited

Good programmers avoid burnout, love creating/nurturing things, and are effective writers.

Consequently, I have been reading New Collected Poems by Wendell Berry. Its a collection of poems by a farmer in Kentucky. Helps put things in perspective.

Don't get stuck only reading technical things.

Collapse
 
cjjavellana profile image
Christian Javellana

Confluent’s free ebook
confluent.io/designing-event-drive...

Collapse
 
chuylerma profile image
chuylerma • Edited

Eloquent Ruby is a good book that I wished to read before I started to Code in ruby. Anyway never is to late to improve my ruby' skills :)

Collapse
 
gerbosan profile image
Carlos A.

Thanks for the link. About a book I'm reading, UML @ Classroom - An introduction to Object Oriented Modeling.

I want to get/set an image of the required system, so I can stop wandering with the IDE and check the correct files. Also to better describe the system/problem to my peers.

The path to be a senior is quite long.

Collapse
 
jeannienguyen profile image
Jeannie Nguyen

Haha, it definitely is a long path, Carlos! But we'll get there!

Collapse
 
cesarnml profile image
Cesar Napoleon Mejia Leiva • Edited

I just started reading Practical Object-Oriented Design in Ruby (POODR) by Sandy Metz. I work with python (Django), so I plan to convert most of the code examples to Python 3 as I progress through the book. I'm only through chapter 3 at the moment, but even at this early stage, it's clear that POODR is an excellent choice for anyone interested in writting effective OO software.

Collapse
 
ilyazub profile image
Illia Zub

Sandi Metz's POODR is brilliant! Have you ever read Confident Ruby by Avdi Grimm?

Collapse
 
pomfrit123 profile image
***

I read that one last year, but I didnt do the examples which I think was huge mistake, might re-read it while doing the examples.

Collapse
 
lexned profile image
Lex Ned

I just finished reading Clean Architecture by Robert C. Martin. It was a good read. For the most part, the book presented the ideas from Clean Code from the point of view of the architect. For me, part 5, Architecture was the most interesting. Although I don't feel like I gained new knowledge from the Clean Architecture book, it gave me good exercises for thought.

Collapse
 
jeansberg profile image
Jens Genberg

Functional Programming in C#.
manning.com/books/functional-progr...

Collapse
 
33nano profile image
Manyong'oments

Learn Python 3 The Hard Way and Flutter In Action

Collapse
 
jerome profile image
Marc Jerome

I finished reading TDD with python last month. It was a nice book to read for a programmer without testing experience because not only it taught me about the topic, it emphasized the importance and value of testing.

Last week I read the docs of django rest framework and also another ebook about it which is recommended by the docs. I got the concept but it's kinda missing something so I decided to read "The design of Web APIs". So far, I can say it's a good book that gives you priniciples in designing APIs.

Collapse
 
niravcodes profile image
Nirav Nikhil

Great suggestions for books in the comments, but I'll suggest some interesting blogs.

  1. Steve Yegge: Great writing style, powerful ideas
  2. Joel on Software: Absolutely essential advice
  3. James Mickens: Extremely fun stream-of-consciousness writing, just try one of his pieces

The great thing about blogs is that they will often just plant seeds of ideas in your head, and you get to think for yourself. Know more cool blogs? List them below.

Collapse
 
francisco profile image
Francisco M. Delgado

I just ordered Planning Extreme Programming. Oldie but goodie, I hear.

Collapse
 
ilyazub profile image
Illia Zub

Have you read TDD by Example by the same author?

Collapse
 
francisco profile image
Francisco M. Delgado

I have not! Do you recommend?

Thread Thread
 
ilyazub profile image
Illia Zub

For sure! If you'll enjoy it, I'd also suggest to read GOOSGT. It felt like I observed the everyday job of seasoned programmers in a text mode. The similar feeling I had while watching RailsCasts.

Collapse
 
scroung720 profile image
scroung720

Software Engineering at Google I just finished the 8th chapter out of 22. It has very interesting ideas, cover a lot of stuff. I wouldn't say it is a masterpiece but I do recommend it for any CTO or technical leader to read it because it covers many topics.

Collapse
 
abdisalan_js profile image
Abdisalan

Designing Data Intensive Applications - Really awesome if you want to be a better back-end engineer