Curated list of useful resources and cheatsheets for web developers
View the Project on GitHub zlatanstajic/ultimate-cheatsheet-for-developers
Recommended books for software developers.
| Name | Description |
|---|---|
| Code Complete | A practical handbook of software construction. |
| Design Patterns: Elements of Reusable Object-Oriented Software | Classic guide to software design patterns by the Gang of Four. |
| Structure and Interpretation of Computer Programs | Foundational text on computer science and programming concepts. |
| Working Effectively With Legacy Code | Strategies for dealing with large, untested legacy code bases. |
| Programming Pearls | Insights and techniques for writing elegant and efficient programs. |
| Patterns of Enterprise Application Architecture | Architectural patterns for enterprise application development. |