Udemy - Build a Backend REST API with Python & Django - Advanced [TP]

seeders: 5
leechers: 12
updated:

Download Fast Safe Anonymous
movies, software, shows...

Files

[Tutorialsplanet.NET] 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.4 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.2 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)
02 Technologies used in this course
  • 001 Python.en.srt (1.1 KB)
  • 001 Python.mp4 (16.9 MB)
  • 002 Django.en.srt (1.2 KB)
  • 002 Django.mp4 (20.0 MB)
  • 003 Django REST Framework.en.srt (1.0 KB)
  • 003 Django REST Framework.mp4 (17.3 MB)
  • 004 Docker.en.srt (0.8 KB)
  • 004 Docker.mp4 (12.8 MB)
  • 005 Travis-CI.en.srt (0.9 KB)
  • 005 Travis-CI.mp4 (15.7 MB)
  • 006 Postgres.en.srt (0.4 KB)
  • 006 Postgres.mp4 (6.7 MB)
  • 007 What is test driven development_.en.srt (5.6 KB)
  • 007 What is test driven development_.mp4 (88.0 MB)
03 Installation and setup
  • 001 System setup.html (3.2 KB)
  • 002 Windows 10 Home Workaround.html (4.1 KB)
04 Create new project
  • 001 Setup new GitHub project.en.srt (3.6 KB)
  • 001 Setup new GitHub project.mp4 (37.9 MB)
  • 002 Add Dockerfile.en.srt (13.2 KB)
  • 002 Add Dockerfile.mp4 (102.8 MB)
  • 003 Configure Docker Compose.en.srt (6.5 KB)
  • 003 Configure Docker Compose.mp4 (49.0 MB)
  • 004 Custom configuration for Linux users.html (4.1 KB)
  • 005 Create Django project.en.srt (3.8 KB)
  • 005 Create Django project.mp4 (32.6 MB)
05 Setup automation
  • 001 Enable Travis-CI for project.en.srt (2.4 KB)
  • 001 Enable Travis-CI for project.mp4 (21.4 MB)
  • 002 Create Travis-CI configuration file.en.srt (8.3 KB)
  • 002 Create Travis-CI configuration file.mp4 (77.2 MB)
  • 003 UPDATE_ Travis-CI Docker Pull Issue.html (3.9 KB)
  • [Tutorialsplanet.NET].url (0.1 KB)
06 Introduction to test driven development (TDD)
  • 001 Writing a simple unit test.en.srt (7.5 KB)
  • 001 Writing a simple unit test.mp4 (67.3 MB)
  • 002 Writing a unit test with TDD.en.srt (7.1 KB)
  • 002 Writing a unit test with TDD.mp4 (53.6 MB)
07 Configure Django custom user model
  • 001 Create core app.en.srt (4.3 KB)
  • 001 Create core app.mp4 (11.7 MB)
  • 002 Add tests for custom user model.en.srt (8.1 KB)
  • 002 Add tests for custom user model.mp4 (24.6 MB)
  • 003 Implement custom user model.en.srt (14.8 KB)
  • 003 Implement custom user model.mp4 (60.7 MB)
  • 004 Normalize email addresses.en.srt (4.7 KB)
  • 004 Normalize email addresses.mp4 (21.6 MB)
  • 005 Add validation for email field.en.srt (3.7 KB)
  • 005 Add validation for email field.mp4 (16.7 MB)
  • 006 Add support for creating superusers.en.srt (7.4 KB)
  • 006 Add support for creating superusers.mp4 (42.3 MB)
08 Setup Django admin
  • 001 Add tests for listing users in Django admin.en.srt (12.6 KB)
  • 001 Add tests for listing users in Django admin.mp4 (40.5 MB)
  • 002 Modify Django admin to list our custom user model.en.srt (3.1 KB)
  • 002 Modify Django admin to list our custom user model.mp4 (9.9 MB)
  • 003 Modify Django admin to support changing user model.en.srt (10.4 KB)
  • 003 Modify Django admin to support changing user model.mp4 (34.2 MB)
  • 004 Modify Django admin to support creating users.en.srt (6.7 KB)
  • 004 Modify Django admin to support creating users.mp4 (88.0 MB)
  • [Tutorialsplanet.NET].url (0.1 KB)
09 Setting up database
  • 001 Add postgres to docker compose.en.srt (8.0 KB)
  • 001 Add postgres to docker compose.mp4 (31.4 MB)
  • 002 Add postgres support to Dockerfile.en.srt (8.5 KB)
  • 002 Add postgres support to Dockerfile.mp4 (23.8 MB)
  • 003 Configure database in Django.en.srt (4.1 KB)
  • 003 Configure database in Django.mp4 (18.9 MB)
10 Waiting for postgres to start
  • 001 Mocking with unittests.en.srt (2.5 KB)
  • 001 Mocking with unittests.mp4 (29.8 MB)
  • 002 Add tests for wait_for_db command.en.srt (17.7 KB)
  • 002 Add tests for wait_for_db command.mp4 (53.6 MB)
  • 003 Add wait_for_db command.en.srt (10.1 KB)
  • 003 Add wait_for_db command.mp4 (44.9 MB)
  • 004 Make docker compose wait for db.en.srt (4.2 KB)
  • 004 Make docker compose wait for db.mp4 (17.2 MB)
  • 005 UPDATE_ Make Travis-CI wait for db.html (2.4 KB)
  • 006 Test in browser.en.srt (4.6 KB)
  • 006 Test in browser.mp4 (12.3 MB)
  • [Tutorialsplanet.NET].url (0.1 KB)
11 Create user management endpoints
  • 001 Create users app.en.srt (5.3 KB)
  • 001 Create users app.mp4 (22.7 MB)
  • 002 Add tests for create user API.en.srt (23.3 KB)
  • 002 Add tests for create user API.mp4 (126.5 MB)
  • 003 Add create user API.en.srt (19.3 KB)
  • 003 Add create user API.mp4 (76.8 MB)
  • 004 UPDATE_ Fix for testing password too short.html (2.4 KB)
  • 005 Add tests for creating a new token.en.srt (15.2 KB)
  • 005 Add tests for creating a new token.mp4 (154.9 MB)
  • 006 Add create token API.en.srt (19.8 KB)
  • 006 Add create token API.mp4 (224.6 MB)
  • 007 Add tests for manage user endpoint.en.srt (17.1 KB)
  • 007 Add tests for manage user endpoint.mp4 (101.8 MB)
  • 008 Add manage user endpoint.en.srt (17.4 KB)
  • 008 Add manage user endpoint.mp4 (94.9 MB)

Description

Udemy - Build a Backend REST API with Python & Django - Advanced [TP]

Create an advanced REST API with Python, Django REST Framework and Docker using Test Driven Development (TDD)

What you'll learn

Setting up a local development server with Docker
Writing a Python project using Test Driven Development
Building a REST API with advanced features such as uploading and viewing images
For more Udemy Courses: https://tutorialsplanet.net



Download torrent
3.9 GB
seeders:5
leechers:12
Udemy - Build a Backend REST API with Python & Django - Advanced [TP]


Trackers

tracker name
ahttp://0d.kebhana.mx:443/announce
udp://bigfoot1942.sektori.org:6969/announce
https://tracker.fastdownload.xyz:443/announce
https://opentracker.xyz:443/announce
http://open.trackerlist.xyz:80/announce
http://torrent.nwps.ws:80/announce
udp://tracker.port443.xyz:6969/announce
udp://tracker.tiny-vps.com:6969/announce
http://t.nyaatracker.com:80/announce
udp://tracker.birkenwald.de:6969/announce
udp://tracker.vanitycore.co:6969/announce
udp://tracker.torrent.eu.org:451/announce
udp://retracker.lanta-net.ru:2710/announce
udp://retracker.hotplug.ru:2710/announce
udp://bt.xxx-tracker.com:2710/announce
udp://tracker.uw0.xyz:6969/announce
udp://exodus.desync.com:6969/announce
udp://tracker.coppersurfer.tk:6969/announce
udp://explodie.org:6969/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://tracker.iamhansen.xyz:2000/announce
udp://tracker.toss.li:6969/announce
udp://tracker.opentrackr.org:1337/announce
udp://tracker.justseed.it:1337/announce
https://2.track.ga:443/announce
udp://open.stealth.si:80/announce
udp://zephir.monocul.us:6969/announce
udp://open.demonii.si:1337/announce
µTorrent compatible trackers list

Download torrent
3.9 GB
seeders:5
leechers:12
Udemy - Build a Backend REST API with Python & Django - Advanced [TP]


Torrent hash: E2DAE9DC181439847CC51F19647B746C931DD5E8