-
Урок 1. 00:02:09Introduction
-
Урок 2. 00:06:34Example
-
Урок 3. 00:00:30Introduction
-
Урок 4. 00:02:43Relational database (quick refresh)
-
Урок 5. 00:02:16Non-relational (quick refresh)
-
Урок 6. 00:03:59SQL, ORM, Models (quick refresh)
-
Урок 7. 00:01:36What is CRUD? (quick refresh)
-
Урок 8. 00:00:46The task
-
Урок 9. 00:03:03Setup the IDE
-
Урок 10. 00:06:39Create the first table
-
Урок 11. 00:08:36Create the endpoints
-
Урок 12. 00:01:47Test the application with Postman
-
Урок 13. 00:04:22Test the application with Postman (common problems)
-
Урок 14. 00:03:30Test the endpoints
-
Урок 15. 00:07:31Alembic
-
Урок 16. 00:04:24Create One-to-many
-
Урок 17. 00:06:30Adjust the endpoints and queries
-
Урок 18. 00:06:11Create Many-to-many
-
Урок 19. 00:03:07The .env file
-
Урок 20. 00:00:53Step by step guide
-
Урок 21. 00:00:38Introduction
-
Урок 22. 00:11:29The skeleton
-
Урок 23. 00:09:21Input (request) schema for user sign in
-
Урок 24. 00:07:32Validation with class method
-
Урок 25. 00:03:52Validation with custom field
-
Урок 26. 00:10:01Output (response) schema for user sign in
-
Урок 27. 00:04:38BONUS - hashing passwords
-
Урок 28. 00:00:41Introduction
-
Урок 29. 00:02:46JWT (quick refresh)
-
Урок 30. 00:03:14Authentication vs Authorization
-
Урок 31. 00:01:32Code example
-
Урок 32. 00:04:43Encode token
-
Урок 33. 00:05:35Return the token + common errors
-
Урок 34. 00:08:51Authentication - Custom HTTPBearer class
-
Урок 35. 00:11:27Create protected endpoint for "get all clothes"
-
Урок 36. 00:04:47Add role to the user model
-
Урок 37. 00:03:09Adjusting the migration for the user role
-
Урок 38. 00:10:51Authorization
-
Урок 39. 00:02:49What and why?
-
Урок 40. 00:17:45Standards
-
Урок 41. 00:03:11Black
-
Урок 42. 00:02:16KISS
-
Урок 43. 00:01:10DRY
-
Урок 44. 00:01:24SoC
-
Урок 45. 00:06:17SOLID
-
Урок 46. 00:05:30Project diagram
-
Урок 47. 00:06:56Introduction
-
Урок 48. 00:15:15Set up user model and db config
-
Урок 49. 00:06:35Complaint model
-
Урок 50. 00:09:45Set up alembic and secrets
-
Урок 51. 00:01:56Adjust and refactor existing models
-
Урок 52. 00:10:46Authentication manager
-
Урок 53. 00:12:56User manager and register functionality
-
Урок 54. 00:02:52Configure routes
-
Урок 55. 00:02:24Configure main.py
-
Урок 56. 00:04:16Login
-
Урок 57. 00:03:26User schemas
-
Урок 58. 00:08:08Test the app - fix common errors
-
Урок 59. 00:08:29Add phone column, migrate and test
-
Урок 60. 00:06:40Complaint manager
-
Урок 61. 00:04:39Complaint schemas
-
Урок 62. 00:01:57Authorization functions
-
Урок 63. 00:06:35List/Create Complaint endpoints
-
Урок 64. 00:03:19Bind routes and test
-
Урок 65. 00:03:15Get the complainer from request
-
Урок 66. 00:06:13Admin Part - delete complaint
-
Урок 67. 00:06:31Admin Part - get/search users
-
Урок 68. 00:03:15Admin Part - user schema
-
Урок 69. 00:05:27Admin Part - change other users role
-
Урок 70. 00:09:14Script for creating users on the server
-
Урок 71. 00:07:23Approver Part - approve/reject complaints
-
Урок 72. 00:11:33Working with Git + tips and tricks for more quality code
-
Урок 73. 00:03:15CORS
-
Урок 74. 00:01:24Next steps
-
Урок 75. 00:01:20What is a third party
-
Урок 76. 00:04:39Famous services
-
Урок 77. 00:01:40About the payment provider
-
Урок 78. 00:03:25Set up AWS account and choose free plan
-
Урок 79. 00:04:55Set up your bucket and permissions
-
Урок 80. 00:01:08Edit bucket policy
-
Урок 81. 00:04:58Fetch credentials
-
Урок 82. 00:11:11Encode the base64 encoded photo
-
Урок 83. 00:08:52Set up the s3 Service
-
Урок 84. 00:15:48Integrate the functionality in the code and test manually
-
Урок 85. 00:03:23Set up SES and verify your identities
-
Урок 86. 00:08:17Set up SES Service
-
Урок 87. 00:04:50Integrate SES functionality in the existing code and test manually
-
Урок 88. 00:03:14Set up Wise account
-
Урок 89. 00:02:16Get the API key
-
Урок 90. 00:08:39Create Wise Service and get the profile id
-
Урок 91. 00:03:45The response structure
-
Урок 92. 00:09:45Create a quote
-
Урок 93. 00:07:29Create recipient account
-
Урок 94. 00:05:36Create transfer
-
Урок 95. 00:06:15Fund the transfer
-
Урок 96. 00:06:54Add transaction table
-
Урок 97. 00:07:03Integrate Wise for creating complaint
-
Урок 98. 00:04:44Test manually
-
Урок 99. 00:06:38Integrate Wise for approving complaint
-
Урок 100. 00:07:08Integrate Wise for rejecting a complaint
-
Урок 101. 00:10:14Database transactions
-
Урок 102. 00:17:03FE integration
-
Урок 103. 00:00:43Many thanks
- Категории
- Источники
- Все курсы
- Разделы
- Книги