Удален по просьбе правообладателя
  1. Урок 1. 00:08:30
    Introduction
  2. Урок 2. 00:05:25
    Setup App & Homepage
  3. Урок 3. 00:09:44
    Homepage with Tailwind CSS & Link
  4. Урок 4. 00:16:27
    Authentication with Clerk
  5. Урок 5. 00:11:48
    Authentication Middleware
  6. Урок 6. 00:05:28
    Understanding Webhooks
  7. Урок 7. 00:13:22
    Serverless Database with PlanetScale
  8. Урок 8. 00:09:37
    Setup Prisma ORM
  9. Урок 9. 00:09:39
    User & JournalEntry Schemas
  10. Урок 10. 00:05:33
    Analysis Schema
  11. Урок 11. 00:04:04
    Database Utility Methods
  12. Урок 12. 00:20:38
    Creating a New User
  13. Урок 13. 00:07:36
    Creating the Journal Page
  14. Урок 14. 00:02:32
    User Profile Widget
  15. Урок 15. 00:13:26
    Selecting Journal Entries
  16. Урок 16. 00:13:24
    New Journal Entry UI
  17. Урок 17. 00:19:34
    Creating a New Entry
  18. Урок 18. 00:04:23
    EntryCard Component UI
  19. Урок 19. 00:05:14
    Creating the Entry Page
  20. Урок 20. 00:03:11
    Revalidation
  21. Урок 21. 00:08:17
    Displaying Entry Details
  22. Урок 22. 00:03:55
    Journal Entry Editor
  23. Урок 23. 00:11:36
    Updating Journal Entries
  24. Урок 24. 00:11:56
    Autosaving Entries
  25. Урок 25. 00:10:30
    Sidebar UI
  26. Урок 26. 00:06:56
    LLMs & Prompts
  27. Урок 27. 00:08:26
    OpenAI Setup
  28. Урок 28. 00:05:42
    Creating Consistent Prompts
  29. Урок 29. 00:13:46
    Structured Output with Zod
  30. Урок 30. 00:07:15
    Prompt Template
  31. Урок 31. 00:06:43
    Testing the Prompt Template
  32. Урок 32. 00:09:26
    Saving Analysis to Database
  33. Урок 33. 00:04:07
    Connecting the Sidebar UI
  34. Урок 34. 00:11:53
    Adding Analysis Data to Entry
  35. Урок 35. 00:13:41
    Revalidation & Client State Management
  36. Урок 36. 00:02:25
    Navigation
  37. Урок 37. 00:06:46
    Entry Search UI
  38. Урок 38. 00:11:04
    Vector Database Overview
  39. Урок 39. 00:15:20
    Similarity Searches with Vectors
  40. Урок 40. 00:13:01
    Search API & Results
  41. Урок 41. 00:05:42
    Computing a Sentiment Score
  42. Урок 42. 00:12:24
    Adding Sentiments to Database
  43. Урок 43. 00:17:49
    Charting Sentiment Values
  44. Урок 44. 00:11:29
    Vitest Setup
  45. Урок 45. 00:08:27
    Mocking Functions & Testing Homepage
  46. Урок 46. 00:15:10
    Deploying to Vercel
  47. Урок 47. 00:08:49
    Q&A
  48. Урок 48. 00:03:52
    Wrapping Up