A list of books any professional software developer should read,
and repeat to read from time to time. Divided in the more important books and articles
in this file, and my own summary of programming standards in the programming-standards.md
- Martin Fowler
- Patterns of Enterprise Application Architecture
- Robert C. Martin
- Kent Beck
- Test Driven Development by Example PDF
- Michael Feathers -Working Effectively with Legacy Code PDF
- Michael Foord
- 30 Best Practises in Software Development on opensource.com Link
- The Agile Manifesto
- 4 Values and 12 Principles Link
- Goto Conferences Videos:
- Catching up on topics: https://www.youtube.com/channel/UCs_tLP3AiwYKwdUHpltJPuA
- Ken Mugrage: It’s Not Continuous Delivery If You Can’t Deploy Right Now
- GOTO Conferences
- these are high-class talks on best practises on all levels and topics of modern software development.
- Coder's Tape
- in-depth professional videos on different aspects of Laravel
- Joshua Bloch
- Effective Java (3rd Edition) - Best practises for the Java Platform
- php the right way - foundation of professional php programming, should be obvious things, but with reading once
- Laravel Documentation - very well structured, and always something new to be found. Code smarter, not harder.