-
Урок 1. 00:02:15Introduction of Course
-
Урок 2. 00:12:46Project (BookIT) Complete Demo
-
Урок 3. 00:03:55Installing all required tools
-
Урок 4. 00:01:47What actually is Next.js?
-
Урок 5. 00:02:57Next.js - File Base Routing
-
Урок 6. 00:02:57Next.js - Server Side Rendering
-
Урок 7. 00:01:52Next.js - Full Stack Apps
-
Урок 8. 00:07:04Installing Next.js & Understanding Folder Structure
-
Урок 9. 00:08:56Starting with Backend API
-
Урок 10. 00:04:37Setting Up Postman Environment
-
Урок 11. 00:07:40Connecting to MongoDB
-
Урок 12. 00:15:28Creating Room Model
-
Урок 13. 00:08:04Create & Save Room
-
Урок 14. 00:04:23Fetch all Rooms
-
Урок 15. 00:10:42Creating Data Seeder
-
Урок 16. 00:05:03Get single Room Details
-
Урок 17. 00:04:35Update Room
-
Урок 18. 00:04:37Delete Room
-
Урок 19. 00:08:34Create Error Handler Class
-
Урок 20. 00:06:31Error Middleware
-
Урок 21. 00:05:45Catch Async Errors
-
Урок 22. 00:07:20Validation & Mongoose ID Error
-
Урок 23. 00:09:34Search Rooms by Location
-
Урок 24. 00:06:04Filter Rooms
-
Урок 25. 00:08:10Adding Pagination
-
Урок 26. 00:01:39BookIT HTML & CSS Details
-
Урок 27. 00:03:54Setting up _doucment
-
Урок 28. 00:03:34Header & Footer Component
-
Урок 29. 00:05:17Layout Component
-
Урок 30. 00:06:49BookIT Homepage
-
Урок 31. 00:06:22Understanding getStaticProps()
-
Урок 32. 00:05:27getServerSideProps()
-
Урок 33. 00:06:45getStaticPaths()
-
Урок 34. 00:13:49Creating Redux Store
-
Урок 35. 00:07:54All Rooms Reducer
-
Урок 36. 00:08:44All Rooms Action
-
Урок 37. 00:04:06Dispatch rooms action in getServerSideProps()
-
Урок 38. 00:10:42Display all Rooms on HomePage
-
Урок 39. 00:05:25Adding React Toastify
-
Урок 40. 00:03:58Room Details Reducer & Action
-
Урок 41. 00:13:38Room Details Component
-
Урок 42. 00:07:23Room Features Component
-
Урок 43. 00:11:32Adding Pagination
-
Урок 44. 00:09:44Search Rooms Component
-
Урок 45. 00:08:41Adding additional options in Search
-
Урок 46. 00:08:07Create User Model
-
Урок 47. 00:10:37Encrypting Password while Registration
-
Урок 48. 00:18:57Handle User Login on Backend
-
Урок 49. 00:11:26Login User Component
-
Урок 50. 00:08:02Adding Cloudinary for Images
-
Урок 51. 00:21:33Register User Component
-
Урок 52. 00:09:42Current User Profile
-
Урок 53. 00:06:03Load Logged In User
-
Урок 54. 00:06:03Show User in Header
-
Урок 55. 00:02:17Logout User
-
Урок 56. 00:06:17Using getServerSideProps() to Protect Routes
-
Урок 57. 00:06:34Update User Profile Endpoint
-
Урок 58. 00:04:30Update User Profile Reducer & Action
-
Урок 59. 00:10:08Update User Profile Component
-
Урок 60. 00:06:58Generate Forgot Password token
-
Урок 61. 00:17:31Send Password Recovery Email
-
Урок 62. 00:11:06Handle Forgot Password Component
-
Урок 63. 00:06:23Handle New Password Endpoint
-
Урок 64. 00:10:11Handle New Password Component
-
Урок 65. 00:02:43Login Button Blink Issue in Header
-
Урок 66. 00:06:05Create Booking Model
-
Урок 67. 00:07:26Display Date Range Picker
-
Урок 68. 00:12:40Create & Save New Booking
-
Урок 69. 00:08:01Handle Room Availability Endpoint
-
Урок 70. 00:12:59Handle Room Availability
-
Урок 71. 00:06:42Get all booked dates of Room
-
Урок 72. 00:06:38Fixing the Date Zone Issue
-
Урок 73. 00:07:45Disable Booked dates on Calendar
-
Урок 74. 00:20:45Display All Bookings
-
Урок 75. 00:06:23View Booking Details
-
Урок 76. 00:09:36View Booking Details Component
-
Урок 77. 00:09:22Generate Booking Invoice
-
Урок 78. 00:03:40What is Stripe?
-
Урок 79. 00:12:53Create Stipe Checkout Session
-
Урок 80. 00:12:52Process Payment through Stripe Checkout
-
Урок 81. 00:04:41What is Stripe WebHook?
-
Урок 82. 00:13:34New Booking Endpoint
-
Урок 83. 00:08:32New Review Endpoint
-
Урок 84. 00:05:06Submit Review Reducer & Action
-
Урок 85. 00:14:52Submit Review
-
Урок 86. 00:05:28Display all Reviews
-
Урок 87. 00:09:11Show Submit Review Button
-
Урок 88. 00:03:18_404 Page
-
Урок 89. 00:07:13Authorize Roles
-
Урок 90. 00:15:46Display All Room
-
Урок 91. 00:05:59New Room Reducer & Action
-
Урок 92. 00:24:04New Room Component
-
Урок 93. 00:06:32Update Room Reducer & Action
-
Урок 94. 00:16:53Update Room Component
-
Урок 95. 00:07:57Delete Room
-
Урок 96. 00:08:44Display All Bookings
-
Урок 97. 00:08:53Delete Booking
-
Урок 98. 00:07:18View Booking Details
-
Урок 99. 00:11:07Display all Users
-
Урок 100. 00:19:28Update User
-
Урок 101. 00:07:22Delete User
-
Урок 102. 00:14:26Display Room Reviews
-
Урок 103. 00:13:22Delete Room Reviews
-
Урок 104. 00:03:46Export a Static Website
-
Урок 105. 00:05:28Preparing App for Deploy
-
Урок 106. 00:03:15Push BookIT on GitHub
-
Урок 107. 00:04:48Deploying on Vercel
-
Урок 108. 00:01:42BookIT Speed Test
-
Урок 109. 00:00:45Congratulations!!!
- Категории
- Источники
- Все курсы
- Разделы
- Книги