DEV Community

Matthieu Vion
Matthieu Vion

Posted on

Do you have any technical books to recommend ?

Hello Dev community !

In 2018 I would like to read more books but also more technical books !

(by more I mean at least one, I didn't read any tech book in 2017, shame on me...)

shame gif

So I would like to collect your recommandations, I do some front and backend stuff (JS and PHP), but I think more basic and general book would be more suitable.

Anyway, I'm open to any suggestions,

I wish you all my best wishes for this new year and much success for your projects !

happy new year gif

Oldest comments (4)

Collapse
 
sduford profile image
sduford

Here are my recommendations for 7 classic software development books every developer should own: coding.duford.com/2017/11/recommen...

Collapse
 
blouzada profile image
Bruno Louzada

I recommend extreme programming explained is an awesome book about XP and Agile software development, and The Pragmatic Programmer is about programmers mindset.

Collapse
 
ewoks profile image
Beeblebrox
  • Working Effectively with legacy code
  • Clean Code
  • Clean Architecture
  • Head First Design Patterns
  • Test-driven Development: By Example
Collapse
 
napicella profile image
Nicola Apicella

Domain driven design, Evans
NoSql, Fowler
Building Microservices, Newman
TDD, Beck
Clean Code, Martin
Refactoring, Fowler