DEV Community

Discussion on: What Book(s) Are You Currently Reading To Be a Better Programmer?

Collapse
 
jerome profile image
Marc Jerome

I finished reading TDD with python last month. It was a nice book to read for a programmer without testing experience because not only it taught me about the topic, it emphasized the importance and value of testing.

Last week I read the docs of django rest framework and also another ebook about it which is recommended by the docs. I got the concept but it's kinda missing something so I decided to read "The design of Web APIs". So far, I can say it's a good book that gives you priniciples in designing APIs.