NT
Projects
Blog
Blog
Here’s a list of my blog posts. Filter by topic:
#artificial-intelligence
#auth
#aws
#code
#crypto
#deploy
#django
#docker
#email
#fastapi
#flask
#graphql
#machine-learning
#mobile
#parsejs
#payments
#python
#react
#rest
#stripe
Django: Django framework tips, tutorials, and best practices.
Django
Find and Fix N+1 Queries in Django Using AppSignal
04 December 2024
In this article, you'll learn about N+1 queries, how to detect them with AppSignal, and how to fix them to speed up your Django apps significantly.
#code
#django
#python
Avoid Counting in Django Pagination
05 November 2024
This article looks at how to avoid the object count query in Django pagination. Appropriate for production environments.
#code
#django
#python
Limiting Content Types in a Django Model
19 August 2024
Article looks at limiting content types when working with Django's generic relationships.
#code
#django
#python
Approximate Counting in Django and Postgres
03 June 2024
This article looks at how to speed up counting with Django and PostgreSQL. It covers two different approaches.
#code
#django
#python
Django REST Framework: Pros and Cons
29 February 2024
This article examines Django REST Framework, its pros and cons, and its alternatives.
#code
#django
Customizing the Django Admin
24 August 2023
Learn how to customize the Django admin site.
#django
#python
Django REST Framework Authentication with Auth.js
18 July 2023
Add authentication to Django REST Framework and integrate it with Auth.js
#auth
#django
#react
Django REST Framework Authentication
18 May 2023
Add authentication to Django REST Framework with django-allauth and dj-rest-auth.
#auth
#django
#rest
Django Performance Optimization Tips
20 March 2023
Learn about the best Django performance practices and how to speed up your app.
#code
#django
Deploying a Django App to Azure App Service
28 February 2023
Securely deploy a Django app to Azure App Service.
#deploy
#django
Deploying a Django App to Google App Engine
07 February 2023
Learn how to securely deploy a Django app to Google App Engine.
#deploy
#django
Deploying a Django App to Render
15 December 2022
In this tutorial, we'll look at how to deploy a Django app to Render.
#deploy
#django
Deploying a Django App to Fly.io
09 November 2022
Deploy a Django application to Fly.io.
#deploy
#django
Migrating to a Custom User Model Mid-project in Django
21 October 2022
Learn how to migrate to a custom user model mid-project in Django.
#code
#django
Deploying a Django App to Dokku on DigitalOcean
10 October 2022
Deploy a Django app to Dokku on a DigitalOcean droplet.
#deploy
#django
CI/CD - Django and Docker with GitHub Actions
02 September 2022
Configure GitHub Actions to continuously deploy a dockerized Django application to Linode.
#django
#docker
Integrating Mailchimp with Django
10 August 2022
Integrate Mailchimp with Django for newsletters and transactional emails.
#django
#email
Class-based vs Function-based Views in Django
01 August 2022
Differences between Django's class-based views (CBVs) and function-based views (FBVs).
#code
#django
#python
Deploying a Django Application to Elastic Beanstalk
28 February 2022
A step by step guide on deploying Django to AWS Beanstalk.
#aws
#deploy
#django
Introduction to Django Channels
11 January 2022
Learn how to build a real-time chat using Django Channels.
#django
Accepting Crypto Payments with Django and Coinbase
14 October 2021
Accept crypto payments in Django using Coinbase (Charges / Checkout).
#crypto
#django
#payments
Django REST Framework and Elasticsearch
01 September 2021
Learn how to integrate DRF with Elasticsearch.
#django
#rest
Effectively Using Django REST Framework Serializers
24 March 2021
Learn how to more efficiently and effectively use DRF serializers by example.
#code
#django
#rest
Adding Charts to Django with Chart.js
22 February 2021
This article looks at adding interactive charts to Django admin with Chart.js.
#django
Django and Pydantic
02 February 2021
Learn how to use Pydantic with Django to build RESTful APIs.
#django
#python
#rest
View My Projects