Advertisement
Guest User

Untitled

a guest
Aug 24th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. **The Classics and Classic Contemporary (I made that phrase up)**
  2.  
  3. * Structure and Interpretation of Computer Programs - 2nd Edition
  4. * The Pragmatic Programmer
  5. * The Mythical Man-Month
  6. * Code Complete: A Practical Handbook of Software Construction, Second Edition
  7. * Head First Design Patterns
  8. * Design Patterns: Elements of Reusable Object-Oriented Software
  9. * Introduction to Algorithms, 3rd Edition
  10. * The Art of Computer Programming
  11. * Facts and Fallacies of Software Engineering
  12.  
  13. **Code Quality**
  14.  
  15. * The Clean Coder
  16. * Clean Code
  17. * Refactoring: Improving the Design of Existing Code
  18. * Working Effectively with Legacy Code
  19.  
  20. **Language Specific**
  21.  
  22. * JavaScript the Good Parts
  23. * JavaScript the Definitive Guide
  24.  
  25. **DevOps and Continuous Delivery:**
  26.  
  27. * Continuous Delivery: Reliable Software Releases through Build, Test, and Deployment Automation
  28. * Continuous Integration: Improving Software Quality and Reducing Risk
  29. * Building Microservices Organizations Innovate at Scale
  30. * Building a DevOps Culture
  31.  
  32. **API Design**
  33.  
  34. * Getting Started with OAuth 2.0
  35. * Build APIs You Won't Hate: Everyone and their dog wants an API, so you should probably learn how to build them
  36. * Soft Skills: The software developer's life manual
  37.  
  38. **Methodologies**
  39. * The Lean Startup: How Today's Entrepreneurs Use Continuous Innovation to Create Radically Successful Businesses
  40.  
  41. **For Fun (Things that could be real, but aren't)**
  42. * The Phoenix Project: A Novel about IT, DevOps, and Helping Your Business Win
  43. * Dilbert's Guide To The Rest Of Your Life: Dispatches from Cubicleland
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement