mohammad-pooladi
Software Engineer😁 | Back_End Developer❤️ |Python | Django | DBMS | Linux user |Bug Hunter 🎧☕️💻
Pinned Repositories
Awesome-Django
A curated list of awesome Django apps. Inspired by and based on awesome-python.
django
The Web framework for perfectionists with deadlines.
Django-Authentication-
Comprehensive Django authentication tutorial covering registration, login, logout, and password reset with complete source code.
django-caching
Some examples of transparently caching things in Django.
django-celery
Old Celery integration project for Django
django-debug-toolbar
A configurable set of panels that display various debug information about the current request/response.
django-ninja
💨 Fast, Async-ready, Openapi, type hints based framework for building APIs
django-rest-framework
Web APIs for Django. 🎸
django-rest-swagger
Swagger Documentation Generator for Django REST Framework: deprecated
HTTP3_QUIC
HTTP/3 is the latest version of the HTTP protocol, built on top of the QUIC protocol. It is designed to reduce latency, improve security, and enhance performance. Unlike HTTP/2, which relies on TCP, HTTP/3 uses QUIC directly.
mohammad-pooladi's Repositories
mohammad-pooladi/Awesome-Django
A curated list of awesome Django apps. Inspired by and based on awesome-python.
mohammad-pooladi/django
The Web framework for perfectionists with deadlines.
mohammad-pooladi/Django-Authentication-
Comprehensive Django authentication tutorial covering registration, login, logout, and password reset with complete source code.
mohammad-pooladi/django-celery
Old Celery integration project for Django
mohammad-pooladi/django-debug-toolbar
A configurable set of panels that display various debug information about the current request/response.
mohammad-pooladi/django-ninja
💨 Fast, Async-ready, Openapi, type hints based framework for building APIs
mohammad-pooladi/django-oauth-toolkit
OAuth2 goodies for the Djangonauts!
mohammad-pooladi/django-redis
Full featured redis cache backend for Django.
mohammad-pooladi/django-rest-framework
Web APIs for Django. 🎸
mohammad-pooladi/django-rest-swagger
Swagger Documentation Generator for Django REST Framework: deprecated
mohammad-pooladi/django-silk
Silky smooth profiling for Django
mohammad-pooladi/django-tenants
Django tenants using PostgreSQL Schemas
mohammad-pooladi/graphene-django
Build powerful, efficient, and flexible GraphQL APIs with seamless Django integration.
mohammad-pooladi/HTTP3_QUIC
HTTP/3 is the latest version of the HTTP protocol, built on top of the QUIC protocol. It is designed to reduce latency, improve security, and enhance performance. Unlike HTTP/2, which relies on TCP, HTTP/3 uses QUIC directly.
mohammad-pooladi/prometheus
The Prometheus monitoring system and time series database.
mohammad-pooladi/Synchronous-Applications
Monolithic applications are a type of software where all components of the system (e.g., user interface, business logic, and database) are integrated into a single, unified structure. In this architecture, all the components run as part of one application.
mohammad-pooladi/design-patterns-for-humans-python
Python version of design patterns for humans: https://github.com/kamranahmedse/design-patterns-for-humans
mohammad-pooladi/django-batch-select
batch select many-to-many and one-to-many fields (to help avoid n+1 query problem)
mohammad-pooladi/django-blogdor
Yet another blog app for Django
mohammad-pooladi/django-content-plugins
[alpha] Plugins and renderer for matthiask's django-content-editor / feincms3.
mohammad-pooladi/django-dashboards
Django Dashboards - Admin Panels coded in Django | App-Generator.dev
mohammad-pooladi/django-extensions
This is a repository for collecting global custom management extensions for the Django Framework.
mohammad-pooladi/django-fhadmin
mohammad-pooladi/django-orderable
Simple object instance ordering for the Django administration change list. (Currently unmaintained and out of order.)
mohammad-pooladi/django-prototyper
UI for rapid Django apps creation (code-generation)
mohammad-pooladi/django-queued-storage
Provides a proxy for django file storage, that allows you to upload files locally and eventually serve them remotely
mohammad-pooladi/django-ratelimit
Cache-based rate-limiting for Django
mohammad-pooladi/django-tables2
django-tables2 - An app for creating HTML tables
mohammad-pooladi/djangorestframework-api-key
🔐 API key permissions for Django REST Framework
mohammad-pooladi/drf-yasg
Automated generation of real Swagger/OpenAPI 2.0 schemas from Django REST Framework code.