FastAPI Full Stack Web Development (API + Webapp)

seeders: 0
leechers: 0
Added 5 years ago by tutsnode in Other

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

Files

FastAPI Full Stack Web Development (API + Webapp) (Size: 1.4 GB)
  0 0 B
  1. Intoduction.mp4 5.1 MB
  1. Intoduction.srt 1.3 KB
  1. Our First FastAPI Route.mp4 10.7 MB
  1. Project Demonstration.mp4 21.9 MB
  1 209.2 KB
  1. Our First FastAPI Route.srt 1.9 KB
  1. Project Demonstration.srt 5 KB
  2 485.3 KB
  3 93 KB
  10. Retreive Job from DB [with TDD].mp4 141.4 MB
  10. Retreive Job from DB [with TDD].srt 18.7 KB
  10. Understanding Dependency Injection.mp4 27.4 MB
  10. Understanding Dependency Injection.srt 4.1 KB
  11. API Endpoint to get job by ID.mp4 98.4 MB
  11. API Endpoint to get job by ID.srt 11.9 KB
  11. Introduction to Hashing.mp4 22.3 MB
  11. Introduction to Hashing.srt 3.7 KB
  12. Advice from personel experience.mp4 9.9 MB
  12. Advice from personel experience.srt 2.7 KB
  12. Password Hashing Implementation.mp4 48.7 MB
  12. Password Hashing Implementation.srt 6.1 KB
  13. Commiting our code and Best Practices.mp4 42 MB
  13. Commiting our code and Best Practices.srt 6 KB
  13. List of available jobs.mp4 63.8 MB
  13. List of available jobs.srt 8.8 KB
  13.1 Writing good commit messages.html 102.4 B
  14. Updating a job.mp4 72.6 MB
  14. Updating a job.srt 10.9 KB
  15. Deleting a Job by id.mp4 63.9 MB
  15. Deleting a Job by id.srt 7.3 KB
  15.1 Synchronization Strategies.html 204.8 B
  2. Configuring Database URL as Environment Variable.mp4 35.4 MB
  2. Configuring Database URL as Environment Variable.srt 6.1 KB
  2. Create User Endpoint.mp4 94.6 MB
  2. Create User Endpoint.srt 15.4 KB
  2. Prerequisite for the course.mp4 3.8 MB
  2. Prerequisite for the course.srt 1 KB
  3. Connecting to Postgres Database.mp4 56.5 MB
  3. Connecting to Postgres Database.srt 8 KB
  3. Hiding Un-necessary implementation details (Pydantic response filtering).mp4 33.3 MB
  3. Hiding Un-necessary implementation details (Pydantic response filtering).srt 4.1 KB
  3. Technology Stack for the Course.mp4 9.7 MB
  3. Technology Stack for the Course.srt 2.5 KB
  3.1 Code for Connecting to the Database.html 102.4 B
  4. Configuring Tests and Our First Test.mp4 102.5 MB
  4. Configuring Tests and Our First Test.srt 14.8 KB
  4. Connecting to SQLite Database (Optional).mp4 13.4 MB
  4. Connecting to SQLite Database (Optional).srt 1.9 KB
  4. Initial Configurations for the Project.mp4 14.9 MB
  4. Initial Configurations for the Project.srt 3 KB
  4 400.9 KB
  4.1 conftest.py 2 KB
  5. Code for Test Configuration.html 6 KB
  5. Hello FastAPI.srt 4.2 KB
  5 362.2 KB
  5. Commit code to Github.mp4 28.6 MB
  5. Commit code to Github.srt 2.7 KB
  5. Hello FastAPI.mp4 25 MB
  5.1 Hello World code of FastAPI.html 102.4 B
  6. Creating the Job Table using SQLAlchemy.mp4 46.1 MB
  6. Creating the Job Table using SQLAlchemy.srt 7.1 KB
  6. HTTP Verbs and Usage.mp4 9.5 MB
  6. HTTP Verbs and Usage.srt 1.2 KB
  6. Request Response flow to create a Job post.mp4 18.3 MB
  6. Request Response flow to create a Job post.srt 3.4 KB
  6 84.4 KB
  7. Creating the User Table.srt 7 KB
  7 203.8 KB
  7. Creating a Job post.mp4 111.7 MB
  7. Creating a Job post.srt 17.9 KB
  7. Creating the User Table.mp4 52.8 MB
  7. Refactoring Project Configuration Variables.mp4 15.8 MB
  7. Refactoring Project Configuration Variables.srt 2.7 KB
  8. Bug Fix [Conversion to date for SQLite].mp4 11.3 MB
  8. Bug Fix [Conversion to date for SQLite].srt 1.4 KB
  8. Inspecting SQLite with SQLite Browser (Optional).mp4 4.7 MB
  8. Inspecting SQLite with SQLite Browser (Optional).srt 512 B
  8. Using GIT and Github.mp4 25.4 MB
  8. Using GIT and Github.srt 3.8 KB
  8.1 Git Handbook.html 102.4 B
  8.2 Github Hello World.html 102.4 B
  9. Data Validation with Pydantic Schemas.mp4 29.4 MB
  9. Data Validation with Pydantic Schemas.srt 4.1 KB
  9. Testing Job Create Route.mp4 35.1 MB
  9. Testing Job Create Route.srt 5.5 KB
  TutsNode.com.txt 102.4 B
  [TGx]Downloaded from torrentgalaxy.to .txt 614.4 B
  8 28.8 KB
  9 196.7 KB
  10 290.9 KB
  11 411.8 KB
  12 509.5 KB
  13 138.7 KB
  14 422.6 KB
  15 252.2 KB
  16 116.1 KB
  17 363.8 KB
  18 111.6 KB
  19 118.8 KB
  20 46.3 KB
  21 172.9 KB
  22 103.4 KB
  23 181.3 KB
  24 252.9 KB
  25 58.6 KB
  26 140.8 KB
  27 184.1 KB
  28 357.3 KB
  29 139.4 KB
  30 317.8 KB
  31 506 KB
  32 399.1 KB
  33 349.5 KB
  ▲ 114 total files

Description


Description

This course is a guide to learn FastAPI. The FastAPI documentation is one of the best documentation. This course is for students who love videos as a medium to learn. We will be learning FastAPI with best practices. The Test-Driven Development goat ? will guide our development process. TDD is the way to think of the code before we actually write a piece of code. In this course we will be learning the following core concepts:

Creating APIs : We will implement the below endpoints:
Create Jobs
Retrieve
Update
Delete
List Jobs

User Authentication with basic security
Password will be hashed to provide additional security
We will use JSON Web Tokens to authenticate
Tokens won’t be stored in LocalStorage or Cookies
Token will be stored in HttpOnly cookie
Version Control System
We will use GIT as our vcs
Github will be used to host our code
Creating web apps
We will use Jinja Templating Language
We will be working with several forms
Unit Testing
Tests will be written in Pytest
After each testing cycle, the Test database will be cleaned
Test Coverage
How not to write unit tests?
Permissions : A user who has not created the job, won’t be able to delete it.
We will work with Postgres and monitor it using PgAdmin.

Fastapi provides us built-in OpenAPI docs, we will use the documentation to the fullest. The docs helps backend and frontend developers collaborate easily with each other.
Who this course is for:

Beginners who want to build a real world webapp from scratch.

Requirements

Basic understanding of Python
Example : Classes, List, Dictionaries.
Basic understanding of Clean code and Testing philosophy will help you understand and refractor code.

Last Updated 5/2021

Related Torrents

torrent name size uploader age seed leech
1
3