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
Python: Python tutorials, tips, and coding best practices.
Python
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
How to deploy an application to Heroku?
18 September 2023
Learn how to deploy a Python-based app to Heroku and Back4app Containers.
#deploy
#fastapi
#python
Customizing the Django Admin
24 August 2023
Learn how to customize the Django admin site.
#django
#python
How to build and deploy a Python app?
16 May 2023
Learn about the basics of building and deploying Python apps.
#docker
#python
Heroku Alternatives for Python-based Applications
26 September 2022
Learn about the best Heroku alternatives, their pros and cons.
#deploy
#python
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
Clean Code in Python
29 July 2021
Clean code, code standards, code principles and general guidelines on writing clean code.
#code
#python
Django and Pydantic
02 February 2021
Learn how to use Pydantic with Django to build RESTful APIs.
#django
#python
#rest
View My Projects