Advertisement
elliottchong

video desc

Aug 20th, 2023
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.67 KB | None | 0 0
  1. GitHub Repo: https://github.com/elliott-chong/learning-journey-yt
  2.  
  3. Welcome to this comprehensive full-stack tutorial where we delve into the latest features of NextJS 13.4. Join me as we build an entire project from the ground up and seamlessly deploy it to Vercel 🚀.
  4.  
  5. Throughout this journey, you will gain expertise in the following areas:
  6.  
  7. 🌐 Leveraging NextJS 13's cutting-edge App Router.
  8. 💳 Managing Payments seamlessly through Stripe.
  9. 🎨 Harnessing the beauty of Shadcn and the power of Tailwind CSS.
  10. 🧠 Unleashing the capabilities of OpenAI's API for Language Model usage.
  11. 🗃️ Interacting with databases with the efficiency of ORMs.
  12. 🚀 Self-hosting your NextJS project on DigitalOcean.
  13. 🔒 Securing your deployment with a custom domain name and SSL certificate.
  14. 🔄 Implementing a robust CI/CD deployment pipeline with GitHub Actions.
  15.  
  16. 📋 Pastebins for Code Timestamps
  17.  
  18. Timestamp 17:54 prisma db.ts file https://pastebin.com/hYYzuFY9
  19. Timestamp 20:00 schema.prisma template code https://pastebin.com/S325fZ4P
  20. Timestamp 1:45 lib/gpt.ts https://pastebin.com/EiggjLeq
  21. Timestamp 1:58:42 lib/unsplash.ts https://pastebin.com/nkykdzdV
  22. Timestamp 2:59:51 lib/youtube.ts https://pastebin.com/rqhdDLiU
  23. Timestamp 5:48:47 .github/deploys.deploy.yml https://pastebin.com/7XPPNecM
  24.  
  25. 🙏 Credits & Inspirations
  26. - A heartfelt thank you to my friends for their unwavering support throughout this project.
  27. - Special thanks to Mo for sparking the idea for this project.
  28. - Inspiration drawn from https://www.youtube.com/@joshtriedcoding for coding videos.
  29. - Thumbnail inspiration credit: https://www.youtube.com/ @codewithantonio
  30.  
  31. 📚 Referenced Resources
  32.  
  33. Shadcn best practices form: https://youtu.be/26bSDD9IEG4
  34. Strict JSON GPT repo: https://github.com/tanchongmin/strictjson/tree/main
  35.  
  36. Connect With Me 🔥🚀 :
  37.  
  38. GitHub: https://github.com/elliott-chong
  39. Instagram: https://instagram.com/elliottchong_
  40. Website: https://elliottchong.tech
  41.  
  42. 📖 Chapters Overview
  43.  
  44. 0:00 Intro & Demo
  45. 1:31:00 Creating the Chapters Endpoint
  46. 1:44:00 Strict GPT JSON
  47. 2:08:00 Confirming Chapters
  48. 2:09:00 Exploring React Query
  49. 2:20:51 Gathering Chapters Information
  50. 2:27:08 Continuing Chapter Confirmation
  51. 2:45:08 Forwarding Refs to Chapter Cards
  52. 2:53:55 Retrieving Chapter Information
  53. 2:57:31 Utilizing the YouTube API
  54. 3:08:02 Generating Questions
  55. 3:34:58 Crafting the Course Page
  56. 3:47:26 Summarizing the Main Video
  57. 3:53:55 Designing Quiz Cards
  58. 4:07:11 Navigating Next & Previous Chapters
  59. 4:12:03 Building the Gallery Page
  60. 4:21:06 Seamless Stripe Integration
  61. 4:59:33 Integrating Credits
  62. 5:02:45 Loading Pages
  63. 5:06:14 Deployment Strategies
  64. 5:07:55 Self-hosting on DigitalOcean
  65. 5:11:12 Implementing Docker
  66. 5:47:07 Embracing GitHub Actions for CI/CD
  67. 5:57:00 Outro
  68.  
  69. Join me on this exciting journey to master NextJS 13.4 and unlock the potential of full-stack development. Let's code and create something amazing together! 🚀👨‍💻
  70.  
  71. #NextJS
  72. #FullStackDevelopment
  73. #WebDevelopment
  74. #StripePayments
  75. #ReactQuery
  76. #TailwindCSS
  77. #OpenAI
  78. #DatabaseORM
  79. #DigitalOceanHosting
  80. #GitHubActions
  81. #CI/CDPipeline
  82. #CodingTutorial
  83. #Programming
  84. #VercelDeployment
  85. #Docker
  86. #GitHubRepo
  87. #WebDevelopmentTutorial
  88. #FrontendDevelopment
  89. #BackendDevelopment
  90. #CustomDomain
  91. #SSL
  92. #YouTubeAPI
  93. #Prisma
  94. #CreditIntegration
  95. #GalleryPage
  96. #QuizCards
  97. #PaymentIntegration
  98. #StrictJSONGPT
  99. #CodingInspirations
  100. #GitHub
  101. #Instagram
  102. #Website
  103.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement