DEV Community

Valentino Gagliardi
Valentino Gagliardi

Posted on

What are the books that helped shaping your career?

Mine are:

  • The Pragmatic Programmer by Andy Hunt
  • Code complete by Steve McConnell
  • Clean Code by Robert Martin
  • Refactoring (and its second ed.) by Martin Fowler

Name your own!

Top comments (19)

Collapse
 
pavelloz profile image
Paweł Kowalski

Extreme Ownership by Jocko Willink
Dont look for excuses, take responsibility.

12 rules for life, an antidote to chaos by Jordan Peterson
Open mind learns faster and achieves bigger things in teams.

Discrimination and disparities by Thomas Sowell
Measure when you can. Statistics are used to manipulate us. Guessing and listening to those who feed us statistics is often worse than doing nothing.

Collapse
 
v6 profile image
🦄N B🛡

I've read all of these, and I second the recommendations.

The most "extreme" part of the Extreme Ownership book was when some of Mr. Willinck's people died in an operation for which he was the commander.

He decided in his report to the higher ups that he should be the fall guy, and take full responsibility for their deaths.

It's heavy stuff, and the message for your work is sobering, even chilling. But it's fascinating and easy to read.

Collapse
 
th3n00bc0d3r profile image
Muhammad • Edited

Development in my opinion is just learning how to use a tool, but learning how to use life is what can really shape careers.

Collapse
 
valentinogagliardi profile image
Valentino Gagliardi

Thanks for sharing!

Collapse
 
th3n00bc0d3r profile image
Muhammad

Your Welcome, do go through them and let me know, i would love to discuss your findings.

Collapse
 
bulsyusuf profile image
Bulama Yusuf

The Mythical Man-Month by Fred Brooks

Being Geek by Michael Lopp

The Richest Man in Babylon by George Samuel Clason

Cashflow Quadrant by Robert Kiyosaki

Agile IT Organisation Design by Sriram Narayan

Deep Work by Cal Newport

Principles by Ray Dalio

ReWork by David Heinemeier Hansson and Jason Fried

Collapse
 
bugmagnet profile image
Bruce Axtens • Edited
Collapse
 
steelwolf180 profile image
Max Ong Zong Bao
Collapse
 
mshirlaw profile image
Matt Shirlaw
Collapse
 
roylarsen profile image
Roy Larsen

The Phoenix Project

Collapse
 
dvanherten profile image
Dave van Herten • Edited

Domain Driven Design by Eric Evans as well as all of Vaughn Vernon's followup books have probably had the biggest impact for me. Otherwise I second just about everything on this list, particularly Code Complete.

Collapse
 
integerman profile image
Matt Eland

Pragmatic Programmer, code complete, working effectively with legacy code, managing humans, the manager's path, debugging teams, turn the ship around, the Phoenix project, and the advantage all come to mind.

Collapse
 
valentinogagliardi profile image
Valentino Gagliardi

Solid books! I have the Phoenix project myself too!

Collapse
 
lukewestby profile image
Luke Westby

Getting Things Done™️ by David Allen

Collapse
 
teokk profile image
Teo Khai Kiong

You Don't Know JS by Kyle Simpson 😁

Collapse
 
kethmars profile image
kethmars • Edited

Great list, Valentino!

I'd add:

  • The Clean Coder
  • Thinking Fast and Slow(not related to programming but thinking in general)
Collapse
 
valentinogagliardi profile image
Valentino Gagliardi

I actually read Thinking fast and slow!

Collapse
 
valentinogagliardi profile image
Valentino Gagliardi

Just ordered Deep work last week!

Collapse
 
canro91 profile image
Cesar Aguirre
  • Clean code
  • The Art of Readable code
  • The Art of Unit testing
  • Patterns, principles and practices in C#