An open API service indexing awesome lists of open source software.

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

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)