#django
Read more stories on Hashnode
Articles with this tag
What is HTMX? HTMX is a powerful tool that allows developers to create highly interactive and dynamic user interfaces without the need for heavy...
How to setup a Django project with VSCode dev containers and docker compose · docker compose up -d is amazing right? You don't know what is does? In...
Improve your code quality by using simple scripts · Updated 08/02/2024: Updated example dependencies, use Ruff instead of flake8 and pylint Pre-commit is...
I will show how to create simple yet efficient APIs using Django REST framework. Starting with basic examples and progressing to more complex...
I had many time the need to optimize some performance issues with Django ORM queries, then many times the prefetch_related and select_related were my...
I had many time the need to optimise some performance issues with some ORM queries, then many times the prefetch_related and select_related were my...