Files (160)
[ DevCourseWeb.com ] Mastering Rest Apis With Fastapi By Jose Salvatierra
Get Bonus Downloads Here.url
182.00 B
[ DevCourseWeb.com ] Mastering Rest Apis With Fastapi By Jose Salvatierra/~Get Your Files Here !/1 - Course Introduction
1 - Community English.vtt
861.00 B
1 - Community.mp4
8.18 MB
2 - Instructions Join the Community.html
3.09 KB
3 - Welcome to this course English.vtt
4.72 KB
3 - Welcome to this course.mp4
64.33 MB
4 - Platform features and notetaking.html
1.18 KB
5 - You can do it.html
1.45 KB
6 - What is an API English.vtt
14.03 KB
6 - What is an API.mp4
40.07 MB
7 - What is REST English.vtt
14.14 KB
7 - What is REST.mp4
42.18 MB
[ DevCourseWeb.com ] Mastering Rest Apis With Fastapi By Jose Salvatierra/~Get Your Files Here !/10 - Background Tasks for Image Generation
73 - Model and database changes for image generation English.vtt
3.98 KB
73 - Model and database changes for image generation.mp4
18.45 MB
74 - Configuration for DeepAI our third party service English.vtt
5.43 KB
74 - Configuration for DeepAI our third party service.mp4
26.68 MB
75 - Generating images using background tasks English.vtt
29.04 KB
75 - Generating images using background tasks.mp4
192.78 MB
76 - Executing image generation in our FastAPI endpoint English.vtt
10.05 KB
76 - Executing image generation in our FastAPI endpoint.mp4
55.18 MB
[ DevCourseWeb.com ] Mastering Rest Apis With Fastapi By Jose Salvatierra/~Get Your Files Here !/11 - FastAPI Deployments and Application Management
77 - Updating our project to Pydantic v2 English.vtt
9.78 KB
77 - Updating our project to Pydantic v2.mp4
41.68 MB
78 - Deploy a FastAPI app to Render English.vtt
9.72 KB
78 - Deploy a FastAPI app to Render.mp4
35.93 MB
79 - Add a free PostgreSQL database to your FastAPI app English.vtt
14.06 KB
79 - Add a free PostgreSQL database to your FastAPI app.mp4
63.05 MB
80 - Error management with Sentry for FastAPI apps English.vtt
12.09 KB
80 - Error management with Sentry for FastAPI apps.mp4
54.82 MB
81 - Continuous Integration with GitHub Actions for Python apps English.vtt
12.83 KB
81 - Continuous Integration with GitHub Actions for Python apps.mp4
59.70 MB
[ DevCourseWeb.com ] Mastering Rest Apis With Fastapi By Jose Salvatierra/~Get Your Files Here !/2 - Working with FastAPI
10 - Initial App Setup English.vtt
11.17 KB
10 - Initial App Setup.mp4
30.91 MB
11 - Linting formatting and sorting imports English.vtt
9.80 KB
11 - Linting formatting and sorting imports.mp4
38.93 MB
11 - Set up VSCode for Python Teclado blog post.txt
81.00 B
12 - Our social media API adding posts English.vtt
14.90 KB
12 - Our social media API adding posts.mp4
50.57 MB
13 - Splitting our API into files with APIRouter English.vtt
3.63 KB
13 - Splitting our API into files with APIRouter.mp4
14.98 MB
14 - Adding comments to the social medical API English.vtt
15.34 KB
14 - Adding comments to the social medical API.mp4
70.89 MB
8 - Introduction to this section English.vtt
4.78 KB
8 - Introduction to this section.mp4
61.04 MB
9 - Your First FastAPI App English.vtt
5.34 KB
9 - Your First FastAPI App.mp4
13.97 MB
[ DevCourseWeb.com ] Mastering Rest Apis With Fastapi By Jose Salvatierra/~Get Your Files Here !/3 - Introduction to pytest
15 - Introduction to the pytest section English.vtt
1.26 KB
15 - Introduction to the pytest section.mp4
15.08 MB
16 - The basics of pytest English.vtt
9.21 KB
16 - The basics of pytest.mp4
32.31 MB
17 - Getting started with FastAPI tests English.vtt
10.65 KB
17 - Getting started with FastAPI tests.mp4
35.13 MB
18 - Creating posts in our tests English.vtt
5.85 KB
18 - Creating posts in our tests.mp4
26.52 MB
19 - Adding tests for posts English.vtt
12.25 KB
19 - Adding tests for posts.mp4
69.48 MB
20 - Adding comments tests English.vtt
10.90 KB
20 - Adding comments tests.mp4
59.62 MB
[ DevCourseWeb.com ] Mastering Rest Apis With Fastapi By Jose Salvatierra/~Get Your Files Here !/4 - Working with async databases
21 - Introduction to working with databases English.vtt
2.21 KB
21 - Introduction to working with databases.mp4
27.83 MB
22 - Installing requirements for async databases in FastAPI English.vtt
2.91 KB
22 - Installing requirements for async databases in FastAPI.mp4
7.66 MB
23 - Creating a config file using Pydantic English.vtt
5.18 KB
23 - Creating a config file using Pydantic.mp4
22.59 MB
24 - Different configurations per environment in English.vtt
8.87 KB
24 - Different configurations per environment in.mp4
29.71 MB
25 - Config caching and how to get the config object English.vtt
6.28 KB
25 - Config caching and how to get the config object.mp4
20.89 MB
26 - Async database setup with FastAPI English.vtt
11.04 KB
26 - Async database setup with FastAPI.mp4
38.93 MB
27 - Database connection with lifespan events in FastAPI English.vtt
6.81 KB
27 - Database connection with lifespan events in FastAPI.mp4
22.56 MB
28 - Run your FastAPI test in test mode English.vtt
3.31 KB
28 - Run your FastAPI test in test mode.mp4
13.08 MB
29 - Using a database in our FastAPI router English.vtt
21.44 KB
29 - Using a database in our FastAPI router.mp4
113.49 MB
[ DevCourseWeb.com ] Mastering Rest Apis With Fastapi By Jose Salvatierra/~Get Your Files Here !/5 - Logging in FastAPI applications
30 - Introduction to logging English.vtt
1.84 KB
30 - Introduction to logging.mp4
21.17 MB
31 - Python logging loggers handlers and formatters English.vtt
24.57 KB
31 - Python logging loggers handlers and formatters.mp4
73.04 MB
32 - Logger hierarchies and name English.vtt
11.16 KB
32 - Logger hierarchies and name.mp4
26.43 MB
33 - Adding Logging Configuration for FastAPI Applications English.vtt
16.67 KB
33 - Adding Logging Configuration for FastAPI Applications.mp4
61.74 MB
34 - How to configure multiple loggers in the logging module English.vtt
5.49 KB
34 - How to configure multiple loggers in the logging module.mp4
23.13 MB
35 - Adding File Handlers for Saving Logs English.vtt
12.33 KB
35 - Adding File Handlers for Saving Logs.mp4
51.21 MB
36 - Python logging filters and custom filters English.vtt
10.29 KB
36 - Python logging filters and custom filters.mp4
55.19 MB
37 - Logging HTTPExceptions with an Exception Handler English.vtt
7.07 KB
37 - Logging HTTPExceptions with an Exception Handler.mp4
20.69 MB
38 - Add logging to your FastAPI endpoints English.vtt
3.57 KB
38 - Add logging to your FastAPI endpoints.mp4
20.35 MB
39 - Identifying logs from the same request Correlation ID English.vtt
10.86 KB
39 - Identifying logs from the same request Correlation ID.mp4
61.71 MB
40 - Adding JSONformatted log files English.vtt
3.65 KB
40 - Adding JSONformatted log files.mp4
25.24 MB
41 - Obfuscating email addresses in logs using a custom filter English.vtt
13.44 KB
41 - Obfuscating email addresses in logs using a custom filter.mp4
69.15 MB
42 - Adding Logtail for Cloud Logging in FastAPI English.vtt
5.42 KB
42 - Adding Logtail for Cloud Logging in FastAPI.mp4
27.31 MB
43 - Enabling Logtail in only in production English.vtt
1.91 KB
43 - Enabling Logtail in only in production.mp4
10.01 MB
[ DevCourseWeb.com ] Mastering Rest Apis With Fastapi By Jose Salvatierra/~Get Your Files Here !/6 - User authentication with FastAPI
44 - Introduction to user authentication English.vtt
1.80 KB
44 - Introduction to user authentication.mp4
21.65 MB
45 - Installing requirements and what are JWTs English.vtt
9.35 KB
45 - Installing requirements and what are JWTs.mp4
31.87 MB
46 - Adding a users table and retrieving users by email English.vtt
4.44 KB
46 - Adding a users table and retrieving users by email.mp4
21.23 MB
47 - Adding user registration and tests English.vtt
15.78 KB
47 - Adding user registration and tests.mp4
70.49 MB
48 - Adding tests for the user registration endpoint English.vtt
4.37 KB
48 - Adding tests for the user registration endpoint.mp4
22.67 MB
49 - How to hash passwords with passlib English.vtt
9.41 KB
49 - How to hash passwords with passlib.mp4
42.74 MB
50 - Generate the access token English.vtt
19.34 KB
50 - Generate the access token.mp4
104.09 MB
51 - Retrieve the current user with their token English.vtt
9.64 KB
51 - Retrieve the current user with their token.mp4
51.40 MB
52 - Use the current user in the API router English.vtt
17.70 KB
52 - Use the current user in the API router.mp4
116.40 MB
53 - Dependency injection getting the user English.vtt
5.58 KB
53 - Dependency injection getting the user.mp4
31.26 MB
54 - Adding user relationships to other tables English.vtt
3.50 KB
54 - Adding user relationships to other tables.mp4
26.65 MB
[ DevCourseWeb.com ] Mastering Rest Apis With Fastapi By Jose Salvatierra/~Get Your Files Here !/7 - Manytomany relationships
55 - Introduction to manyto many.html
746.00 B
56 - Adding a table for post likes English.vtt
1.79 KB
56 - Adding a table for post likes.mp4
8.87 MB
57 - Adding an API route to like posts English.vtt
10.70 KB
57 - Adding an API route to like posts.mp4
51.96 MB
58 - Extracting reusable queries with SQLAlchemy English.vtt
11.29 KB
58 - Extracting reusable queries with SQLAlchemy.mp4
56.01 MB
59 - Query string arguments and data sorting with Enum English.vtt
23.09 KB
59 - Query string arguments and data sorting with Enum.mp4
132.10 MB
[ DevCourseWeb.com ] Mastering Rest Apis With Fastapi By Jose Salvatierra/~Get Your Files Here !/8 - User email confirmation
60 - Creating the confirmation token English.vtt
10.52 KB
60 - Creating the confirmation token.mp4
46.83 MB
61 - Decoding the confirmation token English.vtt
21.89 KB
61 - Decoding the confirmation token.mp4
118.96 MB
62 - Adding a user confirmation endpoint English.vtt
14.74 KB
62 - Adding a user confirmation endpoint.mp4
78.98 MB
63 - Requiring user confirmation for authenticated requests English.vtt
5.83 KB
63 - Requiring user confirmation for authenticated requests.mp4
34.31 MB
64 - Mailgun setup and configuration English.vtt
3.90 KB
64 - Mailgun setup and configuration.mp4
13.54 MB
65 - Sending emails and testing with Python English.vtt
21.41 KB
65 - Sending emails and testing with Python.mp4
114.23 MB
66 - Sending a confirmation email on registration English.vtt
6.86 KB
66 - Sending a confirmation email on registration.mp4
35.40 MB
67 - Sending emails with background tasks English.vtt
8.64 KB
67 - Sending emails with background tasks.mp4
44.98 MB
[ DevCourseWeb.com ] Mastering Rest Apis With Fastapi By Jose Salvatierra/~Get Your Files Here !/9 - File Uploads with FastAPI
68 - Account setup for Backblaze B2.html
2.29 KB
69 - Our configuration for Backblaze B2 English.vtt
2.11 KB
69 - Our configuration for Backblaze B2.mp4
7.07 MB
70 - Internal library for Backblaze B2 English.vtt
14.10 KB
70 - Internal library for Backblaze B2.mp4
55.91 MB
71 - Writing our file upload endpoint English.vtt
12.88 KB
71 - Writing our file upload endpoint.mp4
56.10 MB
72 - Writing tests for file upload English.vtt
23.97 KB
72 - Writing tests for file upload.mp4
119.74 MB
[ DevCourseWeb.com ] Mastering Rest Apis With Fastapi By Jose Salvatierra/~Get Your Files Here !
Bonus Resources.txt
386.00 B