Udemy - Build a Backend REST API with Python & Django - Advanced ...
- Category Other
- Type Tutorials
- Language English
- Total size 5.5 GB
- Uploaded By escobar623
- Downloads 1323
- Last checked 1 hour ago
- Date uploaded 5 years ago
- Seeders 6
- Leechers 5
Udemy - Build a Backend REST API with Python & Django - Advanced
Welcome to the advanced course on how to Build a Backend REST API using Python, Django (2.0), Django REST Framework (3.9), Docker, Travis CI, Postgres and Test Driven Development! Whether youβre a freelance programmer, tech entrepreneur, or just starting out building backends - this course will help lay the foundation of your knowledge base and give you the tools to advance your skills with some of the most in-demand programming languages today.
Udemy - The Complete Oracle SQL Certification Course [GC]
Files:
[GigaCourse.com] Udemy - Build a Backend REST API with Python & Django - Advanced 01 Introduction- 001 Welcome to Build a Backend API with Django REST Framework - Advanced.en.srt (3.3 KB)
- 001 Welcome to Build a Backend API with Django REST Framework - Advanced.mp4 (44.8 MB)
- 002 Intro to the course.en.srt (3.1 KB)
- 002 Intro to the course.mp4 (51.8 MB)
- 003 Course structure.en.srt (1.5 KB)
- 003 Course structure.mp4 (23.4 MB)
- 004 How to get the most out of this course.en.srt (1.2 KB)
- 004 How to get the most out of this course.mp4 (19.6 MB)
- 005 How to get help.en.srt (2.0 KB)
- 005 How to get help.mp4 (29.9 MB)
- 006 Windows 10 Home Workaround.html (2.0 KB)
- external-assets-links.txt (0.2 KB)
- 007 Python.en.srt (1.1 KB)
- 007 Python.mp4 (16.9 MB)
- 008 Django.en.srt (1.2 KB)
- 008 Django.mp4 (20.0 MB)
- 009 Django REST Framework.en.srt (1.0 KB)
- 009 Django REST Framework.mp4 (17.3 MB)
- 010 Docker.en.srt (0.8 KB)
- 010 Docker.mp4 (12.8 MB)
- 011 Travis-CI.en.srt (0.9 KB)
- 011 Travis-CI.mp4 (15.7 MB)
- 012 Postgres.en.srt (0.3 KB)
- 012 Postgres.mp4 (6.7 MB)
- 013 What is test driven development.en.srt (5.4 KB)
- 013 What is test driven development.mp4 (88.0 MB)
- external-assets-links.txt (0.3 KB)
- 014 System setup.html (3.1 KB)
- 015 Windows 10 Home Workaround.html (4.1 KB)
- 016 Setup new GitHub project.en.srt (3.5 KB)
- 016 Setup new GitHub project.mp4 (37.9 MB)
- 017 Add Dockerfile.en.srt (12.7 KB)
- 017 Add Dockerfile.mp4 (102.8 MB)
- 018 Configure Docker Compose.en.srt (6.3 KB)
- 018 Configure Docker Compose.mp4 (49.0 MB)
- 019 Custom configuration for Linux users.html (4.1 KB)
- 020 Create Django project.en.srt (3.7 KB)
- 020 Create Django project.mp4 (32.6 MB)
- external-assets-links.txt (0.8 KB)
- 021 Enable Travis-CI for project.en.srt (2.3 KB)
- 021 Enable Travis-CI for project.mp4 (21.4 MB)
- 022 Create Travis-CI configuration file.en.srt (7.9 KB)
- 022 Create Travis-CI configuration file.mp4 (77.2 MB)
- external-assets-links.txt (0.4 KB)
- 023 Writing a simple unit test.en.srt (7.2 KB)
- 023 Writing a simple unit test.mp4 (60.7 MB)
- 024 Writing a unit test with TDD.en.srt (6.8 KB)
- 024 Writing a unit test with TDD.mp4 (53.6 MB)
- external-assets-links.txt (0.7 KB)
- 025 Create core app.en.srt (4.1 KB)
- 025 Create core app.mp4 (30.7 MB)
- 026 Add tests for custom user model.en.srt (7.7 KB)
- 026 Add tests for custom user model.mp4 (62.5 MB)
- 027 Implement custom user model.en.srt (14.0 KB)
- 027 Implement custom user model.mp4 (107.6 MB)
- 028 Normalize email addresses.en.srt (4.5 KB)
- 028 Normalize email addresses.mp4 (37.8 MB)
- 029 Add validation for email field.en.srt (3.5 KB)
- 029 Add validation for email field.mp4 (28.2 MB)
- 030 Add support for creating superusers.en.srt (7.0 KB)
- 030 Add support for creating superusers.mp4 (60.1 MB)
- external-assets-links.txt (2.1 KB)
- 031 Add tests for listing users in Django admin.en.srt (12.0 KB)
- 031 Add tests for listing users in Django admin.mp4 (89.7 MB)
- 032 Modify Django admin to list our custom user model.en.srt (2.9 KB)
- 032 Modify Django admin to list our custom user model.mp4 (23.9 MB)
- 033 Modify Django admin to support changing user model.en.srt (9.9 KB)
- 033 Modify Django admin to support changing user model.mp4 (77.4 MB)
- 034 Modify Django admin to support creating users.en.srt (6.4 KB)
- 034 Modify Django admin to support creating users.mp4 (48.3 MB)
- external-assets-links.txt (0.9 KB)
- 035 Add postgres to docker compose.en.srt (7.6 KB)
- 035 Add postgres to docker compose.mp4 (51.9 MB)
- 036 Add postgres support to Dockerfile.en.srt (8.1 KB)
- 036 Add postgres support to Dockerfile.mp4 (53.0 MB)
- 037 Configure database in Django.en.srt (3.9 KB)
- 037 Configure database in Django.mp4 (30.8 MB)
- external-assets-links.txt (1.0 KB)
- 038 Mocking with unittests.en.srt (2.4 KB)
- 038 Mocking with unittests.mp4 (29.8 MB)
- 039 Add tests for wait_for_db command.en.srt (16.9 KB)
- 039 Add tests for wait_for_db command.mp4 (134.9 MB)
- 040 Add wait_for_db command.en.srt (9.6 KB)
- 040 Add wait_for_db command.mp4 (82.7 MB)
- 041 Make docker compose wait for db.en.srt (4.0 KB)
- 041 Make docker compose wait for db.mp4 (29.5 MB)
- 042 Test in browser.en.srt (4.4 KB)
- 042 Test in browser.mp4 (32.1 MB)
- external-assets-links.txt (1.0 KB)
- 043 Create users app.en.srt (5.0 KB)
- 043 Create users app.mp4 (42.6 MB)
- 044 Add tests for create user API.en.srt (22.2 KB)
- 044 Add tests for create user API.mp4 (184.1 MB)
- 045 Add create user API.en.srt (18.3 KB)
- 045 Add create user API.mp4 (146.4 MB)
- 046 UPDATE Fix for testing password too short.html (2.3 KB)
- 047 Add tests for creating a new token.en.srt (14.5 KB)
- 047 Add tests for creating a new token.mp4 (127.4 MB)
- 048 Add create token API.en.srt (18.8 KB)
- 048 Add create token API.mp4 (144.4 MB)
- 049 Add tests for manage user endpoint.en.srt (16.2 KB)
- 049 Add tests for manage user endpoint.mp4 (149.1 MB)
- 050 Add manage user endpoint.en.srt (16.5 KB)
- 050 Add manage user endpoint.mp4 (136.4 MB)
- external-assets-links.txt (2.0 KB)
- 051 Create recipe app.en.srt (3.3 KB)
- 051 Create recipe app.mp4 (34.1 MB)
- 052 Add tag model.en.srt (12.0 KB)
- 052 Add tag model.mp4 (105.5 MB)
- 053 Add tests for listing tags.en.srt (17.3 KB)
- 053 Add tests for listing tags.mp4 (140.4 MB)
- 054 Add feature to list tags.en.srt (17.2 KB)
- 054 Add feature to list tags.mp4 (125.8 MB)
- 055 Add create tags feature.en.srt (9.8 KB)
- 055 Add create tags feature.mp4 (78.7 MB)
- external-assets-links.txt (1.8 KB)
- 056 Add ingredient model.en.srt (5.4 KB)
- 056 Add ingredient model.mp4 (47.5 MB)
- 057 Add tests for listing ingredients.en.srt (13.6 KB)
- 057 Add tests for listing ingredients.mp4 (118.4 MB)
- 058 Implement feature for list ingredients.en.srt (6.7 KB)
- 058 Implement feature for list ingredients.mp4 (56.7 MB)
- 059 Implement feature for creating ingredients.en.srt (10.5 KB)
- 059 Implement feature for creating ingredients.mp4 (96.1 MB)
- 060 Re-factor tags and ingredients viewsets.en.srt (9.9 KB)
- 060 Re-factor tags and ingredients viewsets.mp4 (93.9 MB)
- external-assets-links.txt (0.9 KB)
- 061 Add recipe model.en.srt (18.0 KB)
- 061 Add recipe model.mp4 (158.5 MB)
- 062 Add tests for listing recipes.en.srt (20.7 KB)
- 062 Add tests for listing recipes.mp4 (175.6 MB)
- 063 Implement feature for listing recipes.en.srt (11.6 KB)
- 063 Implement feature for listing recipes.mp4 (97.0 MB)
- 064 Add tests for retrieving recipe detail.en.srt (14.0 KB)
- 064 Add tests for retrieving recipe detail.mp4 (109.5 MB)
- 065 Implement feature for retrieving recipe detail.en.srt (10.5 KB)
- 065 Implement feature for retrieving recipe detail.mp4 (78.5 MB)
- 066 Add tests for creating recipes.en.srt (15.1 KB)
- 066 Add tests for creating recipes.mp4 (130.6 MB)
- 067 Implement feature for creating recipes.en.srt (5.9 KB)
- 067 Implement feature for creating recipes.mp4 (50.1 MB)
- 068 Add tests for updating recipes.en.srt (12.9 KB)
- 068 Add tests for updating recipes.mp4 (117.1 MB)
- external-assets-links.txt (1.8 KB)
- 069 Add Pillow requirement.en.srt (15.7 KB)
- 069 Add Pillow requirement.mp4 (131.2 MB)
- 070 Modify recipe model.en.srt (14.5 KB)
- 070 Modify recipe model.mp4 (129.5 MB)
- 071 Add tests for uploading image to recipe.en.srt (16.3 KB)
- 071 Add tests for uploading image to recipe.mp4 (157.5 MB)
- 072 Add feature to upload image.en.srt (13.4 KB)
- 072 Add feature to upload image.mp4 (132.0 MB)
- external-assets-links.txt (1.4 KB)
- 073 Add tests for filtering recipes.en.srt (9.7 KB)
- 073 Add tests for filtering recipes.mp4 (117.6 MB)
- 074 Implement feature to filter recipes.en.srt (11.0 KB)
- 074 Implement feature to filter recipes.mp4 (114.7 MB)
- 075 Add tests for filtering tags and ingredients.en.srt (14.7 KB)
- 075 Add tests for filtering tags and ingredients.mp4 (201.3 MB)
- 076 Implement feature for filtering tags and ingredients.en.srt (8.5 KB)
- 076 Implement feature for filtering tags and ingredients.mp4 (101.0 MB)
- external-assets-links.txt (0.5 KB)
- 077 What was covered in this course.en.srt (1.1 KB)
- 077 What was covered in this course.mp4 (19.0 MB)
- [GigaCourse.com].url (0.0 KB)
There are currently no comments. Feel free to leave one :)
Code:
- udp://tracker.opentrackr.org:1337/announce
- udp://p4p.arenabg.com:1337/announce
- udp://tracker.tiny-vps.com:6969/announce
- udp://zephir.monocul.us:6969/announce
- udp://chihaya.toss.li:9696/announce
- http://tracker.files.fm:6969/announce
- udp://tracker.zerobytes.xyz:1337/announce
- udp://explodie.org:6969/announce
- udp://open.stealth.si:80/announce
- udp://tracker.uw0.xyz:6969/announce
- https://tracker.nanoha.org:443/announce
- udp://retracker.akado-ural.ru:80/announce
- udp://tracker.zum.bi:6969/announce
- http://tracker.nyap2p.com:8080/announce