Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Full-Stack SaaS Development Course on Cloudflare Workers, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:20:15
    Intro & Overview
  2. Урок 2. 00:07:32
    Setting up the project
  3. Урок 3. 00:05:50
    Deploy the project
  4. Урок 4. 00:11:45
    Understand the Worker Runtime
  5. Урок 5. 00:22:39
    Framework bundling, Entrypoints, & Env
  6. Урок 6. 00:07:00
    Binding resources to your Worker
  7. Урок 7. 00:14:22
    React + Tanstack + TRPC on Workers
  8. Урок 8. 00:17:50
    Setting up D1 Database & Drizzle ORM
  9. Урок 9. 00:22:24
    Creating SQL Queries in our Mono Repo
  10. Урок 10. 00:24:55
    Create all TRPC CRUD operations
  11. Урок 11. 00:04:28
    Deploy your changes!
  12. Урок 12. 00:07:20
    Setting up the Data Service
  13. Урок 13. 00:08:26
    Setting up Hono
  14. Урок 14. 00:05:50
    Cloudflare Worker location headers
  15. Урок 15. 00:08:08
    Connecting our database
  16. Урок 16. 00:11:51
    Geo based smart routing
  17. Урок 17. 00:12:07
    Speed things up with KV
  18. Урок 18. 00:03:08
    Extending our data services
  19. Урок 19. 00:05:37
    What are queues?
  20. Урок 20. 00:04:45
    Workers Paid Tier + Pricing breakdown
  21. Урок 21. 00:08:51
    Creating & Using Queues
  22. Урок 22. 00:09:17
    Creating a Producer
  23. Урок 23. 00:11:01
    Building Type Safe Queue Handlers
  24. Урок 24. 00:13:05
    Advanced Configuration: Delay, Retries & Dead Letter
  25. Урок 25. 00:07:27
    What are Cloudflare Workflows?
  26. Урок 26. 00:09:15
    Build & Deploy a Workflow
  27. Урок 27. 00:14:51
    Rendering Webpages with Cloudflare Browser Render
  28. Урок 28. 00:06:47
    Workers AI & AI SDK
  29. Урок 29. 00:21:52
    Create an AI Workflow Step
  30. Урок 30. 00:09:20
    Saving AI output in our DB
  31. Урок 31. 00:15:37
    Saving Web Page Data in R2
  32. Урок 32. 00:05:46
    Add Evaluation Data in UI
  33. Урок 33. 00:03:29
    Taking Screenshot in Browser Rendering
  34. Урок 34. 00:07:58
    System design & How we can use Durable Objects
  35. Урок 35. 00:05:13
    Durable Object API
  36. Урок 36. 00:13:45
    Building the Base Class
  37. Урок 37. 00:23:26
    Full Link Click Integration with Alarms
  38. Урок 38. 00:06:22
    Overview of realtime link tracking
  39. Урок 39. 00:16:37
    Build a SQL backed Durable Object
  40. Урок 40. 00:08:50
    Setting up Websockets
  41. Урок 41. 00:09:08
    Connecting from the Client (Localhost)
  42. Урок 42. 00:17:33
    Realtime link clicks with Websockets
  43. Урок 43. 00:10:50
    Service to Service Bindings
  44. Урок 44. 00:10:45
    Create a specific stage deployment
  45. Урок 45. 00:08:47
    Creating a Production Instance
  46. Урок 46. 00:15:50
    Auto Deployments
  47. Урок 47. 00:15:30
    Custom Domains & Routes
  48. Урок 48. 00:13:00
    Auth Overview
  49. Урок 49. 00:15:44
    Configuration & Schema Creation
  50. Урок 50. 00:16:59
    Integration with web app
  51. Урок 51. 00:08:43
    Protecting our API Routes
  52. Урок 52. 00:15:58
    Better Auth Stripe Integration
  53. Урок 53. 00:11:45
    Creating Stripe Products
  54. Урок 54. 00:20:37
    Adding Subscriptions in the User Application
  55. Урок 55. 00:16:26
    Deploying & Live Webhooks
  56. Урок 56. 00:09:20
    Completing the User Application Dashboard
  57. Урок 57. 00:14:52
    Writing Tests
  58. Урок 58. 00:10:27
    Stretch Goals