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?
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?
For further actions, you may consider blocking this person and/or reporting abuse
Czarina -
Shanu -
Paulo Messias -
Vaibhav Dwivedi -
Top comments (34)
Currently reading “The Linux Programming Interface”. There’s a lot of features in the Linux that are typically exposed in most languages and allow you to leverage the full power of the OS. Cool to add tools to the tool box!
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.
I am "listening" The Pragmatic Programmer via the Coding Blocks podcast. They have a series of episodes about the book ;)
Nice! How do you like the Coding Blocks podcast and what do you think of the book so far?
The podcast is interesting, they are experienced developers just talking about a different topic each episode, and they give some cool insights.
The series about the Pragmatic Programmer are some of the best episodes, specially the first couple. There's a lot to process. It gives many things to have a frame of reference when coding, refactoring, planing, even selling projects.
I read the book and this podcast is an awesome way to go over the contents of the book. Thanks!
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.
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.
Haha, it definitely is a long path, Carlos! But we'll get there!
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.
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.
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.
Sandi Metz's POODR is brilliant! Have you ever read Confident Ruby by Avdi Grimm?
I just ordered Planning Extreme Programming. Oldie but goodie, I hear.
Have you read TDD by Example by the same author?
I have not! Do you recommend?
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.
Designing Data Intensive Applications - Really awesome if you want to be a better back-end engineer
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.