https://github.com/dannyfeliz/programming-book-recommendations-list
My personal list of books that I recommend to read if you are a software developer
https://github.com/dannyfeliz/programming-book-recommendations-list
clean-code programming programming-books readable-code refactoring software-development ui ux
Last synced: 2 months ago
JSON representation
My personal list of books that I recommend to read if you are a software developer
- Host: GitHub
- URL: https://github.com/dannyfeliz/programming-book-recommendations-list
- Owner: DannyFeliz
- Created: 2017-06-07T04:06:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-05-04T15:01:40.000Z (almost 5 years ago)
- Last Synced: 2025-02-16T03:25:10.567Z (2 months ago)
- Topics: clean-code, programming, programming-books, readable-code, refactoring, software-development, ui, ux
- Homepage:
- Size: 1.95 KB
- Stars: 26
- Watchers: 6
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
##### This is my personal list of books that I recommend to read if you are a software developer. Most of these books are technology agnostic so feel free to choose any to start reading.
# Books
## Code
- [Clean Code](https://www.amazon.com/Clean-Code-Handbook-Software-Craftsmanship/dp/0132350882)
- [The Art Of Redable Code](https://www.amazon.com/Art-Readable-Code-Practical-Techniques/dp/0596802293)
- [Refactoring: Improving the Desing of Existing Code](https://www.amazon.com/Refactoring-Improving-Design-Existing-Code/dp/0201485672)
- [Code Simplicity](https://www.amazon.com/Code-Simplicity-Fundamentals-Max-Kanat-Alexander/dp/1449313892)
- [97 Things Every Programmer Should Know](https://www.amazon.com/Things-Every-Programmer-Should-Know/dp/0596809484)
- [Soft Skills: The software developer's life manual](https://www.amazon.com/Soft-Skills-software-developers-manual/dp/1617292397)**Javascript**
- [Clean Code Javascript](https://github.com/ryanmcdermott/clean-code-javascript)## UI/UX
- [Don't Make Me Think](https://www.amazon.com/Dont-Make-Think-Revisited-Usability/dp/0321965515)