Some of my thoughts, filtered slightly for public consumption.
Read more »
What backend framework should you choose for your next bootstrapped project? What's the difference between Rails and Django VS NodeJS and GO? Johan asked his... (more…)
Read more »
Django 3.1 provides support for asynchronous views, allowing developers to make signifcant performance improvements. (more…)
Read more »
In Django, a GenericForeignKey
is a feature that allows a model to be related to any other model in the system,
as opposed to a ForeignKey
which is related to a specific one. (more…)
Read more »
In this article you will learn how to build a simple REST API using Django REST Framework. The code in this article was written with Python 3.6, Django 1.11 and DRF 3.6 in mind. (more…)
Read more »