Udemy - Mastering REST APIs with FastAPI - Printable Version +- Softwarez.Info - Software's World! (https://softwarez.info) +-- Forum: Library Zone (https://softwarez.info/Forum-Library-Zone) +--- Forum: Video Tutorials (https://softwarez.info/Forum-Video-Tutorials) +--- Thread: Udemy - Mastering REST APIs with FastAPI (/Thread-Udemy-Mastering-REST-APIs-with-FastAPI) |
Udemy - Mastering REST APIs with FastAPI - AD-TEAM - 12-10-2024 5.1 GB | 20min 41s | mp4 | 1280X720 | 16:9 Genre:eLearning |Language:English
Files Included :
1 -Community.mp4 (8.18 MB) 2 -Welcome to this course!.mp4 (64.33 MB) 3 -What is an API.mp4 (40.07 MB) 4 -What is REST.mp4 (42.18 MB) 1 -Our configuration for Backblaze B2.mp4 (7.07 MB) 2 -Internal library for Backblaze B2.mp4 (55.91 MB) 3 -Writing our file upload endpoint.mp4 (56.1 MB) 4 -09 file uploads 99 final.zip (111.64 KB) 4 -Writing tests for file upload.mp4 (119.74 MB) 1 -Model and database changes for image generation.mp4 (18.45 MB) 2 -Configuration for DeepAI, our third party service.mp4 (26.68 MB) 3 -Generating images using background tasks.mp4 (192.78 MB) 4 -10 background task image gen 99 final.zip (67.78 KB) 4 -Executing image generation in our FastAPI endpoint.mp4 (55.18 MB) 1 -Updating our project to Pydantic v2.mp4 (41.68 MB) 2 -Deploy a FastAPI app to Render.mp4 (35.93 MB) 3 -Add a free PostgreSQL database to your FastAPI app.mp4 (63.05 MB) 4 -Error management with Sentry for FastAPI apps.mp4 (54.82 MB) 5 -Continuous Integration with GitHub Actions for Python apps.mp4 (59.7 MB) 1 -Variables in Python.mp4 (34.5 MB) 10 -Loops in Python.mp4 (57.45 MB) 11 -List comprehensions in Python.mp4 (33.31 MB) 12 -Dictionaries.mp4 (39.28 MB) 13 -Destructuring variables.mp4 (36.73 MB) 14 -Functions in Python.mp4 (48.44 MB) 15 -Function arguments and parameters.mp4 (41.1 MB) 16 -Default parameter values.mp4 (19.53 MB) 17 -Functions returning values.mp4 (38.3 MB) 18 -Lambda functions in Python.mp4 (41.52 MB) 19 -Dictionary comprehensions.mp4 (25.59 MB) 2 -String formatting in Python.mp4 (30.19 MB) 20 -Unpacking arguments.mp4 (56.02 MB) 21 -Unpacking keyword arguments.mp4 (48.66 MB) 22 -Object-Oriented Programming in Python.mp4 (98.02 MB) 23 -Magic methods str and repr.mp4 (39.88 MB) 24 -@classmethod and @staticmethod.mp4 (88.63 MB) 25 -Class inheritance.mp4 (58.32 MB) 26 -Class composition.mp4 (38.45 MB) 27 -Type hinting in Python.mp4 (34.49 MB) 28 -Imports in Python.mp4 (63.34 MB) 29 -Relative imports in Python.mp4 (59.08 MB) 3 -Getting user input.mp4 (23.21 MB) 30 -Errors in Python.mp4 (95.52 MB) 31 -Custom error classes.mp4 (45.06 MB) 32 -First class functions in Python.mp4 (52.77 MB) 33 -Simple decorators in Python.mp4 (54.21 MB) 34 -The 'at' syntax for decorators.mp4 (30.95 MB) 35 -Decorating functions with parameters.mp4 (15.21 MB) 36 -Decorators with parameters.mp4 (37.78 MB) 37 -Mutability in Python.mp4 (25.85 MB) 38 -Mutable default parameters (and why they're a bad idea).mp4 (23.58 MB) 4 -Lists, tuples, and sets.mp4 (28.47 MB) 5 -Advanced set operations.mp4 (22.09 MB) 6 -Booleans in Python.mp4 (25.02 MB) 7 -If statements.mp4 (48.47 MB) 8 -The 'in' keyword in Python.mp4 (11.98 MB) 9 -If statements with the 'in' keyword.mp4 (46.33 MB) 1 -Introduction to this section.mp4 (61.04 MB) 2 -FAST-S01-02 first fastapi app.zip (849 B) 2 -Your First FastAPI App.mp4 (13.97 MB) 3 -Initial App Setup.mp4 (30.91 MB) 4 -Linting, formatting and sorting imports.mp4 (29.06 MB) 5 -Our social media API adding posts.mp4 (50.57 MB) 6 -Splitting our API into files with APIRouter.mp4 (14.98 MB) 7 -02 working with fastapi 07 api comments.zip (14.86 KB) 7 -Adding comments to the social medical API.mp4 (70.89 MB) 1 -Introduction to the pytest section.mp4 (15.08 MB) 2 -The basics of pytest.mp4 (32.31 MB) 3 -Getting started with FastAPI tests.mp4 (35.13 MB) 4 -Creating posts in our tests.mp4 (26.52 MB) 5 -Adding tests for posts.mp4 (69.48 MB) 6 -03 pytest intro 06 comment tests.zip (28.91 KB) 6 -Adding comments tests.mp4 (59.62 MB) 1 -Introduction to working with databases.mp4 (27.83 MB) 2 -Installing requirements for async databases in FastAPI.mp4 (7.66 MB) 3 -Creating a config file using Pydantic.mp4 (22.94 MB) 4 -Different configurations per environment in.mp4 (29.71 MB) 5 -Config caching and how to get the config object.mp4 (20.89 MB) 6 -Async database setup with FastAPI.mp4 (38.93 MB) 7 -Database connection with lifespan events in FastAPI.mp4 (22.56 MB) 8 -Run your FastAPI test in 'test' mode.mp4 (13.08 MB) 9 -04 async databases 09 use database in router.zip (30.65 KB) 9 -Using a database in our FastAPI router.mp4 (113.49 MB) 1 -Introduction to logging.mp4 (21.17 MB) 10 -Identifying logs from the same request Correlation ID.mp4 (61.71 MB) 11 -Adding JSON-formatted log files.mp4 (25.24 MB) 12 -Obfuscating email addresses in logs using a custom filter.mp4 (69.15 MB) 13 -Adding Logtail for Cloud Logging in FastAPI.mp4 (27.31 MB) 14 -05 fastapi logging 14 only logtail in prod.zip (32.79 KB) 14 -Enabling Logtail in only in production.mp4 (10.01 MB) 2 -Python logging loggers, handlers, and formatters.mp4 (73.04 MB) 3 -Logger hierarchies and name.mp4 (26.43 MB) 4 -Adding Logging Configuration for FastAPI Applications.mp4 (61.74 MB) 5 -How to configure multiple loggers in the logging module.mp4 (23.13 MB) 6 -Adding File Handlers for Saving Logs.mp4 (51.21 MB) 7 -Add logging to your FastAPI endpoints.mp4 (55.19 MB) 8 -Python logging filters and custom filters.mp4 (20.69 MB) 9 -Logging HTTPExceptions with an Exception Handler.mp4 (20.35 MB) 1 -Introduction to user authentication.mp4 (21.65 MB) 10 -Dependency injection getting the user.mp4 (31.26 MB) 11 -06 user authentication 11 adding user relationships.zip (45.36 KB) 11 -Adding user relationships to other tables.mp4 (26.65 MB) 12 -(Optional) OAuth Password Bearer and Swagger Auth.mp4 (30.71 MB) 12 -06 user authentication 12 oauth password bearer and swagger auth.zip (44.48 KB) 2 -Installing requirements and, what are JWTs.mp4 (31.87 MB) 3 -Adding a users table and retrieving users by email.mp4 (21.23 MB) 4 -Adding user registration and tests.mp4 (70.49 MB) 5 -Adding tests for the user registration endpoint.mp4 (22.67 MB) 6 -How to hash passwords with passlib.mp4 (42.74 MB) 7 -Generate the access token.mp4 (104.09 MB) 8 -Retrieve the current user with their token.mp4 (51.4 MB) 9 -Use the current user in the API router.mp4 (116.4 MB) 1 -Adding a table for post likes.mp4 (8.87 MB) 2 -Adding an API route to like posts.mp4 (51.96 MB) 3 -Extracting reusable queries with SQLAlchemy.mp4 (56.01 MB) 4 -07 likes many to many 05 adding post sorting enum.zip (40.85 KB) 4 -Query string arguments and data sorting with Enum.mp4 (132.1 MB) 1 -Creating the confirmation token.mp4 (46.83 MB) 2 -Decoding the confirmation token.mp4 (118.96 MB) 3 -Adding a user confirmation endpoint.mp4 (78.98 MB) 4 -Requiring user confirmation for authenticated requests.mp4 (34.31 MB) 5 -Mailgun set-up and configuration.mp4 (13.54 MB) 6 -Sending emails and testing with Python.mp4 (115.71 MB) 7 -Sending a confirmation email on registration.mp4 (35.4 MB) 8 -Sending emails with background tasks.mp4 (44.98 MB)] Screenshot |