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.46 MB
2. Serialization with Marshmallow/6. Using vanilla Marshmallow with the API.mp4 118.02 MB
5. Postman documentation and tests/5. JavaScript tests in Postman.mp4 115.34 MB
4. Advanced e-mail confirmation/13. Updating our resources to use translations.mp4 111.97 MB
2. Serialization with Marshmallow/7. Introduction to Flask-Marshmallow.mp4 107.19 MB
9. Payments with Stripe/6. After payment receiving order data.mp4 101.52 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.63 MB
6. Image uploads/10. Retrieving and deleting images.mp4 95.13 MB
6. Image uploads/4. Config files in Flask.mp4 94.74 MB
1. Introduction/5. Reviewing the beginner course code.mp4 92.66 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.41 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.05 MB
3. E-mail confirmations/13. Error handling in Mailgun.mp4 79.87 MB
4. Advanced e-mail confirmation/4. Changes in our UserModel.mp4 78.92 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.55 MB
1. Introduction/15. Testing our API with Postman.mp4 65.36 MB
1. Introduction/9. Adding basic type hinting.mp4 65.26 MB
4. Advanced e-mail confirmation/12. Creating a simple translation library.mp4 65.25 MB
7. Database migrations/9. Checking the Alembic script (important!).mp4 65.01 MB
3. E-mail confirmations/10. Creating our Mailgun library file.mp4 64.98 MB
9. Payments with Stripe/11. Calculating the amount and description.mp4 59.9 MB
9. Payments with Stripe/5. Where do users pay.mp4 58.54 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/1. Why you should take this course!.mp4 54.78 MB
1. Introduction/10. Adding custom JSON types.mp4 52.29 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.88 MB
4. Advanced e-mail confirmation/15. What is Flask-Babel.mp4 49.65 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.36 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.9 MB
8. Third party login with OAuth/7. Setting up our GitHub client.mp4 45.82 MB
3. E-mail confirmations/5. Activating users manually.mp4 45.81 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.13 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.62 MB
4. Advanced e-mail confirmation/16. Common pitfalls and advice.mp4 41.42 MB
2. Serialization with Marshmallow/10. Deduplicating error handling.mp4 41.26 MB
7. Database migrations/14. When should you read documentation.mp4 40.16 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.9 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.69 MB
3. E-mail confirmations/1. Introduction to this section.mp4 36.65 MB
1. Introduction/8. Should we have unique names.mp4 35.44 MB
1. Introduction/7. Refactoring our resources.mp4 35.25 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.9 MB
3. E-mail confirmations/9. Sending e-mails with Mailgun (Part 2).mp4 33.71 MB
1. Introduction/4. Our project and endpoints.mp4 33.54 MB
5. Postman documentation and tests/1. Introduction to this section.mp4 31.12 MB
3. E-mail confirmations/7. Setting up Mailgun.mp4 31.04 MB
3. E-mail confirmations/4. Adding an activated property.mp4 30.59 MB
5. Postman documentation and tests/4. Recap of Postman environments.mp4 29.17 MB
7. Database migrations/8. Our first database migration.mp4 28.42 MB
1. Introduction/11. Using the current class as a type hint.mp4 27.15 MB
7. Database migrations/1. Introduction to this section.mp4 27.14 MB
5. Postman documentation and tests/3. Collection and request descriptions.mp4 27.06 MB
3. E-mail confirmations/14. Conclusion of this section.mp4 26.67 MB
8. Third party login with OAuth/14. Using url_for with Flask-RESTful.mp4 26.22 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.36 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.89 MB
9. Payments with Stripe/16. Conclusion of this section.mp4 23.25 MB
1. Introduction/2. Introduction to this section.mp4 23.24 MB
4. Advanced e-mail confirmation/7. Adding the last confirmation to the user schema.mp4 23.12 MB
9. Payments with Stripe/13. Creating a way to view existing orders.mp4 23.04 MB
7. Database migrations/5. Connecting to our remote database.mp4 22.84 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.81 MB
2. Serialization with Marshmallow/1. Introduction to this section.mp4 14.67 MB
10. Bonus section/1. Conclusion of the course.mp4 12.25 MB
6. Image uploads/1. Introduction to this section.mp4 11.95 MB
9. Payments with Stripe/1. Introduction to this section.mp4 11.95 MB
7. Database migrations/3. What's in our starter code.mp4 11.57 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
5. Postman documentation and tests/8. Previewing our Postman documentation.mp4 4.14 MB
6. Image uploads/12.1 start_code.zip.zip 328.58 KB
6. Image uploads/12.2 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.2 ARAC-Section05-Documentation.postman_collection.json.json 70.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.1 ARA-Section05-FlowTests.postman_collection.json.json 31.55 KB
4. Advanced e-mail confirmation/5. Creating our ConfirmationResource.vtt 27.25 KB
6. Image uploads/4. Config files in Flask.vtt 26.63 KB
2. Serialization with Marshmallow/4. Migrating from virtualenv to Pipenv.vtt 26.49 KB
9. Payments with Stripe/9. Using the Association Object in our Resourcee.vtt 25.85 KB
4. Advanced e-mail confirmation/3. Creating the ConfirmationModel.vtt 25.12 KB
3. E-mail confirmations/6. Telling users they are active.vtt 23.94 KB
6. Image uploads/6. Creating our image helper library.vtt 23.13 KB
5. Postman documentation and tests/6. Running entire collections in Postman.vtt 23.11 KB
5. Postman documentation and tests/5. JavaScript tests in Postman.vtt 22.79 KB
2. Serialization with Marshmallow/6. Using vanilla Marshmallow with the API.vtt 21.66 KB
6. Image uploads/9.1 start_code.zip.zip 20.86 KB
6. Image uploads/8.1 end_code.zip.zip 20.69 KB
9. Payments with Stripe/6. After payment receiving order data.vtt 20.15 KB
2. Serialization with Marshmallow/7. Introduction to Flask-Marshmallow.vtt 20.04 KB
6. Image uploads/8.2 start_code.zip.zip 20.03 KB
2. Serialization with Marshmallow/6.1 end_code.zip.zip 20.02 KB
6. Image uploads/7.2 end_code.zip.zip 19.86 KB
2. Serialization with Marshmallow/8.1 end_code.zip.zip 19.67 KB
6. Image uploads/7.1 start_code.zip.zip 19.62 KB
6. Image uploads/6.2 end_code.zip.zip 19.45 KB
3. E-mail confirmations/8. Sending e-mails with Mailgun (Part 1).vtt 19.2 KB
6. Image uploads/6.1 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.vtt 18.31 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.2 end_code.zip.zip 18 KB
6. Image uploads/5. What are wsgi and Werkzeug.vtt 17.96 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.vtt 17.77 KB
4. Advanced e-mail confirmation/12.2 start_code.zip.zip 17.6 KB
4. Advanced e-mail confirmation/14.1 start_code.zip.zip 17.54 KB
4. Advanced e-mail confirmation/11.1 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.vtt 17.26 KB
6. Image uploads/3.1 start_code.zip.zip 16.93 KB
4. Advanced e-mail confirmation/6.1 start_code.zip.zip 16.77 KB
4. Advanced e-mail confirmation/11.2 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.1 start_code.zip.zip 16.66 KB
6. Image uploads/11. Another example user avatars.vtt 16.65 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.3 end_code.zip.zip 16.58 KB
4. Advanced e-mail confirmation/6.2 end_code.zip.zip 16.51 KB
9. Payments with Stripe/8. Many-to-many relationships with SQLAlchemy.vtt 16.48 KB
8. Third party login with OAuth/10. What is a tokengetter.vtt 16.33 KB
1. Introduction/15. Testing our API with Postman.vtt 16.29 KB
1. Introduction/12. Using Black for code formatting.vtt 16.2 KB
1. Introduction/5. Reviewing the beginner course code.vtt 16.02 KB
8. Third party login with OAuth/2. Introduction to OAuth 2.0.vtt 15.99 KB
9. Payments with Stripe/7. Creating our OrderModel.vtt 15.78 KB
4. Advanced e-mail confirmation/13. Updating our resources to use translations.vtt 15.51 KB
4. Advanced e-mail confirmation/5.1 start_code.zip.zip 15.48 KB
9. Payments with Stripe/14.2 end_code.zip.zip 15.39 KB
4. Advanced e-mail confirmation/4.2 start_code.zip.zip 15.35 KB
4. Advanced e-mail confirmation/4.1 end_code.zip.zip 15.34 KB
4. Advanced e-mail confirmation/3.2 end_code.zip.zip 15.21 KB
2. Serialization with Marshmallow/9. Adding stores to our REST API.vtt 14.88 KB
4. Advanced e-mail confirmation/12. Creating a simple translation library.vtt 14.57 KB
6. Image uploads/4.1 start_code.zip.zip 14.55 KB
6. Image uploads/10. Retrieving and deleting images.vtt 14.52 KB
6. Image uploads/3.2 end_code.zip.zip 14.41 KB
4. Advanced e-mail confirmation/3.1 start_code.zip.zip 14.33 KB
5. Postman documentation and tests/7. Adding example requests and responses.vtt 14.13 KB
3. E-mail confirmations/13. Error handling in Mailgun.vtt 14.06 KB
9. Payments with Stripe/14.1 start_code.zip.zip 13.91 KB
1. Introduction/9. Adding basic type hinting.vtt 13.83 KB
7. Database migrations/13.2 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
7. Database migrations/7. Creating our initial table structure.vtt 13.51 KB
9. Payments with Stripe/11.2 start_code.zip.zip 13.51 KB
8. Third party login with OAuth/13. Setting user passwords.vtt 13.4 KB
9. Payments with Stripe/10.2 end_code.zip.zip 13.37 KB
6. Image uploads/8. Creating our image upload resource.vtt 13.36 KB
7. Database migrations/13.1 end_code.zip.zip 13.26 KB
2. Serialization with Marshmallow/2. Serialization with Marshmallow.vtt 13.26 KB
7. Database migrations/10.2 start_code.zip.zip 13.13 KB
7. Database migrations/9.1 start_code.zip.zip 13.12 KB
1. Introduction/13. Improving errors with constants.vtt 13.11 KB
4. Advanced e-mail confirmation/4. Changes in our UserModel.vtt 13.02 KB
7. Database migrations/9.2 end_code.zip.zip 13.01 KB
9. Payments with Stripe/10.1 start_code.zip.zip 12.87 KB
9. Payments with Stripe/9.2 end_code.zip.zip 12.74 KB
9. Payments with Stripe/9.1 start_code.zip.zip 12.73 KB
9. Payments with Stripe/8.3 start_code.zip.zip 12.65 KB
9. Payments with Stripe/8.2 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.vtt 12.52 KB
6. Image uploads/9. Trying out our image upload.vtt 12.38 KB
9. Payments with Stripe/7.1 start_code.zip.zip 12.06 KB
9. Payments with Stripe/6.2 end_code.zip.zip 11.94 KB
7. Database migrations/6.2 end_code.zip.zip 11.92 KB
3. E-mail confirmations/10. Creating our Mailgun library file.vtt 11.89 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.vtt 11.73 KB
9. Payments with Stripe/6.1 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.3 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.2 end_code.zip.zip 11.06 KB
8. Third party login with OAuth/11.1 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.vtt 10.94 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.vtt 10.68 KB
1. Introduction/14. @classmethod across the board.vtt 10.66 KB
7. Database migrations/6. Initialising Flask-Migrate and Alembic.vtt 10.65 KB
1. Introduction/4. Our project and endpoints.vtt 10.62 KB
9. Payments with Stripe/11. Calculating the amount and description.vtt 10.57 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.1 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.vtt 10.4 KB
2. Serialization with Marshmallow/9.1 end_code.zip.zip 10.37 KB
3. E-mail confirmations/12.1 start_code.zip.zip 10.36 KB
8. Third party login with OAuth/7.3 end_code.zip.zip 10.35 KB
3. E-mail confirmations/5. Activating users manually.vtt 10.33 KB
3. E-mail confirmations/12.2 end_code.zip.zip 10.31 KB
3. E-mail confirmations/2. Introduction to e-mail confirmation.vtt 10.29 KB
3. E-mail confirmations/11.1 end_code.zip.zip 10.24 KB
9. Payments with Stripe/2. Setting up our Stripe account.vtt 10.24 KB
2. Serialization with Marshmallow/9.2 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.2 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.1 start_code.zip.zip 10.05 KB
8. Third party login with OAuth/6.3 start_code.zip.zip 10.04 KB
6. Image uploads/7. Creating our image schema.vtt 10.02 KB
2. Serialization with Marshmallow/8.2 start_code.zip.zip 9.95 KB
8. Third party login with OAuth/6.2 end_code.zip.zip 9.95 KB
8. Third party login with OAuth/5.4 end_code.zip.zip 9.94 KB
7. Database migrations/9. Checking the Alembic script (important!).vtt 9.79 KB
3. E-mail confirmations/10.1 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.2 end_code.zip.zip 9.54 KB
3. E-mail confirmations/11. Using .env files in Flask.vtt 9.51 KB
8. Third party login with OAuth/3.2 start_code.zip.zip 9.51 KB
8. Third party login with OAuth/5.2 start_code.zip.zip 9.51 KB
4. Advanced e-mail confirmation/15. What is Flask-Babel.vtt 9.46 KB
1. Introduction/10. Adding custom JSON types.vtt 9.43 KB
8. Third party login with OAuth/9. What is Flask's g.vtt 9.08 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.1 start_code.zip.zip 8.93 KB
8. Third party login with OAuth/11. Finishing our GithubAuthorize resource.vtt 8.91 KB
3. E-mail confirmations/6.2 end_code.zip.zip 8.89 KB
7. Database migrations/5.3 end_code.zip.zip 8.84 KB
6. Image uploads/12. Adding the avatar resource.vtt 8.83 KB
2. Serialization with Marshmallow/6.2 start_code.zip.zip 8.82 KB
2. Serialization with Marshmallow/4.2 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.vtt 8.52 KB
8. Third party login with OAuth/8. Our GithubLogin resource.vtt 8.47 KB
7. Database migrations/14. When should you read documentation.vtt 8.39 KB
4. Advanced e-mail confirmation/6. Updating our UserResource.vtt 8.03 KB
4. Advanced e-mail confirmation/14. Adding a new language to our API.vtt 7.98 KB
9. Payments with Stripe/3. What's in our starter code.vtt 7.95 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
7. Database migrations/11. Problems that can happen while migrating.vtt 7.63 KB
3. E-mail confirmations/4.1 end_code.zip.zip 7.62 KB
4. Advanced e-mail confirmation/9. Cross-resource dependencies are (generally) bad.vtt 7.6 KB
5. Postman documentation and tests/4. Recap of Postman environments.vtt 7.51 KB
2. Serialization with Marshmallow/7.1 start_code.zip.zip 7.5 KB
3. E-mail confirmations/4.2 start_code.zip.zip 7.44 KB
1. Introduction/7. Refactoring our resources.vtt 7.41 KB
9. Payments with Stripe/14. When things go wrong error handling in Stripe.vtt 7.38 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.2 start_code.zip.zip 7.2 KB
9. Payments with Stripe/12. Testing our OrderResource.vtt 7.17 KB
8. Third party login with OAuth/6. Flask-OAuthlib.vtt 7.05 KB
1. Introduction/8. Should we have unique names.vtt 6.95 KB
2. Serialization with Marshmallow/10. Deduplicating error handling.vtt 6.93 KB
2. Serialization with Marshmallow/4.1 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.vtt 6.76 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.vtt 6.61 KB
1. Introduction/13.2 start_code.zip.zip 6.55 KB
1. Introduction/6.1 end_code.zip.zip 6.55 KB
1. Introduction/12.1 starter_code.zip.zip 6.52 KB
1. Introduction/11.1 start_code.zip.zip 6.5 KB
1. Introduction/12.2 end_code.zip.zip 6.49 KB
1. Introduction/11.2 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.vtt 6.43 KB
5. Postman documentation and tests/9. Publishing our documentation page.vtt 6.41 KB
1. Introduction/10.2 start_code.zip.zip 6.39 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.1 start_code.zip.zip 6.25 KB
1. Introduction/8.2 end_code.zip.zip 6.2 KB
4. Advanced e-mail confirmation/16. Common pitfalls and advice.vtt 6.19 KB
1. Introduction/7.2 end_code.zip.zip 6.19 KB
3. E-mail confirmations/9. Sending e-mails with Mailgun (Part 2).vtt 6.05 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.vtt 5.84 KB
8. Third party login with OAuth/3. What's in our starter code.vtt 5.74 KB
3. E-mail confirmations/7. Setting up Mailgun.vtt 5.73 KB
7. Database migrations/5. Connecting to our remote database.vtt 5.67 KB
3. E-mail confirmations/4. Adding an activated property.vtt 5.63 KB
4. Advanced e-mail confirmation/7. Adding the last confirmation to the user schema.vtt 5.47 KB
1. Introduction/11. Using the current class as a type hint.vtt 5.31 KB
7. Database migrations/8. Our first database migration.vtt 5.29 KB
1. Introduction/1. Why you should take this course!.vtt 5.12 KB
9. Payments with Stripe/13. Creating a way to view existing orders.vtt 4.74 KB
8. Third party login with OAuth/14. Using url_for with Flask-RESTful.vtt 4.41 KB
4. Advanced e-mail confirmation/17. Conclusion of this section.vtt 3.67 KB
7. Database migrations/10. Adding a new column with migrations.vtt 3.4 KB
3. E-mail confirmations/1. Introduction to this section.vtt 3.38 KB
1. Introduction/6. Simplifying our error handling.vtt 3.29 KB
7. Database migrations/12. A word of caution!.vtt 3.17 KB
8. Third party login with OAuth/12. Adding some error handling.vtt 3.17 KB
3. E-mail confirmations/12. Adding more configuration to .env.vtt 2.95 KB
9. Payments with Stripe/14.3 order.py.py 2.86 KB
6. Image uploads/3. Installing Flask-Uploads.vtt 2.64 KB
5. Postman documentation and tests/1. Introduction to this section.vtt 2.63 KB
7. Database migrations/1. Introduction to this section.vtt 2.52 KB
7. Database migrations/3. What's in our starter code.vtt 2.42 KB
8. Third party login with OAuth/15. Conclusion of this section.vtt 2.35 KB
3. E-mail confirmations/14. Conclusion of this section.vtt 2.31 KB
9. Payments with Stripe/16. Conclusion of this section.vtt 2.28 KB
4. Advanced e-mail confirmation/1. Introduction to this section.vtt 2.16 KB
6. Image uploads/13. Conclusion of this section.vtt 2.12 KB
1. Introduction/2. Introduction to this section.vtt 2.11 KB
7. Database migrations/15. Conclusion of this section.vtt 2.05 KB
8. Third party login with OAuth/1. Introduction to this lecture.vtt 1.9 KB
5. Postman documentation and tests/11. Conclusion of this section.vtt 1.89 KB
2. Serialization with Marshmallow/11. Conclusion of this section.vtt 1.54 KB
2. Serialization with Marshmallow/1. Introduction to this section.vtt 1.41 KB
6. Image uploads/1. Introduction to this section.vtt 1.2 KB
10. Bonus section/1. Conclusion of the course.vtt 1.2 KB
1. Introduction/16. Conclusion of this section.vtt 1.12 KB
5. Postman documentation and tests/8. Previewing our Postman documentation.vtt 1.07 KB
9. Payments with Stripe/1. Introduction to this section.vtt 1.07 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
7. Database migrations/13.4 Flask-SQLAlchemy Custom metadata and naming conventions.html 151 B
6. Image uploads/5.2 Werkzeug Data structures — FileStorage.html 148 B
7. Database migrations/5.1 The Teclado Blog Password encryption in Python.html 148 B
9. Payments with Stripe/9.3 SQLAlchemy Association Object Pattern.html 146 B
7. Database migrations/13.3 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.2 GitHub Authorizing OAuth Apps.html 138 B
8. Third party login with OAuth/2.2 A different guide for completeness.html 136 B
9. Payments with Stripe/12.1 Stripe Card Payments Quickstart.html 126 B
9. Payments with Stripe/5.1 Stripe Card Payments Quickstart.html 126 B
[FreeCourseLab.com].url 126 B
6. Image uploads/5.1 Wikipedia Web Server Gateway Interface (WSGI).html 119 B
4. Advanced e-mail confirmation/7.2 Marshmallow Extending schemas.html 117 B
8. Third party login with OAuth/3.1 Marshmallow Version 3 Changelog.html 117 B
7. Database migrations/13.5 Alembic Naming.html 115 B
8. Third party login with OAuth/14.1 Flask url_for.html 111 B
8. Third party login with OAuth/6.1 Flask-OAuthlib Documentation.html 109 B
8. Third party login with OAuth/9.3 Flask g.html 105 B
9. Payments with Stripe/12.2 Stripe API Keys.html 105 B
9. Payments with Stripe/2.1 Stripe API Keys.html 105 B
9. Payments with Stripe/9.4 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.3 Black code formatter documentation.html 100 B
8. Third party login with OAuth/5.1 GitHub Developer Settings.html 99 B
4. Advanced e-mail confirmation/14.3 Flask-Babel Documentation.html 98 B
1. Introduction/12.4 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
“[FreeCourseLab.com] 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.