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