I managed to complete the REST APIs with Django book this evening. I'm really pleased with bot the Django for Beginners book and the REST APIs with Django book simply because they're some of the best written books I've read. I can't say enough good things about these books. I …
read moreOther articles
Learning Django Checkin: 2019-02-27
Since the last check-in I've been working on completing all but the last chapter of the REST APIs with Django book. I've learned about Viewsets with Django REST (which are really cool). One thing that I appreciated in the book was the mention about creating the views first, then figuring …
read moreLearning Django: Checking in 2019-02-17
This week I made some more progress learning Django using the REST APIs with Django book. The section of the book I'm currently in talks about using the Django REST plugin for handling permissions. I like some of the defaults that are in there, especially the "
read moreSAFE_METHODS
" macro (which are …Learning Django Checking in 2019-02-11
So, um, about that weekly check-in. :)
I skipped last week, and can't be bothered to figure out which week this is. But I've been steadily making progress with the REST APIs in Django book. I did my first taste of React, which was not quite as painful as I had …
read more