-
Урок 1. 00:01:29Introduction
-
Урок 2. 00:04:17What is Serverless?
-
Урок 3. 00:05:04What is Vapor and who is it for?
-
Урок 4. 00:02:09Linking with AWS
-
Урок 5. 00:02:47How to get free AWS credits
-
Урок 6. 00:04:38Installing Vapor
-
Урок 7. 00:03:45YAML file basics
-
Урок 8. 00:03:42Deploying your project
-
Урок 9. 00:05:32Adding a domain to your project
-
Урок 10. 00:06:30Adding a database to your project
-
Урок 11. 00:04:58Adding Redis to your project
-
Урок 12. 00:06:21Managing environment variables and secrets
-
Урок 13. 00:06:50Using an external DNS provider
-
Урок 14. 00:02:57Disabling services you don't need
-
Урок 15. 00:04:44Avoiding cold starts by pre-warming
-
Урок 16. 00:12:39Provisioned Concurrency vs Vapor Prewarming
-
Урок 17. 00:05:04How to prevent a DDoS attack from bankrupting you
-
Урок 18. 00:04:46Timeouts, memory, and concurrency
-
Урок 19. 00:01:22Build Hooks vs Deploy Hooks
-
Урок 20. 00:09:23Serverless vs Fixed Size
-
Урок 21. 00:09:36Database redundancy & scaling
-
Урок 22. 00:07:15Monitoring your database
-
Урок 23. 00:02:52Attaching a second database to an environment
-
Урок 24. 00:09:23Sharing a database between environments
-
Урок 25. 00:10:22Scaling & monitoring your Redis cluster
-
Урок 26. 00:09:16Using Redis to speed up session performance
-
Урок 27. 00:03:50Understanding Simple Queue Service (SQS)
-
Урок 28. 00:03:26Assume the worst
-
Урок 29. 00:02:54Preventing your jobs from being processed multiple times
-
Урок 30. 00:07:02Building jobs that can handle database downtimes
-
Урок 31. 00:06:31Static assets in Vapor
-
Урок 32. 00:00:54Laravel Mix
-
Урок 33. 00:01:12Background images in your CSS
-
Урок 34. 00:01:04Explanation
-
Урок 35. 00:02:17Using an S3 bucket for your files
-
Урок 36. 00:04:10Never upload files through your Laravel app
-
Урок 37. 00:11:53Oh, here’s my filesystem
-
Урок 38. 00:01:19Jumpbox, Jumpbox, Jumpbox, them boys up to somethin'
-
Урок 39. 00:05:47Connecting to your private database
-
Урок 40. 00:03:47NAT Gateways
-
Урок 41. 00:08:00API Gateway vs Application Load Balancer
-
Урок 42. 00:04:06Keeping your projects isolated
-
Урок 43. 00:10:04Persuading your boss or client to use Vapor
-
Урок 44. 00:33:41How to estimate costs for Vapor
-
Урок 45. 00:09:57Cost-saving techniques
-
Урок 46. 00:03:28A real-world example of costs
-
Урок 47. 00:02:59Essential commands
-
Урок 48. 00:04:24Continuous Integration with ChipperCI
-
Урок 49. 00:26:27Provisioning custom domains for your users
-
Урок 50. 00:01:11Don't forget to Base64 Encode your binary responses
-
Урок 51. 00:01:33Weird DynamoDB error? Let’s solve it!
-
Урок 52. 00:02:07Response size in Lambda
-
Урок 53. 00:01:34Uncaught exceptions vs DynamoDB
-
Урок 54. 00:00:21Outro
- Категории
- Источники
- Все курсы
- Разделы
- Книги
2. A real-world example of costs
3. Cost-saving techniques
4. Oh, here’s my filesystem
5. Using an external DNS provider
6. Using Redis to speed up session performance