Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tawounfouet/advanced-django-coursera
Mastering Django and the Django Rest Framework. Creating a blog and an accompanying API using industry-standard tools and software packages
https://github.com/tawounfouet/advanced-django-coursera
authentication bootstrap caching django django-rest-framework python
Last synced: 2 days ago
JSON representation
Mastering Django and the Django Rest Framework. Creating a blog and an accompanying API using industry-standard tools and software packages
- Host: GitHub
- URL: https://github.com/tawounfouet/advanced-django-coursera
- Owner: tawounfouet
- Created: 2024-05-17T00:21:54.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-17T17:38:42.000Z (8 months ago)
- Last Synced: 2024-05-18T01:43:28.177Z (8 months ago)
- Topics: authentication, bootstrap, caching, django, django-rest-framework, python
- Language: Python
- Homepage:
- Size: 45.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advanced Django: Mastering Django and Django Rest Framework Specialization
Mastering Django and the Django Rest Framework. Create a blog and an accompanying API using industry-standard tools and software packages without installing anything!
In these four courses, I learned everything from the architecting of large web development projects, to the Django REST framework, to task queuing. These topics prepare me to create advanced websites that integrate with popular APIs and popular JavaScript frameworks, giving me enough understanding of Django to tackle more specialized projects.
## Applied Learning Project
Learners will
- Created and optimized a blog web application using Django
- Create a RESTful API for the blog, making use of the DRF.
## Course Breakdown
### Advanced Django: Building a Blog
- Create custom filters and templates
- Optimize performance through caching and optimizing database operations
- Authenticate users with Google### Advanced Django: Introduction to Django Rest Framework
- Build an API with Django Rest Framework
- Use Postman to explore the API
- Add functionality with serializers, viewsets, routers, authentication, and permissions### Advanced Django: Advanced Django Rest Framework
- Optimize the Django Rest Framework
- Writing tests for the API
- Integrate with ReactJS### Advanced Django: External APIs and Task Queuing
- Schedule tasks with Celery and Redis
- Combine the skills from all four courses to build a portfolio-ready project### Skills i have gained
- Django (Web Framework)
- Python Programming
- React (Web Framework)
- JavaScript