[Tutorialsplanet.NET] Udemy - Build a Backend REST API with Python & Django - Advanced


[Tutorialsplanet.NET] Udemy - Build a Backend REST API with Python & Django - Advanced
Category:
Date:
04/07/22 at 3:06pm GMT+1
Submitter:
Seeders:
0
Leechers:
1
File size:
3.9 GB in 96 files

Torrent Status:
  This torrent has been verified.

Infohash:
e2dae9dc181439847cc51f19647b746c931dd5e8


File list

  • [Tutorialsplanet.NET] Udemy - Build a Backend REST API with Python & Django - Advanced
  • icon 01 Introduction/001 Welcome to Build a Backend API with Django REST Framework - Advanced.en.srt 3.4 KB
    icon 01 Introduction/001 Welcome to Build a Backend API with Django REST Framework - Advanced.mp4 44.8 MB
    icon 01 Introduction/002 Intro to the course.en.srt 3.2 KB
    icon 01 Introduction/002 Intro to the course.mp4 51.8 MB
    icon 01 Introduction/003 Course structure.en.srt 1.5 KB
    icon 01 Introduction/003 Course structure.mp4 23.4 MB
    icon 01 Introduction/004 How to get the most out of this course.en.srt 1.2 KB
    icon 01 Introduction/004 How to get the most out of this course.mp4 19.6 MB
    icon 01 Introduction/005 How to get help.en.srt 2 KB
    icon 01 Introduction/005 How to get help.mp4 29.9 MB
    icon 01 Introduction/006 Windows 10 Home Workaround.html 2 KB
    icon 02 Technologies used in this course/001 Python.en.srt 1.1 KB
    icon 02 Technologies used in this course/001 Python.mp4 16.9 MB
    icon 02 Technologies used in this course/002 Django.en.srt 1.2 KB
    icon 02 Technologies used in this course/002 Django.mp4 20 MB
    icon 02 Technologies used in this course/003 Django REST Framework.en.srt 1013 B
    icon 02 Technologies used in this course/003 Django REST Framework.mp4 17.3 MB
    icon 02 Technologies used in this course/004 Docker.en.srt 820 B
    icon 02 Technologies used in this course/004 Docker.mp4 12.8 MB
    icon 02 Technologies used in this course/005 Travis-CI.en.srt 935 B
    icon 02 Technologies used in this course/005 Travis-CI.mp4 15.7 MB
    icon 02 Technologies used in this course/006 Postgres.en.srt 360 B
    icon 02 Technologies used in this course/006 Postgres.mp4 6.7 MB
    icon 02 Technologies used in this course/007 What is test driven development_.en.srt 5.6 KB
    icon 02 Technologies used in this course/007 What is test driven development_.mp4 88 MB
    icon 03 Installation and setup/001 System setup.html 3.2 KB
    icon 03 Installation and setup/002 Windows 10 Home Workaround.html 4.1 KB
    icon 04 Create new project/001 Setup new GitHub project.en.srt 3.6 KB
    icon 04 Create new project/001 Setup new GitHub project.mp4 37.9 MB
    icon 04 Create new project/002 Add Dockerfile.en.srt 13.2 KB
    icon 04 Create new project/002 Add Dockerfile.mp4 102.8 MB
    icon 04 Create new project/003 Configure Docker Compose.en.srt 6.5 KB
    icon 04 Create new project/003 Configure Docker Compose.mp4 49 MB
    icon 04 Create new project/004 Custom configuration for Linux users.html 4.1 KB
    icon 04 Create new project/005 Create Django project.en.srt 3.8 KB
    icon 04 Create new project/005 Create Django project.mp4 32.6 MB
    icon 05 Setup automation/001 Enable Travis-CI for project.en.srt 2.4 KB
    icon 05 Setup automation/001 Enable Travis-CI for project.mp4 21.4 MB
    icon 05 Setup automation/002 Create Travis-CI configuration file.en.srt 8.3 KB
    icon 05 Setup automation/002 Create Travis-CI configuration file.mp4 77.2 MB
    icon 05 Setup automation/003 UPDATE_ Travis-CI Docker Pull Issue.html 3.9 KB
    icon 06 Introduction to test driven development (TDD)/001 Writing a simple unit test.en.srt 7.5 KB
    icon 06 Introduction to test driven development (TDD)/001 Writing a simple unit test.mp4 67.3 MB
    icon 06 Introduction to test driven development (TDD)/002 Writing a unit test with TDD.en.srt 7.1 KB
    icon 06 Introduction to test driven development (TDD)/002 Writing a unit test with TDD.mp4 53.6 MB
    icon 07 Configure Django custom user model/001 Create core app.en.srt 4.3 KB
    icon 07 Configure Django custom user model/001 Create core app.mp4 11.7 MB
    icon 07 Configure Django custom user model/002 Add tests for custom user model.en.srt 8.1 KB
    icon 07 Configure Django custom user model/002 Add tests for custom user model.mp4 24.6 MB
    icon 07 Configure Django custom user model/003 Implement custom user model.en.srt 14.8 KB
    icon 07 Configure Django custom user model/003 Implement custom user model.mp4 60.7 MB
    icon 07 Configure Django custom user model/004 Normalize email addresses.en.srt 4.7 KB
    icon 07 Configure Django custom user model/004 Normalize email addresses.mp4 21.6 MB
    icon 07 Configure Django custom user model/005 Add validation for email field.en.srt 3.7 KB
    icon 07 Configure Django custom user model/005 Add validation for email field.mp4 16.7 MB
    icon 07 Configure Django custom user model/006 Add support for creating superusers.en.srt 7.4 KB
    icon 07 Configure Django custom user model/006 Add support for creating superusers.mp4 42.3 MB
    icon 08 Setup Django admin/001 Add tests for listing users in Django admin.en.srt 12.6 KB
    icon 08 Setup Django admin/001 Add tests for listing users in Django admin.mp4 40.5 MB
    icon 08 Setup Django admin/002 Modify Django admin to list our custom user model.en.srt 3.1 KB
    icon 08 Setup Django admin/002 Modify Django admin to list our custom user model.mp4 9.9 MB
    icon 08 Setup Django admin/003 Modify Django admin to support changing user model.en.srt 10.4 KB
    icon 08 Setup Django admin/003 Modify Django admin to support changing user model.mp4 34.2 MB
    icon 08 Setup Django admin/004 Modify Django admin to support creating users.en.srt 6.7 KB
    icon 08 Setup Django admin/004 Modify Django admin to support creating users.mp4 88 MB
    icon 09 Setting up database/001 Add postgres to docker compose.en.srt 8 KB
    icon 09 Setting up database/001 Add postgres to docker compose.mp4 31.4 MB
    icon 09 Setting up database/002 Add postgres support to Dockerfile.en.srt 8.5 KB
    icon 09 Setting up database/002 Add postgres support to Dockerfile.mp4 23.8 MB
    icon 09 Setting up database/003 Configure database in Django.en.srt 4.1 KB
    icon 09 Setting up database/003 Configure database in Django.mp4 18.9 MB
    icon 10 Waiting for postgres to start/001 Mocking with unittests.en.srt 2.5 KB
    icon 10 Waiting for postgres to start/001 Mocking with unittests.mp4 29.8 MB
    icon 10 Waiting for postgres to start/002 Add tests for wait_for_db command.en.srt 17.7 KB
    icon 10 Waiting for postgres to start/002 Add tests for wait_for_db command.mp4 53.6 MB
    icon 10 Waiting for postgres to start/003 Add wait_for_db command.en.srt 10.1 KB
    icon 10 Waiting for postgres to start/003 Add wait_for_db command.mp4 44.9 MB
    icon 10 Waiting for postgres to start/004 Make docker compose wait for db.en.srt 4.2 KB
    icon 10 Waiting for postgres to start/004 Make docker compose wait for db.mp4 17.2 MB
    icon 10 Waiting for postgres to start/005 UPDATE_ Make Travis-CI wait for db.html 2.4 KB
    icon 10 Waiting for postgres to start/006 Test in browser.en.srt 4.6 KB
    icon 10 Waiting for postgres to start/006 Test in browser.mp4 12.3 MB
    icon 11 Create user management endpoints/001 Create users app.en.srt 5.3 KB
    icon 11 Create user management endpoints/001 Create users app.mp4 22.7 MB
    icon 11 Create user management endpoints/002 Add tests for create user API.en.srt 23.3 KB
    icon 11 Create user management endpoints/002 Add tests for create user API.mp4 126.5 MB
    icon 11 Create user management endpoints/003 Add create user API.en.srt 19.3 KB
    icon 11 Create user management endpoints/003 Add create user API.mp4 76.8 MB
    icon 11 Create user management endpoints/004 UPDATE_ Fix for testing password too short.html 2.4 KB
    icon 11 Create user management endpoints/005 Add tests for creating a new token.en.srt 15.2 KB
    icon 11 Create user management endpoints/005 Add tests for creating a new token.mp4 154.9 MB
    icon 11 Create user management endpoints/006 Add create token API.en.srt 19.8 KB
    icon 11 Create user management endpoints/006 Add create token API.mp4 224.6 MB
    icon 11 Create user management endpoints/007 Add tests for manage user endpoint.en.srt 17.1 KB
    icon 11 Create user management endpoints/007 Add tests for manage user endpoint.mp4 101.8 MB
    icon 11 Create user management endpoints/008 Add manage user endpoint.en.srt 17.4 KB

Similar Torrents

Category
Name
Size
Date
 [Tutorialsplanet.NET] Udemy - ChatGPT Profits - How To Use GPT To Make Money 638 MB04/05/23262
 [Tutorialsplanet.NET] Udemy - The Complete JavaScript Course 2022 - From Zero to Expert! 34.3 GB03/25/2293
 [Tutorialsplanet.NET] Udemy - Learn Ethical Hacking and Pentesting - Hands-on 6.4 GB10/10/2382
 [Tutorialsplanet.NET] Udemy - ChatGPT Masters Prompt Engineering, Midjourney, Chat GPT 4 13.9 GB06/17/2374
 [Tutorialsplanet.NET] Udemy - 2021 Complete Python Bootcamp From Zero to Hero in Python 6.9 GB12/06/2160
 [Tutorialsplanet.NET] Udemy - The Complete Junior to Senior Web Developer Roadmap (2022) 21.8 GB04/04/2262
 [Tutorialsplanet.NET] Udemy - Bash Mastery The Complete Guide to Bash Shell Scripting 2.1 GB03/24/2250
 [Tutorialsplanet.NET] Udemy - Build Your Own Home Hydroponic Farm 2.5 GB04/07/2250
 [Tutorialsplanet.NET] Udemy - Python Programming with HackerRank From Zero to Hero 666 MB10/11/2351
 [Tutorialsplanet.NET] Udemy - Learn Italian Language Complete Italian Course - Beginners 4.6 GB12/20/1941
 [Tutorialsplanet.NET] Udemy - CFA® Level 1 (20212022) - Complete Fixed Income 2.6 GB12/19/2140
 [Tutorialsplanet.NET] Udemy - Voice Training – 30-Days to a More Confident Powerful Voice 5.9 GB07/05/2242
 [Tutorialsplanet.NET] Udemy - The Ultimate Dark Web, Anonymity, Privacy & Security Course 6.3 GB07/05/2240
 [Tutorialsplanet.NET] Udemy - Linux Shell Scripting Beginner Course 2023 1.3 GB10/02/2340
 [Tutorialsplanet.NET] Udemy - The Complete JavaScript Course 2023 From Zero to Expert! 39 GB10/08/2346