This post looks at how to set up automated performance tests to uncover and prevent inefficient database queries. (more…)
Read more »
In this tutorial we'll take a test-first approach to developing a RESTful API with the Django REST Framework. (more…)
Read more »
A simple guide to Django 3.0 and ASGI with performance implications told with quirky illustrations... (more…)
Read more »
You know me, I’m a Django fan.
It’s my preferred way of developing web apps, mainly because of the absolutely vast ecosystem of apps and libraries it has, and the fact that it is really well-designed.
I love how modular it is, and how it lets you use any ... (more…)
Read more »
Publishing database changes to subscribed WebSocket clients using Django Channels Rest Framework. (more…)
Read more »