-
Урок 1. 00:12:02Intro
-
Урок 2. 00:04:36Prerequisites
-
Урок 3. 00:08:51Before Next.js
-
Урок 4. 00:13:01Introduction to Next.js
-
Урок 5. 00:08:21How Web Works
-
Урок 6. 00:04:46DevFlow Project Setup
-
Урок 7. 00:10:43Eslint Prettier Setup
-
Урок 8. 00:02:16Git-Github Setup
-
Урок 9. 00:17:39Tailwind CSS Setup
-
Урок 10. 00:03:51Code Architecture
-
Урок 11. 00:21:03What is Next.js Routing_
-
Урок 12. 00:07:23Creating Routes for DevFlow
-
Урок 13. 00:15:43Client vs. Server Paradigm
-
Урок 14. 00:15:26Different Rendering Strategies
-
Урок 15. 00:02:05The Modern Auth Service
-
Урок 16. 00:08:27Setup Auth for DevFlow
-
Урок 17. 00:08:38Creating Layouts using Next-Font and Metadata in DevFlow
-
Урок 18. 00:12:15Creating a Global Theme Context for DevFlow
-
Урок 19. 00:12:29Container and User Account
-
Урок 20. 00:03:28Shadcn Installation
-
Урок 21. 00:41:28Theme Switcher and Mobile Navigation
-
Урок 22. 00:04:37Active Lesson 1 — Create a LeftSidebar
-
Урок 23. 00:10:50LeftSidebar Component
-
Урок 24. 00:00:39Active Lesson 2 — Create a RightSidebar
-
Урок 25. 00:17:27RightSidebar Component
-
Урок 26. 00:05:03Home Route
-
Урок 27. 00:00:21Active Lesson 3 — Create a LocalSearchbar
-
Урок 28. 00:08:30LocalSearchbar Component
-
Урок 29. 00:00:44Active Lesson 4 — Create a Filter
-
Урок 30. 00:16:25Home Filters
-
Урок 31. 00:50:54Create Question Card
-
Урок 32. 00:17:20Question Form and Validations
-
Урок 33. 00:09:30The Question Editor
-
Урок 34. 00:10:35Custom Multiple Tags Input
-
Урок 35. 00:05:09Making the Form Reusable
-
Урок 36. 00:08:50Thinking in Backend
-
Урок 37. 00:13:02MongoDB and Server Actions Setup
-
Урок 38. 00:05:47Creating Question Model
-
Урок 39. 00:05:55Creating a User Model
-
Урок 40. 00:02:16Creating a Tag Model
-
Урок 41. 00:24:09Create Question Action
-
Урок 42. 00:15:59Display Questions on the Home Page
-
Урок 43. 00:03:01Why _ what are Webhooks
-
Урок 44. 00:16:12Implement Webhooks and User Actions
-
Урок 45. 00:29:23Deploy Webhooks
-
Урок 46. 00:22:52Create Community Page
-
Урок 47. 00:09:01Create Tags Page
-
Урок 48. 00:14:52Create Question Details Page
-
Урок 49. 00:13:42Parse _ display Question Content
-
Урок 50. 00:15:10Create Answer Form
-
Урок 51. 00:04:09Create Answer Model
-
Урок 52. 00:04:02Implement Create Answer action
-
Урок 53. 00:10:47Integrate Create Answer action inside Answer Form
-
Урок 54. 00:21:34Display All Answers
-
Урок 55. 00:09:54Create Votes UI
-
Урок 56. 00:06:57Create Upvote-DownVote actions for Question
-
Урок 57. 00:11:34Integrate Question upvote-downvote actions on UI
-
Урок 58. 00:09:36Create Answer Voting
-
Урок 59. 00:05:34Implement Save Question Action and Create Collection Page
-
Урок 60. 00:12:21Display all saved questions
-
Урок 61. 00:14:23Create Question Details Page View
-
Урок 62. 00:17:52Create a Tag Details Page
-
Урок 63. 00:25:59Create Profile Page
-
Урок 64. 00:09:08Create User Stats UI
-
Урок 65. 00:08:47Implement User Questions Tab
-
Урок 66. 00:14:30Implement User Answers Tabs
-
Урок 67. 00:16:37Implement Edit-Delete Question-Answer Component
-
Урок 68. 00:15:30Create Edit Question Page
-
Урок 69. 00:22:58Create Edit Profile Page
-
Урок 70. 00:03:38Show Top Questions
-
Урок 71. 00:03:44Show Popular Tags
-
Урок 72. 00:22:12Manage search state
-
Урок 73. 00:06:49Implement Search functionality for the Home page
-
Урок 74. 00:03:16Implement Search functionality for the Community page
-
Урок 75. 00:01:34Implement Search functionality for the Collection page
-
Урок 76. 00:04:24Implement Search functionality for the Tags page
-
Урок 77. 00:06:25Manage Filter state
-
Урок 78. 00:04:46Integrate Filters on Home page
-
Урок 79. 00:06:42Integrate Filters on the Community page
-
Урок 80. 00:03:45Integrate Filters on the Collection page
-
Урок 81. 00:08:32Integrate Filters for Tags and Answers
-
Урок 82. 00:10:40Create Pagination component
-
Урок 83. 00:05:42Implement pagination on the Home page
-
Урок 84. 00:22:04Implement pagination for the rest of the pages
-
Урок 85. 00:09:10Create the Global Search UI
-
Урок 86. 00:19:29Create GlobalSearch Result Component
-
Урок 87. 00:09:22Create Global Search Filters
-
Урок 88. 00:27:26Implement the GlobalSearch action
-
Урок 89. 00:01:42What is Reputation and how to approach it
-
Урок 90. 00:08:32Implement Reputation points for Questions
-
Урок 91. 00:06:03Implement Reputation points for Answers
-
Урок 92. 00:01:09More on Reputation and how to extend it
-
Урок 93. 00:15:56Implement the Badge System
-
Урок 94. 00:05:41Setup AI Answer feature
-
Урок 95. 00:08:46Implement the API route for the AI feature
-
Урок 96. 00:05:40Display the AI results on the UI
-
Урок 97. 00:05:41Setup AI Answer feature
-
Урок 98. 00:04:19Create a Loading state for the Community page
-
Урок 99. 00:02:15Create Loading states for the rest of the pages
-
Урок 100. 00:08:46Create toasts for a few actions
-
Урок 101. 00:05:07What is Metadata and how to implement it
-
Урок 102. 00:18:49Fix bugs and implement Recommendations
-
Урок 103. 00:03:52Upgrade Next.js to the latest version
-
Урок 104. 00:21:28Deploy the application
-
Урок 105. 00:01:59Introduction to the Course
-
Урок 106. 00:01:59Where are the projects_
-
Урок 107. 00:03:41Environment Setup
-
Урок 108. 00:03:09Visual Studio Code
-
Урок 109. 00:01:57Visual Studio Code Extensions
-
Урок 110. 00:03:54Our Workflow
-
Урок 111. 00:04:34Variables Intro
-
Урок 112. 00:07:12Variables
-
Урок 113. 00:01:53Data Types
-
Урок 114. 00:05:13Comments
-
Урок 115. 00:07:11Strings
-
Урок 116. 00:05:01Numbers
-
Урок 117. 00:04:10Booleans
-
Урок 118. 00:04:49Null and Undefined
-
Урок 119. 00:05:12Objects
-
Урок 120. 00:03:23Statically vs Dynamically Typed Languages
-
Урок 121. 00:01:01Operators Intro
-
Урок 122. 00:08:00Arithmetic Operators
-
Урок 123. 00:07:06Comparison Operators and Equality
-
Урок 124. 00:08:53Strict vs Loose Equality
-
Урок 125. 00:04:50Logical Operators Part 1
-
Урок 126. 00:02:59Assignment Operators
-
Урок 127. 00:00:41Intro to Logic and Control Flow Intro
-
Урок 128. 00:05:14If Statement
-
Урок 129. 00:09:23Truthy _ Falsy Values
-
Урок 130. 00:12:06Logical Operators Part 2
-
Урок 131. 00:07:35Switch Statement
-
Урок 132. 00:04:24Ternary Operator
-
Урок 133. 00:10:08Looping - While and For Loops
-
Урок 134. 00:09:20Functions Intro
-
Урок 135. 00:06:52Declaring and Invoking Functions
-
Урок 136. 00:04:12Function Return
-
Урок 137. 00:06:31Arrow Functions
-
Урок 138. 00:06:08Parameters vs Arguments
-
Урок 139. 00:00:48Tricky Parts Intro
-
Урок 140. 00:13:41Scope
-
Урок 141. 00:08:30Hoisting
-
Урок 142. 00:10:03Closures
-
Урок 143. 00:07:46Strings Intro
-
Урок 144. 00:03:56String Length and Basic Properties
-
Урок 145. 00:02:52Change String Case
-
Урок 146. 00:09:09Searching for a Substring
-
Урок 147. 00:02:30Getting a Substring
-
Урок 148. 00:03:03Split a String
-
Урок 149. 00:05:17Reverse, Repeat and Trim a String
-
Урок 150. 00:03:17String Exercise
-
Урок 151. 00:04:25String Exercise Solution
-
Урок 152. 00:07:10Arrays Intro
-
Урок 153. 00:13:48Array Methods
-
Урок 154. 00:08:40Array ForEach
-
Урок 155. 00:04:31Array Map
-
Урок 156. 00:11:15Array Filter
-
Урок 157. 00:04:19Array Find
-
Урок 158. 00:06:27Array Includes
-
Урок 159. 00:05:43Array Sort
-
Урок 160. 00:04:21Array Some and Every
-
Урок 161. 00:09:28Array Reduce
-
Урок 162. 00:05:31Objects Intro
-
Урок 163. 00:06:49Accessing, Adding and Updating Properties of an Object
-
Урок 164. 00:04:56Built in Methods
-
Урок 165. 00:09:27Methods
-
Урок 166. 00:06:40Value vs Reference Intro
-
Урок 167. 00:04:21Value vs Reference Explanation
-
Урок 168. 00:08:19Shallow Cloning
-
Урок 169. 00:06:50Deep Cloning
-
Урок 170. 00:03:34Intro to DOM
-
Урок 171. 00:06:57Selecting Elements
-
Урок 172. 00:06:55Elements Properties and Methods
-
Урок 173. 00:05:16Working with Classes
-
Урок 174. 00:06:42Creating, Traversing and Removing Nodes
-
Урок 175. 00:07:52The _new_ Keyword
-
Урок 176. 00:08:25The _this_ Keyword
-
Урок 177. 00:08:27Classes
-
Урок 178. 00:06:12Intervals and Timers
-
Урок 179. 00:06:24Introduction to Asynchronous JavaScript
-
Урок 180. 00:08:26Callbacks
-
Урок 181. 00:09:03Callback Hell_
-
Урок 182. 00:10:12Promises
-
Урок 183. 00:08:47Async-Await
-
Урок 184. 00:09:28Modern JavaScript Intro _ Recap
-
Урок 185. 00:07:31Module Imports and Exports
-
Урок 186. 00:06:47Rest and Spread Operators
-
Урок 187. 00:09:14Object and Array Destructuring
-
Урок 188. 00:01:30Intro
-
Урок 189. 00:03:41Environment Setup
-
Урок 190. 00:03:17Visual Studio Code Setup
-
Урок 191. 00:02:00Business Masterclass Intro
-
Урок 192. 00:06:22Reading RFP
-
Урок 193. 00:07:45Proposal Template
-
Урок 194. 00:14:25CryptoKet Proposal
-
Урок 195. 00:10:53Project Setup
-
Урок 196. 00:07:27ESLint Setup
-
Урок 197. 00:03:13Tailwind Introduction
-
Урок 198. 00:06:19Git _ GitHub Setup
-
Урок 199. 00:06:40Next.js File-Based Routing and Setup
-
Урок 200. 00:08:20Reusable Logic
-
Урок 201. 00:54:52Navbar Development
-
Урок 202. 00:23:04Footer Development
-
Урок 203. 00:11:30Banner Development
-
Урок 204. 00:36:04Top Sellers
-
Урок 205. 00:20:12Hot Bids Part 1
-
Урок 206. 00:05:07Hot Bids Part 2
-
Урок 207. 00:21:35Create NFT Page
-
Урок 208. 00:14:58Create NFT Page Input
-
Урок 209. 00:10:46Hardhat Setup Metamask Configuration
-
Урок 210. 00:16:37Smart Contract Configuration
-
Урок 211. 00:04:15Update and Get Listing Price
-
Урок 212. 00:05:48Function Create Token
-
Урок 213. 00:05:50Function CreateMarketItem
-
Урок 214. 00:04:47Function ResellToken
-
Урок 215. 00:07:09Function CreateMarketSale
-
Урок 216. 00:12:49Fetching NFTs Solidity
-
Урок 217. 00:13:20Deploying Smart Contract
-
Урок 218. 00:13:21NFT Context
-
Урок 219. 00:10:28Connect MetaMask Wallet
-
Урок 220. 00:12:37Upload Image to IPFS
-
Урок 221. 00:26:10Create NFTs
-
Урок 222. 00:19:12Fetching NFTs Next.js
-
Урок 223. 00:06:55What We_ve Done so far
-
Урок 224. 00:16:30Listed NFTs Page
-
Урок 225. 00:14:50My NFTs Page
-
Урок 226. 00:23:31NFT Details Page
-
Урок 227. 00:28:25Modal Development
-
Урок 228. 00:19:18Buy NFTs
-
Урок 229. 00:25:51Resell NFT
-
Урок 230. 00:23:41Best Creators Bonus Lecture
-
Урок 231. 00:36:06SearchBar Development
-
Урок 232. 00:06:10Reusing the search bar
-
Урок 233. 00:15:01Small Bug Fixes
-
Урок 234. 00:26:03Let_s get to Testing
-
Урок 235. 00:07:38Global NFT Loading
-
Урок 236. 00:01:30Welcome!
-
Урок 237. 00:03:41Environment Setup
-
Урок 238. 00:03:17Visual Studio Code Setup
-
Урок 239. 00:09:17The Beginning
-
Урок 240. 00:07:16ESlint Configuration
-
Урок 241. 00:04:19GitHub Setup
-
Урок 242. 00:04:41Depedencies
-
Урок 243. 00:04:41Intro _ Documentation
-
Урок 244. 00:16:15Component Structure _ Routing
-
Урок 245. 00:05:32Styling
-
Урок 246. 00:03:36Commits
-
Урок 247. 00:26:15Navigation Bar
-
Урок 248. 00:28:30Sidebar
-
Урок 249. 00:28:43Redux Setup
-
Урок 250. 00:16:36Rendering Movies
-
Урок 251. 00:10:53Finishing Movie View
-
Урок 252. 00:07:01Movie Categories
-
Урок 253. 00:04:01Genre Icons
-
Урок 254. 00:11:36Redux Slice
-
Урок 255. 00:16:26Switch Genre Functionality
-
Урок 256. 00:17:41Search Functionality
-
Урок 257. 00:32:52Authentication
-
Урок 258. 00:02:53Authentication Solution
-
Урок 259. 00:07:39Finalizing Authentication
-
Урок 260. 00:34:44Movie Information Page - Part 1
-
Урок 261. 00:23:23Movie Information Page - Part 2
-
Урок 262. 00:10:37Movie Recommendations
-
Урок 263. 00:10:58Movie Trailer
-
Урок 264. 00:03:43Actor Page Assignment
-
Урок 265. 00:20:04Actor Page
-
Урок 266. 00:13:14Pagination
-
Урок 267. 00:03:13Small Fix
-
Урок 268. 00:12:43Responsiveness Adjustments
-
Урок 269. 00:25:19Favorited and Watchlisted Movies
-
Урок 270. 00:10:48Dark Mode
-
Урок 271. 00:16:38Alan AI - Part 1
-
Урок 272. 00:05:19Alan AI - Part 2
-
Урок 273. 00:20:50Alan AI - Part 3
-
Урок 274. 00:15:09Featured Movie Card
-
Урок 275. 00:03:24Minor Fixes
-
Урок 276. 00:03:24Deployment
-
Урок 277. 01:21:28Land Your Dream Dev Job in 6 Months
-
Урок 278. 00:39:55The Ultimate Git, GitHub, and Conflicts Guide
-
Урок 279. 00:24:42Introduction to Figma for Developers
-
Урок 280. 00:22:35Learn How to Code More Efficiently
-
Урок 281. 00:40:59GitHub Profile Guide
-
Урок 282. 00:35:14LinkedIn Profile Guide
- Категории
- Источники
- Все курсы
- Разделы
- Книги
https://www.jsmastery.pro/ultimate-next-course
actual global.css
When deployment videos?
/endrant
Sorry that you've to read my vicious rant :) Good luck on your learning jorney brother!
Thank you for your update but it looks like we're missing the project files for the Cryptoket and Filmpire project files, can you help us check it?
https://www.figma.com/file/2vtjgodtBxTdg0zOUHPvXh/Course-Designs?type=design&node-id=0%3A1&mode=design&t=kE2VnjGXGIiOk2PY-1
Can you upload the correct CSS files? also tailwind/prettier config from that section :) thanks
In a few days i will add repo as a .zip..... and maybe figma as well.
I encourage everyone doing this also