zhongziso
搜索
zhongziso
首页
首页
功能
磁力转BT
BT转磁力
关于
使用教程
免责声明
磁力助手
[FreeCourseSite.com] Udemy - Build a Backend REST API with Python & Django - Advanced
magnet:?xt=urn:btih:36d547ffa35e487f00330d7e24e2e74a20080520&dn=[FreeCourseSite.com] Udemy - Build a Backend REST API with Python & Django - Advanced
磁力链接详情
文件列表详情
36d547ffa35e487f00330d7e24e2e74a20080520
infohash:
156
文件数量
6.64 GB
文件大小
2023-3-25 22:43
创建日期
2024-11-10 02:53
最后访问
相关分词
FreeCourseSite
com
Udemy
-
Build
a
Backend
REST
API
with
Python
&
Django
-
Advanced
01 - Introduction/001 Technical requirements.mp4 13.42 MB
01 - Introduction/002 API details & Upgrades.mp4 36.42 MB
01 - Introduction/003 Course structure.mp4 6.13 MB
01 - Introduction/004 Getting help.mp4 58.79 MB
02 - App Design/001 App overview.mp4 14.06 MB
02 - App Design/002 Technologies.mp4 5.06 MB
02 - App Design/003 Django project structure.mp4 2.32 MB
03 - Test Driven Development/001 What is Test Driven Development.mp4 7.01 MB
04 - System Setup/001 What to install.mp4 1.79 MB
04 - System Setup/002 Setup confirmation [Follow Along].mp4 15.94 MB
05 - Project Setup/001 New project overview.mp4 14.09 MB
05 - Project Setup/002 Create GitHub project [Follow Along].mp4 20.89 MB
05 - Project Setup/003 Docker and Django.mp4 10.23 MB
05 - Project Setup/004 Define Python requirements [Follow Along].mp4 13.33 MB
05 - Project Setup/005 Create project Dockerfile [Follow Along].mp4 142.33 MB
05 - Project Setup/006 Create Docker Compose configuration [Follow Along].mp4 14.25 MB
05 - Project Setup/007 Linting and Tests.mp4 6.41 MB
05 - Project Setup/008 Configure flake8 [Follow Along].mp4 109.25 MB
05 - Project Setup/009 Create Django project [Follow Along].mp4 7.56 MB
05 - Project Setup/010 Run project with Docker Compose [Follow Along].mp4 26.45 MB
05 - Project Setup/011 Project setup overview.mp4 4.07 MB
06 - Configure GitHub Actions/001 What is GitHub Actions.mp4 5.33 MB
06 - Configure GitHub Actions/002 Configuring GitHub Actions.mp4 12.36 MB
06 - Configure GitHub Actions/003 Create GitHub Actions config [Follow Along].mp4 48.54 MB
06 - Configure GitHub Actions/004 Configure Docker Hub Credentials [Follow Along].mp4 50.72 MB
06 - Configure GitHub Actions/005 Test GitHub Actions [Follow Along].mp4 26.2 MB
07 - Test Driven Development with Django/001 Testing in Django.mp4 22.96 MB
07 - Test Driven Development with Django/002 Write a test [Follow Along].mp4 19.91 MB
07 - Test Driven Development with Django/003 Write a test using TDD [Follow Along].mp4 31.2 MB
07 - Test Driven Development with Django/004 Mocking.mp4 10.04 MB
07 - Test Driven Development with Django/005 Testing web requests.mp4 5.13 MB
07 - Test Driven Development with Django/006 Common testing problems.mp4 9.41 MB
08 - Configure Database/001 Database architecture overview.mp4 13.67 MB
08 - Configure Database/002 Add database service [Follow Along].mp4 58.95 MB
08 - Configure Database/003 Database configuration with Django.mp4 18.86 MB
08 - Configure Database/004 Install PostgreSQL database adaptor [Follow Along].mp4 48.12 MB
08 - Configure Database/005 Configure database in Django [Follow Along].mp4 8.74 MB
08 - Configure Database/006 Fixing database race condition.mp4 11.74 MB
08 - Configure Database/007 Create core app [Follow Along].mp4 17.82 MB
08 - Configure Database/008 Write tests for wait_for_db command [Follow Along].mp4 306.57 MB
08 - Configure Database/009 Add wait_for_db command [Follow Along].mp4 45.2 MB
08 - Configure Database/010 Database migrations.mp4 15.66 MB
08 - Configure Database/011 Update Docker Compose and CICD [Follow Along].mp4 35.38 MB
08 - Configure Database/012 Summary.mp4 2.12 MB
09 - Create User Model/001 The Django user model.mp4 12.28 MB
09 - Create User Model/002 Design custom user model.mp4 4.83 MB
09 - Create User Model/003 Add user model tests [Follow Along].mp4 14.48 MB
09 - Create User Model/004 Implement user model [Follow Along].mp4 85.59 MB
09 - Create User Model/005 Normalize email addresses [Follow Along].mp4 15.82 MB
09 - Create User Model/006 Require email input [Follow Along].mp4 9.48 MB
09 - Create User Model/007 Add superuser support [Follow Along].mp4 16.06 MB
09 - Create User Model/008 Test user model [Follow Along].mp4 8.67 MB
09 - Create User Model/009 Summary of Create User Model.mp4 948.83 KB
10 - Setup Django Admin/001 Django admin overview.mp4 14.09 MB
10 - Setup Django Admin/002 Write tests for listing users [Follow Along].mp4 38.33 MB
10 - Setup Django Admin/003 Make Django admin list users [Follow Along].mp4 24.95 MB
10 - Setup Django Admin/004 Support modifying users [Follow Along].mp4 96.88 MB
10 - Setup Django Admin/005 Support creating users [Follow Along].mp4 42.97 MB
11 - API Documentation/001 Importance of API documentation.mp4 9.85 MB
11 - API Documentation/002 Auto docs with DRF.mp4 18.22 MB
11 - API Documentation/003 Install drf-spectacular [Follow Along].mp4 18.3 MB
11 - API Documentation/004 Configure URLs [Follow Along].mp4 37.97 MB
11 - API Documentation/005 Test Swagger UI [Follow Along].mp4 21.31 MB
11 - API Documentation/006 Summary.mp4 978.88 KB
12 - Build user API/001 User API design.mp4 22.07 MB
12 - Build user API/002 Create user app [Follow Along].mp4 20.13 MB
12 - Build user API/003 Write tests for create user API [Follow Along].mp4 39.55 MB
12 - Build user API/004 Implement create user API [Follow Along].mp4 65.27 MB
12 - Build user API/005 Authentication.mp4 81.29 MB
12 - Build user API/006 Write tests for token API [Follow Along].mp4 94.97 MB
12 - Build user API/007 Implement token API [Follow Along].mp4 185.31 MB
12 - Build user API/008 Write tests for manage user API [Follow Along].mp4 136.56 MB
12 - Build user API/009 Implement manage user API [Follow Along].mp4 121.86 MB
12 - Build user API/010 Review user API in browser [Follow Along].mp4 50.57 MB
12 - Build user API/011 Summary.mp4 1.83 MB
13 - Build recipe API/001 Recipe API design.mp4 3.85 MB
13 - Build recipe API/002 APIView vs Viewsets.mp4 43.78 MB
13 - Build recipe API/003 Write test for recipe model [Follow Along].mp4 76.54 MB
13 - Build recipe API/004 Implement recipe model [Follow Along].mp4 114.86 MB
13 - Build recipe API/005 Create recipe app [Follow Along].mp4 20 MB
13 - Build recipe API/006 Write tests for listing recipes [Follow Along].mp4 204.85 MB
13 - Build recipe API/007 Implement recipe listing API [Follow Along].mp4 149.26 MB
13 - Build recipe API/008 Write tests for recipe detail API [Follow Along].mp4 53.79 MB
13 - Build recipe API/009 Implement recipe detail API [Follow Along].mp4 83.25 MB
13 - Build recipe API/010 Write tests for creating recipes [Follow Along].mp4 77.48 MB
13 - Build recipe API/011 Implement create recipe API [Follow Along].mp4 32.35 MB
13 - Build recipe API/012 Add additional tests [Follow Along].mp4 78.45 MB
13 - Build recipe API/013 Review recipe API in browser [Follow Along].mp4 81.24 MB
13 - Build recipe API/014 Summary.mp4 909.63 KB
14 - Build tags API/001 Tags API design.mp4 23 MB
14 - Build tags API/002 Add tag model [Follow Along].mp4 113.69 MB
14 - Build tags API/003 Write tests for listing tags [Follow Along].mp4 213.7 MB
14 - Build tags API/004 Implement tag listing API [Follow Along].mp4 113.17 MB
14 - Build tags API/005 Write tests for updating tags [Follow Along].mp4 68.07 MB
14 - Build tags API/006 Implement update tag API [Follow Along].mp4 27.3 MB
14 - Build tags API/007 Write tests for deleting tags [Follow Along].mp4 10.85 MB
14 - Build tags API/008 Implement delete tag API [Follow Along].mp4 18.95 MB
14 - Build tags API/009 Nested serializers.mp4 26.85 MB
14 - Build tags API/010 Write tests for creating tags [Follow Along].mp4 188.63 MB
14 - Build tags API/011 Implement create tag feature [Follow Along].mp4 123.17 MB
14 - Build tags API/012 Write tests for updating recipe tags [Follow Along].mp4 42.25 MB
14 - Build tags API/013 Implement update recipe tags feature [Follow Along].mp4 36.64 MB
14 - Build tags API/014 Review tags API in browser [Follow Along].mp4 17.6 MB
14 - Build tags API/015 Summary.mp4 1.12 MB
15 - Build ingredients API/001 Ingredients API Design.mp4 24.93 MB
15 - Build ingredients API/002 Add ingredient model [Follow Along].mp4 16.97 MB
15 - Build ingredients API/003 Write tests for listing ingredients [Follow Along].mp4 162.39 MB
15 - Build ingredients API/004 Implement ingredient listing API [Follow Along].mp4 82.85 MB
15 - Build ingredients API/005 Write tests for updating ingredients [Follow Along].mp4 52.31 MB
15 - Build ingredients API/006 Implement update ingredient API [Follow Along].mp4 18.12 MB
15 - Build ingredients API/007 Write tests for deleting ingredients [Follow Along].mp4 15.5 MB
15 - Build ingredients API/008 Implement delete ingredient API [Follow Along].mp4 10.26 MB
15 - Build ingredients API/009 Write tests for creating ingredients [Follow Along].mp4 148.73 MB
15 - Build ingredients API/010 Implement create ingredients feature [Follow Along].mp4 87.25 MB
15 - Build ingredients API/011 Write tests for updating recipe ingredients [Follow Along].mp4 132.57 MB
15 - Build ingredients API/012 Implement update recipe ingredients feature [Follow Along].mp4 32.14 MB
15 - Build ingredients API/013 Refactoring.mp4 2.89 MB
15 - Build ingredients API/014 Refactor recipe views [Follow Along].mp4 15.88 MB
15 - Build ingredients API/015 Review ingredient API in browser [Follow Along].mp4 18.88 MB
15 - Build ingredients API/016 Summary.mp4 1.24 MB
16 - Recipe image API/001 Recipe image API design.mp4 2.04 MB
16 - Recipe image API/002 Add image handling dependencies [Follow Along].mp4 15.58 MB
16 - Recipe image API/003 Static files with Django and Docker.mp4 14.9 MB
16 - Recipe image API/004 Configure project for static files [Follow Along].mp4 57.45 MB
16 - Recipe image API/005 Modify recipe model [Follow Along].mp4 65.72 MB
16 - Recipe image API/006 Write tests for uploading images [Follow Along].mp4 71.53 MB
16 - Recipe image API/007 Implement image API [Follow Along].mp4 69.42 MB
16 - Recipe image API/008 Review image uploading in browser [Follow Along].mp4 52.54 MB
16 - Recipe image API/009 Summary.mp4 873.09 KB
17 - Implement filtering/001 Filtering design.mp4 9.74 MB
17 - Implement filtering/002 Add tests for filtering recipes [Follow Along].mp4 129 MB
17 - Implement filtering/003 Implement recipe filter feature [Follow Along].mp4 58.36 MB
17 - Implement filtering/004 Add tests for filtering tags and ingredients [Follow Along].mp4 64.68 MB
17 - Implement filtering/005 Implement tag and ingredient filtering [Follow Along].mp4 68.76 MB
17 - Implement filtering/006 Review filtering in browser [Follow Along].mp4 28.5 MB
17 - Implement filtering/007 Summary.mp4 4.54 MB
18 - Deployment/001 Deployment plan.mp4 6.39 MB
18 - Deployment/002 Django deployment overview.mp4 20.94 MB
18 - Deployment/003 Add uWSGI to project [Follow Along].mp4 38.91 MB
18 - Deployment/004 Create proxy configs [Follow Along].mp4 37.95 MB
18 - Deployment/005 Create proxy Dockerfile [Follow Along].mp4 68.58 MB
18 - Deployment/006 Handling configuration.mp4 2.86 MB
18 - Deployment/007 Create docker compose config [Follow Along].mp4 30.71 MB
18 - Deployment/008 Update Django settings [Follow Along].mp4 25.95 MB
18 - Deployment/009 Creating a virtual server.mp4 6.42 MB
18 - Deployment/010 Create AWS account and user [Follow Along].mp4 37.14 MB
18 - Deployment/011 Upload SSH Key to AWS [Follow Along].mp4 37.23 MB
18 - Deployment/012 Create EC2 instance [Follow Along].mp4 23.74 MB
18 - Deployment/013 Setup GitHub deploy key [Follow Along].mp4 6.49 MB
18 - Deployment/014 Install Docker, Compose and Git [Follow Along].mp4 21.76 MB
18 - Deployment/015 Clone and configure project [Follow Along].mp4 15.03 MB
18 - Deployment/016 Run service [Follow Along].mp4 33.73 MB
18 - Deployment/017 Updating service [Follow Along].mp4 98.42 MB
18 - Deployment/018 Deployment summary.mp4 1.2 MB
19 - Summary/001 Course overview.mp4 13.57 MB
20 - Upgrades/001 Upgrading to Django 4 [Follow Along].mp4 19.77 MB
其他位置