Download link
File List
-
4. Advanced e-mail confirmation/5. Creating our ConfirmationResource.mp4 152.06 MB
6. Image uploads/6. Creating our image helper library.mp4 149.92 MB
9. Payments with Stripe/9. Using the Association Object in our Resourcee.mp4 145.51 MB
2. Serialization with Marshmallow/4. Migrating from virtualenv to Pipenv.mp4 133.95 MB
3. E-mail confirmations/8. Sending e-mails with Mailgun (Part 1).mp4 126.74 MB
3. E-mail confirmations/6. Telling users they are active.mp4 120.79 MB
4. Advanced e-mail confirmation/3. Creating the ConfirmationModel.mp4 120.47 MB
2. Serialization with Marshmallow/6. Using vanilla Marshmallow with the API.mp4 118.03 MB
5. Postman documentation and tests/5. JavaScript tests in Postman.mp4 115.35 MB
4. Advanced e-mail confirmation/13. Updating our resources to use translations.mp4 111.98 MB
2. Serialization with Marshmallow/7. Introduction to Flask-Marshmallow.mp4 107.18 MB
1. Introduction/5. Reviewing the beginner course code.mp4 105.98 MB
9. Payments with Stripe/6. After payment receiving order data.mp4 101.53 MB
2. Serialization with Marshmallow/8. Adding items to our REST API.mp4 98.36 MB
6. Image uploads/11. Another example user avatars.mp4 96.11 MB
5. Postman documentation and tests/6. Running entire collections in Postman.mp4 95.64 MB
6. Image uploads/10. Retrieving and deleting images.mp4 95.14 MB
6. Image uploads/4. Config files in Flask.mp4 94.75 MB
9. Payments with Stripe/7. Creating our OrderModel.mp4 88.68 MB
9. Payments with Stripe/8. Many-to-many relationships with SQLAlchemy.mp4 88.42 MB
9. Payments with Stripe/10. Charging orders with Stripe.mp4 85.94 MB
8. Third party login with OAuth/10. What is a tokengetter.mp4 85.38 MB
1. Introduction/12. Using Black for code formatting.mp4 81.06 MB
3. E-mail confirmations/13. Error handling in Mailgun.mp4 79.88 MB
4. Advanced e-mail confirmation/4. Changes in our UserModel.mp4 78.93 MB
2. Serialization with Marshmallow/9. Adding stores to our REST API.mp4 75.72 MB
6. Image uploads/8. Creating our image upload resource.mp4 74.46 MB
8. Third party login with OAuth/13. Setting user passwords.mp4 73.36 MB
7. Database migrations/7. Creating our initial table structure.mp4 71.9 MB
1. Introduction/13. Improving errors with constants.mp4 70.71 MB
6. Image uploads/9. Trying out our image upload.mp4 68.56 MB
1. Introduction/15. Testing our API with Postman.mp4 65.37 MB
1. Introduction/9. Adding basic type hinting.mp4 65.27 MB
4. Advanced e-mail confirmation/12. Creating a simple translation library.mp4 65.26 MB
7. Database migrations/9. Checking the Alembic script (important!).mp4 65.02 MB
3. E-mail confirmations/10. Creating our Mailgun library file.mp4 64.99 MB
9. Payments with Stripe/11. Calculating the amount and description.mp4 59.91 MB
9. Payments with Stripe/5. Where do users pay.mp4 58.55 MB
7. Database migrations/11. Problems that can happen while migrating.mp4 57.55 MB
1. Introduction/14. @classmethod across the board.mp4 56.55 MB
7. Database migrations/6. Initialising Flask-Migrate and Alembic.mp4 56.27 MB
1. Introduction/10. Adding custom JSON types.mp4 52.3 MB
4. Advanced e-mail confirmation/8. Fixing our app.py.mp4 51.26 MB
4. Advanced e-mail confirmation/14. Adding a new language to our API.mp4 50.18 MB
8. Third party login with OAuth/9. What is Flask's g.mp4 50.07 MB
5. Postman documentation and tests/7. Adding example requests and responses.mp4 49.89 MB
4. Advanced e-mail confirmation/15. What is Flask-Babel.mp4 49.66 MB
1. Introduction/4. Our project and endpoints.mp4 49.61 MB
2. Serialization with Marshmallow/2. Serialization with Marshmallow.mp4 49.07 MB
8. Third party login with OAuth/11. Finishing our GithubAuthorize resource.mp4 47.99 MB
5. Postman documentation and tests/10. More options for publishing documentation.mp4 47.91 MB
4. Advanced e-mail confirmation/6. Updating our UserResource.mp4 47.37 MB
4. Advanced e-mail confirmation/9. Cross-resource dependencies are (generally) bad.mp4 46.41 MB
6. Image uploads/12. Adding the avatar resource.mp4 46.39 MB
9. Payments with Stripe/14. When things go wrong error handling in Stripe.mp4 46.05 MB
2. Serialization with Marshmallow/3. Deserialization with Marshmallow.mp4 45.91 MB
8. Third party login with OAuth/7. Setting up our GitHub client.mp4 45.83 MB
3. E-mail confirmations/5. Activating users manually.mp4 45.82 MB
6. Image uploads/5. What are wsgi and Werkzeug.mp4 45.46 MB
7. Database migrations/13. Defining a SQLAlchemy naming convention.mp4 44.69 MB
3. E-mail confirmations/11. Using .env files in Flask.mp4 44.14 MB
3. E-mail confirmations/2. Introduction to e-mail confirmation.mp4 41.71 MB
4. Advanced e-mail confirmation/17. Conclusion of this section.mp4 41.63 MB
4. Advanced e-mail confirmation/16. Common pitfalls and advice.mp4 41.43 MB
2. Serialization with Marshmallow/10. Deduplicating error handling.mp4 41.26 MB
7. Database migrations/14. When should you read documentation.mp4 40.17 MB
4. Advanced e-mail confirmation/10. What are localisation and internationalisation.mp4 39.62 MB
4. Advanced e-mail confirmation/11. Storing strings in config files.mp4 38.91 MB
6. Image uploads/7. Creating our image schema.mp4 38.59 MB
9. Payments with Stripe/2. Setting up our Stripe account.mp4 37.7 MB
3. E-mail confirmations/1. Introduction to this section.mp4 36.65 MB
1. Introduction/8. Should we have unique names.mp4 35.45 MB
1. Introduction/7. Refactoring our resources.mp4 35.26 MB
8. Third party login with OAuth/6. Flask-OAuthlib.mp4 34.46 MB
9. Payments with Stripe/3. What's in our starter code.mp4 34.45 MB
9. Payments with Stripe/12. Testing our OrderResource.mp4 34.31 MB
8. Third party login with OAuth/8. Our GithubLogin resource.mp4 33.92 MB
8. Third party login with OAuth/2. Introduction to OAuth 2.0.mp4 33.91 MB
3. E-mail confirmations/9. Sending e-mails with Mailgun (Part 2).mp4 33.71 MB
5. Postman documentation and tests/1. Introduction to this section.mp4 31.11 MB
3. E-mail confirmations/7. Setting up Mailgun.mp4 31.04 MB
3. E-mail confirmations/4. Adding an activated property.mp4 30.6 MB
5. Postman documentation and tests/4. Recap of Postman environments.mp4 29.18 MB
7. Database migrations/8. Our first database migration.mp4 28.42 MB
1. Introduction/1. Why you should take this course!.mp4 27.33 MB
1. Introduction/11. Using the current class as a type hint.mp4 27.16 MB
7. Database migrations/1. Introduction to this section.mp4 27.15 MB
5. Postman documentation and tests/3. Collection and request descriptions.mp4 27.07 MB
3. E-mail confirmations/14. Conclusion of this section.mp4 26.68 MB
8. Third party login with OAuth/14. Using url_for with Flask-RESTful.mp4 26.23 MB
9. Payments with Stripe/15. Security considerations in payments.mp4 24.96 MB
6. Image uploads/13. Conclusion of this section.mp4 24.66 MB
5. Postman documentation and tests/9. Publishing our documentation page.mp4 24.48 MB
8. Third party login with OAuth/3. What's in our starter code.mp4 24.35 MB
4. Advanced e-mail confirmation/1. Introduction to this section.mp4 24.21 MB
8. Third party login with OAuth/15. Conclusion of this section.mp4 23.9 MB
4. Advanced e-mail confirmation/7. Adding the last confirmation to the user schema.mp4 23.13 MB
9. Payments with Stripe/13. Creating a way to view existing orders.mp4 23.03 MB
7. Database migrations/5. Connecting to our remote database.mp4 22.85 MB
7. Database migrations/15. Conclusion of this section.mp4 21.91 MB
8. Third party login with OAuth/5. Creating a GitHub OAuth App.mp4 20.95 MB
5. Postman documentation and tests/11. Conclusion of this section.mp4 20.87 MB
8. Third party login with OAuth/1. Introduction to this lecture.mp4 20.71 MB
8. Third party login with OAuth/12. Adding some error handling.mp4 20.51 MB
7. Database migrations/10. Adding a new column with migrations.mp4 18.28 MB
2. Serialization with Marshmallow/11. Conclusion of this section.mp4 17.19 MB
1. Introduction/6. Simplifying our error handling.mp4 17.1 MB
3. E-mail confirmations/12. Adding more configuration to .env.mp4 14.8 MB
2. Serialization with Marshmallow/1. Introduction to this section.mp4 14.68 MB
6. Image uploads/1. Introduction to this section.mp4 11.96 MB
7. Database migrations/3. What's in our starter code.mp4 11.58 MB
9. Payments with Stripe/16. Conclusion of this section.mp4 10.94 MB
1. Introduction/2. Introduction to this section.mp4 10.76 MB
6. Image uploads/3. Installing Flask-Uploads.mp4 9.8 MB
1. Introduction/16. Conclusion of this section.mp4 9.8 MB
7. Database migrations/12. A word of caution!.mp4 8.21 MB
10. Bonus section/1. Conclusion of the course.mp4 5.89 MB
9. Payments with Stripe/1. Introduction to this section.mp4 5.77 MB
5. Postman documentation and tests/8. Previewing our Postman documentation.mp4 4.15 MB
6. Image uploads/12.2 start_code.zip.zip 328.58 KB
6. Image uploads/12.1 end_code.zip.zip 328.46 KB
6. Image uploads/11.2 end_code.zip.zip 328.38 KB
7. Database migrations/4.1 ARAC-Section07-Database Migrations.postman_collection.json.json 82.59 KB
6. Image uploads/2.1 ARAC-Section06-ImageUpload.postman_collection.json.json 82.14 KB
5. Postman documentation and tests/2.1 ARAC-Section05-Documentation.postman_collection.json.json 80.85 KB
6. Image uploads/11.1 start_code.zip.zip 32.37 KB
6. Image uploads/10.2 end_code.zip.zip 32.19 KB
6. Image uploads/10.1 start_code.zip.zip 32.01 KB
6. Image uploads/9.2 end_code.zip.zip 31.83 KB
5. Postman documentation and tests/2.2 ARA-Section05-FlowTests.postman_collection.json.json 31.55 KB
4. Advanced e-mail confirmation/5. Creating our ConfirmationResource.srt 27.24 KB
6. Image uploads/4. Config files in Flask.srt 26.61 KB
2. Serialization with Marshmallow/4. Migrating from virtualenv to Pipenv.srt 26.48 KB
9. Payments with Stripe/9. Using the Association Object in our Resourcee.srt 25.84 KB
4. Advanced e-mail confirmation/3. Creating the ConfirmationModel.srt 25.1 KB
3. E-mail confirmations/6. Telling users they are active.srt 23.92 KB
6. Image uploads/6. Creating our image helper library.srt 23.1 KB
5. Postman documentation and tests/6. Running entire collections in Postman.srt 23.07 KB
5. Postman documentation and tests/5. JavaScript tests in Postman.srt 22.78 KB
2. Serialization with Marshmallow/6. Using vanilla Marshmallow with the API.srt 21.65 KB
6. Image uploads/9.1 start_code.zip.zip 20.86 KB
6. Image uploads/8.2 end_code.zip.zip 20.69 KB
9. Payments with Stripe/6. After payment receiving order data.srt 20.14 KB
6. Image uploads/8.1 start_code.zip.zip 20.03 KB
2. Serialization with Marshmallow/7. Introduction to Flask-Marshmallow.srt 20.03 KB
2. Serialization with Marshmallow/6.2 end_code.zip.zip 20.02 KB
6. Image uploads/7.1 end_code.zip.zip 19.86 KB
2. Serialization with Marshmallow/8.1 end_code.zip.zip 19.67 KB
6. Image uploads/7.2 start_code.zip.zip 19.62 KB
6. Image uploads/6.1 end_code.zip.zip 19.45 KB
3. E-mail confirmations/8. Sending e-mails with Mailgun (Part 1).srt 19.19 KB
6. Image uploads/6.2 start_code.zip.zip 18.55 KB
6. Image uploads/4.2 end_code.zip.zip 18.39 KB
2. Serialization with Marshmallow/8. Adding items to our REST API.srt 18.28 KB
4. Advanced e-mail confirmation/14.2 end_code.zip.zip 18.1 KB
4. Advanced e-mail confirmation/13.2 start_code.zip.zip 18 KB
2. Serialization with Marshmallow/7.1 end_code.zip.zip 18 KB
6. Image uploads/5. What are wsgi and Werkzeug.srt 17.95 KB
4. Advanced e-mail confirmation/12.1 end_code.zip.zip 17.85 KB
4. Advanced e-mail confirmation/10. What are localisation and internationalisation.srt 17.76 KB
4. Advanced e-mail confirmation/12.2 start_code.zip.zip 17.6 KB
4. Advanced e-mail confirmation/14.3 start_code.zip.zip 17.54 KB
4. Advanced e-mail confirmation/11.2 end_code.zip.zip 17.44 KB
4. Advanced e-mail confirmation/13.1 end_code.zip.zip 17.39 KB
9. Payments with Stripe/10. Charging orders with Stripe.srt 17.25 KB
6. Image uploads/3.1 start_code.zip.zip 16.93 KB
4. Advanced e-mail confirmation/6.2 start_code.zip.zip 16.77 KB
4. Advanced e-mail confirmation/11.1 start_code.zip.zip 16.75 KB
4. Advanced e-mail confirmation/8.1 start_code.zip.zip 16.73 KB
4. Advanced e-mail confirmation/7.3 start_code.zip.zip 16.66 KB
6. Image uploads/11. Another example user avatars.srt 16.64 KB
4. Advanced e-mail confirmation/5.2 end_code.zip.zip 16.63 KB
4. Advanced e-mail confirmation/8.2 end_code.zip.zip 16.6 KB
4. Advanced e-mail confirmation/7.2 end_code.zip.zip 16.58 KB
4. Advanced e-mail confirmation/6.1 end_code.zip.zip 16.51 KB
9. Payments with Stripe/8. Many-to-many relationships with SQLAlchemy.srt 16.47 KB
8. Third party login with OAuth/10. What is a tokengetter.srt 16.31 KB
1. Introduction/15. Testing our API with Postman.srt 16.28 KB
1. Introduction/12. Using Black for code formatting.srt 16.19 KB
1. Introduction/5. Reviewing the beginner course code.srt 16 KB
8. Third party login with OAuth/2. Introduction to OAuth 2.0.srt 15.98 KB
9. Payments with Stripe/7. Creating our OrderModel.srt 15.77 KB
4. Advanced e-mail confirmation/13. Updating our resources to use translations.srt 15.49 KB
4. Advanced e-mail confirmation/5.1 start_code.zip.zip 15.48 KB
9. Payments with Stripe/14.1 end_code.zip.zip 15.39 KB
4. Advanced e-mail confirmation/4.1 start_code.zip.zip 15.35 KB
4. Advanced e-mail confirmation/4.2 end_code.zip.zip 15.34 KB
4. Advanced e-mail confirmation/3.1 end_code.zip.zip 15.21 KB
2. Serialization with Marshmallow/9. Adding stores to our REST API.srt 14.86 KB
6. Image uploads/4.1 start_code.zip.zip 14.55 KB
4. Advanced e-mail confirmation/12. Creating a simple translation library.srt 14.55 KB
6. Image uploads/10. Retrieving and deleting images.srt 14.5 KB
6. Image uploads/3.2 end_code.zip.zip 14.41 KB
4. Advanced e-mail confirmation/3.2 start_code.zip.zip 14.33 KB
5. Postman documentation and tests/7. Adding example requests and responses.srt 14.11 KB
3. E-mail confirmations/13. Error handling in Mailgun.srt 14.03 KB
9. Payments with Stripe/14.2 start_code.zip.zip 13.91 KB
1. Introduction/9. Adding basic type hinting.srt 13.82 KB
7. Database migrations/13.1 start_code.zip.zip 13.8 KB
9. Payments with Stripe/13.1 end_code.zip.zip 13.78 KB
9. Payments with Stripe/13.2 start_code.zip.zip 13.76 KB
7. Database migrations/10.1 end_code.zip.zip 13.68 KB
9. Payments with Stripe/11.1 end_code.zip.zip 13.63 KB
9. Payments with Stripe/11.2 start_code.zip.zip 13.51 KB
7. Database migrations/7. Creating our initial table structure.srt 13.49 KB
8. Third party login with OAuth/13. Setting user passwords.srt 13.39 KB
9. Payments with Stripe/10.1 end_code.zip.zip 13.37 KB
6. Image uploads/8. Creating our image upload resource.srt 13.35 KB
7. Database migrations/13.5 end_code.zip.zip 13.26 KB
2. Serialization with Marshmallow/2. Serialization with Marshmallow.srt 13.25 KB
7. Database migrations/10.2 start_code.zip.zip 13.13 KB
7. Database migrations/9.2 start_code.zip.zip 13.12 KB
1. Introduction/13. Improving errors with constants.srt 13.1 KB
4. Advanced e-mail confirmation/4. Changes in our UserModel.srt 13.01 KB
7. Database migrations/9.1 end_code.zip.zip 13.01 KB
9. Payments with Stripe/10.2 start_code.zip.zip 12.87 KB
9. Payments with Stripe/9.3 end_code.zip.zip 12.74 KB
9. Payments with Stripe/9.2 start_code.zip.zip 12.73 KB
9. Payments with Stripe/8.2 start_code.zip.zip 12.65 KB
9. Payments with Stripe/8.3 end_code.zip.zip 12.6 KB
9. Payments with Stripe/7.2 end_code.zip.zip 12.53 KB
8. Third party login with OAuth/7. Setting up our GitHub client.srt 12.51 KB
6. Image uploads/9. Trying out our image upload.srt 12.36 KB
9. Payments with Stripe/7.1 start_code.zip.zip 12.06 KB
9. Payments with Stripe/6.1 end_code.zip.zip 11.94 KB
7. Database migrations/6.1 end_code.zip.zip 11.92 KB
3. E-mail confirmations/10. Creating our Mailgun library file.srt 11.88 KB
4. Advanced e-mail confirmation/2.1 ARAC-Section04-ConfirmationModel.postman_collection.json.json 11.83 KB
9. Payments with Stripe/5. Where do users pay.srt 11.72 KB
9. Payments with Stripe/6.2 start_code.zip.zip 11.54 KB
9. Payments with Stripe/3.1 start_code.zip.zip 11.5 KB
8. Third party login with OAuth/14.1 start_code.zip.zip 11.41 KB
8. Third party login with OAuth/13.1 start_code.zip.zip 11.33 KB
8. Third party login with OAuth/14.2 end_code.zip.zip 11.31 KB
8. Third party login with OAuth/13.2 end_code.zip.zip 11.3 KB
8. Third party login with OAuth/12.1 start_code.zip.zip 11.25 KB
8. Third party login with OAuth/12.2 end_code.zip.zip 11.22 KB
8. Third party login with OAuth/11.1 end_code.zip.zip 11.06 KB
8. Third party login with OAuth/11.2 start_code.zip.zip 11.03 KB
8. Third party login with OAuth/9.1 flask_g_test_code.zip.zip 11 KB
4. Advanced e-mail confirmation/8. Fixing our app.py.srt 10.92 KB
8. Third party login with OAuth/10.2 end_code.zip.zip 10.89 KB
8. Third party login with OAuth/10.1 start_code.zip.zip 10.83 KB
8. Third party login with OAuth/8.1 end_code.zip.zip 10.72 KB
5. Postman documentation and tests/10. More options for publishing documentation.srt 10.67 KB
1. Introduction/14. @classmethod across the board.srt 10.65 KB
7. Database migrations/6. Initialising Flask-Migrate and Alembic.srt 10.64 KB
1. Introduction/4. Our project and endpoints.srt 10.61 KB
9. Payments with Stripe/11. Calculating the amount and description.srt 10.56 KB
3. E-mail confirmations/13.1 end_code.zip.zip 10.55 KB
8. Third party login with OAuth/8.2 start_code.zip.zip 10.46 KB
2. Serialization with Marshmallow/10.2 start_code.zip.zip 10.44 KB
3. E-mail confirmations/13.2 start_code.zip.zip 10.42 KB
7. Database migrations/13. Defining a SQLAlchemy naming convention.srt 10.38 KB
2. Serialization with Marshmallow/9.2 end_code.zip.zip 10.37 KB
3. E-mail confirmations/12.2 start_code.zip.zip 10.36 KB
8. Third party login with OAuth/7.1 end_code.zip.zip 10.35 KB
3. E-mail confirmations/5. Activating users manually.srt 10.32 KB
3. E-mail confirmations/12.1 end_code.zip.zip 10.31 KB
3. E-mail confirmations/2. Introduction to e-mail confirmation.srt 10.28 KB
3. E-mail confirmations/11.1 end_code.zip.zip 10.24 KB
9. Payments with Stripe/2. Setting up our Stripe account.srt 10.23 KB
2. Serialization with Marshmallow/9.1 start_code.zip.zip 10.23 KB
9. Payments with Stripe/4.1 ARAC-Section09-Payments.postman_collection.json.json 10.21 KB
3. E-mail confirmations/11.2 start_code.zip.zip 10.19 KB
3. E-mail confirmations/10.1 end_code.zip.zip 10.07 KB
3. E-mail confirmations/3.1 ARAC-Section03-Email Confirmation.postman_collection.json.json 10.06 KB
8. Third party login with OAuth/7.2 start_code.zip.zip 10.05 KB
8. Third party login with OAuth/6.1 start_code.zip.zip 10.04 KB
6. Image uploads/7. Creating our image schema.srt 10.01 KB
2. Serialization with Marshmallow/8.2 start_code.zip.zip 9.95 KB
8. Third party login with OAuth/6.3 end_code.zip.zip 9.95 KB
8. Third party login with OAuth/5.2 end_code.zip.zip 9.94 KB
7. Database migrations/9. Checking the Alembic script (important!).srt 9.78 KB
3. E-mail confirmations/10.2 start_code.zip.zip 9.68 KB
3. E-mail confirmations/8.1 end_code.zip.zip 9.58 KB
2. Serialization with Marshmallow/10.1 end_code.zip.zip 9.54 KB
8. Third party login with OAuth/3.1 start_code.zip.zip 9.51 KB
8. Third party login with OAuth/5.1 start_code.zip.zip 9.51 KB
3. E-mail confirmations/11. Using .env files in Flask.srt 9.5 KB
4. Advanced e-mail confirmation/15. What is Flask-Babel.srt 9.45 KB
1. Introduction/10. Adding custom JSON types.srt 9.41 KB
8. Third party login with OAuth/9. What is Flask's g.srt 9.07 KB
2. Serialization with Marshmallow/5.1 ARAC-Section02-Marshmallow.postman_collection.json.json 9.05 KB
1. Introduction/15.1 ARAC-Section01.postman_collection.json.json 9.04 KB
1. Introduction/4.1 ARAC-Section01.postman_collection.json.json 9.04 KB
3. E-mail confirmations/8.2 start_code.zip.zip 8.99 KB
7. Database migrations/6.2 start_code.zip.zip 8.93 KB
8. Third party login with OAuth/11. Finishing our GithubAuthorize resource.srt 8.9 KB
3. E-mail confirmations/6.2 end_code.zip.zip 8.89 KB
7. Database migrations/5.1 end_code.zip.zip 8.84 KB
2. Serialization with Marshmallow/6.1 start_code.zip.zip 8.82 KB
6. Image uploads/12. Adding the avatar resource.srt 8.81 KB
2. Serialization with Marshmallow/4.1 end_code.zip.zip 8.75 KB
7. Database migrations/3.1 start_code.zip.zip 8.53 KB
7. Database migrations/5.2 start_code.zip.zip 8.53 KB
2. Serialization with Marshmallow/3. Deserialization with Marshmallow.srt 8.51 KB
8. Third party login with OAuth/8. Our GithubLogin resource.srt 8.46 KB
7. Database migrations/14. When should you read documentation.srt 8.38 KB
4. Advanced e-mail confirmation/6. Updating our UserResource.srt 8.02 KB
4. Advanced e-mail confirmation/14. Adding a new language to our API.srt 7.97 KB
9. Payments with Stripe/3. What's in our starter code.srt 7.94 KB
3. E-mail confirmations/6.1 start_code.zip.zip 7.75 KB
3. E-mail confirmations/5.1 start_code.zip.zip 7.7 KB
3. E-mail confirmations/5.2 end_code.zip.zip 7.67 KB
3. E-mail confirmations/4.1 end_code.zip.zip 7.62 KB
7. Database migrations/11. Problems that can happen while migrating.srt 7.61 KB
4. Advanced e-mail confirmation/9. Cross-resource dependencies are (generally) bad.srt 7.59 KB
2. Serialization with Marshmallow/7.2 start_code.zip.zip 7.5 KB
5. Postman documentation and tests/4. Recap of Postman environments.srt 7.5 KB
3. E-mail confirmations/4.2 start_code.zip.zip 7.44 KB
1. Introduction/7. Refactoring our resources.srt 7.4 KB
9. Payments with Stripe/14. When things go wrong error handling in Stripe.srt 7.37 KB
1. Introduction/4.2 start_code.zip.zip 7.2 KB
1. Introduction/5.1 start_code.zip.zip 7.2 KB
1. Introduction/6.1 start_code.zip.zip 7.2 KB
9. Payments with Stripe/12. Testing our OrderResource.srt 7.16 KB
8. Third party login with OAuth/6. Flask-OAuthlib.srt 7.04 KB
1. Introduction/8. Should we have unique names.srt 6.93 KB
2. Serialization with Marshmallow/10. Deduplicating error handling.srt 6.92 KB
2. Serialization with Marshmallow/4.2 start_code.zip.zip 6.83 KB
1. Introduction/14.2 start_code.zip.zip 6.8 KB
1. Introduction/14.1 end_code.zip.zip 6.77 KB
5. Postman documentation and tests/3. Collection and request descriptions.srt 6.75 KB
1. Introduction/13.1 end_code.zip.zip 6.74 KB
1. Introduction/7.1 start_code.zip.zip 6.61 KB
4. Advanced e-mail confirmation/11. Storing strings in config files.srt 6.59 KB
1. Introduction/13.2 start_code.zip.zip 6.55 KB
1. Introduction/6.2 end_code.zip.zip 6.55 KB
1. Introduction/12.4 starter_code.zip.zip 6.52 KB
1. Introduction/11.2 start_code.zip.zip 6.5 KB
1. Introduction/12.3 end_code.zip.zip 6.49 KB
1. Introduction/11.1 end_code.zip.zip 6.46 KB
1. Introduction/10.1 end_code.zip.zip 6.44 KB
8. Third party login with OAuth/5. Creating a GitHub OAuth App.srt 6.41 KB
1. Introduction/10.2 start_code.zip.zip 6.39 KB
5. Postman documentation and tests/9. Publishing our documentation page.srt 6.38 KB
1. Introduction/9.2 end_code.zip.zip 6.33 KB
1. Introduction/9.1 start_code.zip.zip 6.26 KB
1. Introduction/8.2 start_code.zip.zip 6.25 KB
1. Introduction/8.1 end_code.zip.zip 6.2 KB
1. Introduction/7.2 end_code.zip.zip 6.19 KB
4. Advanced e-mail confirmation/16. Common pitfalls and advice.srt 6.16 KB
3. E-mail confirmations/9. Sending e-mails with Mailgun (Part 2).srt 6.04 KB
8. Third party login with OAuth/4.1 ARAC-Section08-OAuth.postman_collection.json.json 5.88 KB
9. Payments with Stripe/15. Security considerations in payments.srt 5.82 KB
3. E-mail confirmations/7. Setting up Mailgun.srt 5.72 KB
8. Third party login with OAuth/3. What's in our starter code.srt 5.71 KB
7. Database migrations/5. Connecting to our remote database.srt 5.64 KB
3. E-mail confirmations/4. Adding an activated property.srt 5.62 KB
4. Advanced e-mail confirmation/7. Adding the last confirmation to the user schema.srt 5.46 KB
1. Introduction/11. Using the current class as a type hint.srt 5.28 KB
7. Database migrations/8. Our first database migration.srt 5.28 KB
1. Introduction/1. Why you should take this course!.srt 5.09 KB
9. Payments with Stripe/13. Creating a way to view existing orders.srt 4.72 KB
8. Third party login with OAuth/14. Using url_for with Flask-RESTful.srt 4.4 KB
4. Advanced e-mail confirmation/17. Conclusion of this section.srt 3.67 KB
3. E-mail confirmations/1. Introduction to this section.srt 3.37 KB
7. Database migrations/10. Adding a new column with migrations.srt 3.37 KB
1. Introduction/6. Simplifying our error handling.srt 3.28 KB
7. Database migrations/12. A word of caution!.srt 3.16 KB
8. Third party login with OAuth/12. Adding some error handling.srt 3.15 KB
3. E-mail confirmations/12. Adding more configuration to .env.srt 2.92 KB
9. Payments with Stripe/14.3 order.py.py 2.86 KB
6. Image uploads/3. Installing Flask-Uploads.srt 2.63 KB
5. Postman documentation and tests/1. Introduction to this section.srt 2.62 KB
7. Database migrations/1. Introduction to this section.srt 2.51 KB
7. Database migrations/3. What's in our starter code.srt 2.41 KB
8. Third party login with OAuth/15. Conclusion of this section.srt 2.34 KB
3. E-mail confirmations/14. Conclusion of this section.srt 2.3 KB
9. Payments with Stripe/16. Conclusion of this section.srt 2.27 KB
4. Advanced e-mail confirmation/1. Introduction to this section.srt 2.15 KB
6. Image uploads/13. Conclusion of this section.srt 2.11 KB
1. Introduction/2. Introduction to this section.srt 2.1 KB
7. Database migrations/15. Conclusion of this section.srt 2.04 KB
8. Third party login with OAuth/1. Introduction to this lecture.srt 1.89 KB
5. Postman documentation and tests/11. Conclusion of this section.srt 1.88 KB
2. Serialization with Marshmallow/11. Conclusion of this section.srt 1.53 KB
2. Serialization with Marshmallow/1. Introduction to this section.srt 1.4 KB
[FTU Forum].url 1.34 KB
6. Image uploads/1. Introduction to this section.srt 1.19 KB
10. Bonus section/1. Conclusion of the course.srt 1.19 KB
1. Introduction/16. Conclusion of this section.srt 1.11 KB
5. Postman documentation and tests/8. Previewing our Postman documentation.srt 1.06 KB
9. Payments with Stripe/1. Introduction to this section.srt 1.06 KB
10. Bonus section/2. Bonus lecture next steps and other resources.html 1.05 KB
1. Introduction/3. Access the e-book for Section 1 here!.html 907 B
7. Database migrations/2. Getting a PostgreSQL database.html 892 B
4. Advanced e-mail confirmation/16.1 translation_file_checking_script.py.py 755 B
5. Postman documentation and tests/2. Postman collection for this section.html 708 B
2. Serialization with Marshmallow/5. Postman collection for this section.html 501 B
3. E-mail confirmations/3. Postman collection for this section.html 438 B
4. Advanced e-mail confirmation/2. Postman collection for this section.html 438 B
6. Image uploads/2. Postman collection for this section.html 438 B
7. Database migrations/4. Postman collection for this section.html 438 B
8. Third party login with OAuth/4. Postman collection for this section.html 438 B
9. Payments with Stripe/4. Postman collection for this section.html 438 B
2. Serialization with Marshmallow/3.1 deserializing.py.py 364 B
2. Serialization with Marshmallow/2.1 serializing.py.py 350 B
How you can help Team-FTU.txt 241 B
7. Database migrations/13.3 Flask-SQLAlchemy Custom metadata and naming conventions.html 151 B
6. Image uploads/5.1 Werkzeug Data structures — FileStorage.html 148 B
7. Database migrations/5.3 The Teclado Blog Password encryption in Python.html 148 B
9. Payments with Stripe/9.4 SQLAlchemy Association Object Pattern.html 146 B
7. Database migrations/13.2 Alembic op.f.html 144 B
9. Payments with Stripe/8.1 SQLAlchemy Many to many relationships.html 140 B
8. Third party login with OAuth/5.3 GitHub Authorizing OAuth Apps.html 138 B
8. Third party login with OAuth/7.3 GitHub Authorizing OAuth Apps.html 138 B
8. Third party login with OAuth/2.2 A different guide for completeness.html 136 B
[FreeCoursesOnline.Me].url 133 B
[FreeTutorials.Eu].url 129 B
9. Payments with Stripe/12.2 Stripe Card Payments Quickstart.html 126 B
9. Payments with Stripe/5.1 Stripe Card Payments Quickstart.html 126 B
6. Image uploads/5.2 Wikipedia Web Server Gateway Interface (WSGI).html 119 B
4. Advanced e-mail confirmation/7.1 Marshmallow Extending schemas.html 117 B
8. Third party login with OAuth/3.2 Marshmallow Version 3 Changelog.html 117 B
7. Database migrations/13.4 Alembic Naming.html 115 B
8. Third party login with OAuth/14.3 Flask url_for.html 111 B
8. Third party login with OAuth/6.2 Flask-OAuthlib Documentation.html 109 B
8. Third party login with OAuth/9.3 Flask g.html 105 B
9. Payments with Stripe/12.1 Stripe API Keys.html 105 B
9. Payments with Stripe/2.1 Stripe API Keys.html 105 B
9. Payments with Stripe/9.1 StackOverflow backref and back_populates.html 105 B
8. Third party login with OAuth/9.2 Flask Application Context.html 104 B
1. Introduction/12.2 Black code formatter documentation.html 100 B
8. Third party login with OAuth/5.4 GitHub Developer Settings.html 99 B
4. Advanced e-mail confirmation/14.1 Flask-Babel Documentation.html 98 B
FTUApps.com website coming soon.txt 94 B
1. Introduction/12.1 Black GitHub repository.html 90 B
8. Third party login with OAuth/2.1 OAuth The OAuth 2.0 Standard.html 81 B
Download Info
-
Tips
“[FreeTutorials.Eu] Udemy - Advanced REST APIs with Flask and Python” Its related downloads are collected from the DHT sharing network, the site will be 24 hours of real-time updates, to ensure that you get the latest resources.This site is not responsible for the authenticity of the resources, please pay attention to screening.If found bad resources, please send a report below the right, we will be the first time shielding.
-
DMCA Notice and Takedown Procedure
If this resource infringes your copyright, please email([email protected]) us or leave your message here ! we will block the download link as soon as possiable.