REPOSITORY OVERVIEWLive repository statistics
★ 817Stars
⑂ 133Forks
◯ 0Open issues
◉ 817Watchers
77/100
OPENREPOHUB HEALTH SIGNALHealthy signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
100 Community adoption25% weight
57 Maintenance state20% weight
100 License clarity10% weight
0 Project information10% weight
75 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
Django Roadmap:
Part 1 (Development Basics):
-
Python virtual environment (pipenv, virtualenv, pyenv, poetry, uv (https://github.com/astral-sh/uv))
-
Effective Python Book
-
VCS (Version Control System):
Git and Github (commits, branches, merges, conflicts, stashing, pull requests)
-
IDE/Text Editor:
Pycharm Pro or VS Code (shortcuts, formatting, integrations, plugins)
-
Networks Basics:
IPs, Ports, HTTP/HTTPS, FTP, Webservers, NATs, SSH, ...etc
-
Linux
-
Using The Terminal/CMD/PowerShell
Part 2 (Databases)
- RDB (PostgreSQL, MySQL/MariaDB, SQLite)
- NoSQL (MongoDB, Redis)
- ORM (Object-Relational Mapper)
Part 3 (Software Engineering)
- Conventional Commits
- Trunk-based Development (https://www.atlassian.com/continuous-delivery/continuous-integration/trunk-based-development)
- Change Logs
- README
- Documentation
- Clean Code
- Design Principles (SOLID, KISS, YAGNI, ...etc)
- Design Patterns
- Testing (Unit, Integration, Functional)
- Pytest
- TDD (Test-Driven Development)
- BDD (Behavior-Driven Development)
- DDD (Domain-Driven Design)
- Issue Tracking (GitHub issues, JIRA, Redmine) Learn how to mention issue number in commit message
- Continues Integration (GitHub Actions, Jenkins, Travis-CI)
- pre-commit hooks (black, flake)
- .env files and environmental variables
- Logs, and Logging (For Example Sentry)
Part 4 (Web)
- HTML, CSS, SASS, Javascript, Bootstrap and JQuery
- REST API
- Swagger
- ngrok
- GraphQL
- Browser dev tools (elements tab, console, network tab, performance)
Part 5 (Theory and Tools):
- Security (XSS, SQL Injection, CSRF, CORS, ...etc)
- Symmetric Encryption and Asymmetric Encryption
- SSH (Connecting, Generating Keys, Adding Hosts, ...etc)
- Authentication (session, basic, token and jwt token)
- Docker, docker-compose
- Postman
- Authentication vs Authorization
Part 6 (Django)
Part 7 (Advanced Concepts & Devops & Production):
- Elastic Stack
- Caching with redis
- Asynchronous programming (celery, rabbit mq, django rq, Kafka)
- Linux cron jobs
- AWS Basics (S3, EC2, Networks)
- Gunicorn
- Nginx
- Microservices
- Hosting (PAAS, SAAS, IAAS)
- System Design (a good book is System Design Interview - An Insider's Guide)
Part 8 (Front-End Optional Miscellaneous)
- NPM
- Webpack
- SPA (Vue and Nuxt.js/React and Next.js/Angular)
- PWA
- TypeScript
- ...etc