101. | How to persist the shopping cart state to local storage | 30,635 | Guide |
|
102. | How to use Object.fromEntries to convert arrays to objects #shorts | 30,315 | Tutorial |
|
103. | Now AI can generate full system diagrams 😱 https://eraser.io/diagramgpt #shorts | 30,230 | |
|
104. | If you're writing React in Typescript, you'll want to bookmark this site. | 30,075 | |
|
105. | An overview of the create T3 App (Next, Typescript, Tailwind, tRPC, Next-Auth) | 29,748 | |
|
106. | Live Coding a Memory Game: HTML, CSS, Javascript | 29,111 | Tutorial |
|
107. | Here is a more challenging react interview exercise | 29,041 | |
|
108. | My best advice for using Cursor | 28,652 | |
|
109. | Deploying to a VPS just got Way Easier | 28,390 | |
|
110. | This is the coolest side project I've worked on | 28,230 | |
|
111. | I'm starting a new full stack project series | next, tailwind, prisma - part 1 | 28,120 | |
|
112. | Adding protected routes in Next (Next-Auth and getServerSideProps) | 28,104 | |
|
113. | Is Bolt.new actually a Cursor.ai and v0 killer? | 28,021 | |
|
114. | This is what 2 weeks of open source collaboration can produce | 27,996 | |
|
115. | Live refactoring a subscribers React SPA anime application | 27,902 | |
|
116. | I think I was wrong about AWS Amplify | 27,807 | |
|
117. | How to pick the best programming language to learn #shorts | 27,751 | Tutorial |
|
118. | Why I'm moving my side project from Vercel to AWS | 27,683 | |
|
119. | When should you use forEach vs map in Javascript #shorts | 26,942 | |
|
120. | How to easily clone an array in javascript #shorts | 26,877 | Tutorial |
|
121. | How web applications are secured | 26,792 | |
|
122. | What are my thoughts on Bun? | 26,518 | |
|
123. | Why I use docker for my web dev projects | 26,469 | |
|
124. | Experimenting with a react MVC concept (don't do this) | 26,408 | |
|
125. | Do this before you deploy to Vercel | 26,403 | |
|
126. | Why my indie hacking dreams are dying | 26,342 | |
|
127. | This is how I write cleaner react code - live refactoring a subscribers react project | 26,207 | |
|
128. | This typescript keyword can catch lots of possible errors #shorts | 26,189 | |
|
129. | My Favorite UI Library Always Pulls Through | 25,999 | |
|
130. | I got 10x faster performance from this simple Node.js refactor | 25,986 | |
|
131. | Why you should not use magic numbers in your Javascript and how to clean them up #shorts | 25,752 | Tutorial |
|
132. | Why I always use ESLint in my projects | 25,736 | |
|
133. | This aws lambda issue was impossible to debug | 25,698 | |
|
134. | My Top 6 Tips for Becoming a Better Web Developer | 25,325 | |
|
135. | What services might you need when building a SaaS product? | 25,106 | |
|
136. | Live coding MERN stack todo list with authentication | 25,061 | |
|
137. | How does block scoping work with javascript variables | 24,943 | |
|
138. | How to refresh your react server components when data changes #shorts | 24,893 | Tutorial |
|
139. | Why I stopped using REST for side projects | 24,826 | |
|
140. | A subscriber was asked these interview questions for a junior front end role (React) | 24,822 | |
|
141. | hello Javascript, oh how I've missed you | 24,402 | |
|
142. | Why I always use react-query on my react apps | 24,316 | |
|
143. | This is how I recommend you learn Recursion in Javascript | 24,302 | |
|
144. | My advice for becoming a web dev in 2023 | 23,417 | |
|
145. | Coding Tic Tac Toe in Javascript: Part 1 | 23,207 | |
|
146. | CSS Battle #1 - Leafy Trail | 23,197 | |
|
147. | Next.js's reputation is officially cooked | 23,179 | |
|
148. | How to use read and write streams in node.js for BIG CSV files | 22,983 | Tutorial |
|
149. | Making my wife a senior vibe coder | 22,702 | |
|
150. | This self hosted emailer might just kill resend.io | 22,070 | |
|
151. | The take home assignment that got me hired 8 years ago - beginner react practice problem | 22,017 | |
|
152. | Drawing flow charts is key to solving complex software problems https://eraser.io | 21,866 | |
|
153. | How I created a new SaaS Product in a day | 21,832 | |
|
154. | Can Github Copilot write an entire express app? | 21,758 | |
|
155. | Turn Bad Code into Good Code (Javascript, TypeScript, Node, Jest, unit Testing) | 21,598 | |
|
156. | How to store a unique collection of values in javascript #shorts | 21,534 | Tutorial |
|
157. | How to Code a Web Crawler using NodeJs | 21,305 | Tutorial |
|
158. | A subscriber said my website was slow, so I improved it | 21,295 | |
|
159. | How do I like to do freelance work? | 20,837 | |
|
160. | Is learning to code pointless? | 20,590 | |
|
161. | The proper way to secure your databases | 20,538 | |
|
162. | you need to write tests when this starts to happen | 20,338 | |
|
163. | Why I'm removing Daisy UI from my side projects and some refactoring | 20,256 | |
|
164. | Building a Subscription Based SaaS with my Favorite Tech Stack (Next.js, Stripe, Convex, Clerk) | 20,218 | |
|
165. | How to Upload to a Private S3 Bucket from the Browser | 20,108 | Tutorial |
|
166. | Photo Album Next.js Tutorial (with Server Actions, Cloudinary, Shadcn) | 20,045 | Tutorial |
|
167. | I don't understand the caching with next.js's app router #shorts | 19,639 | |
|
168. | This react interview challenge was awesome to solve | 19,597 | |
|
169. | Javascript Practice Problems: Count Characters in String | 19,490 | |
|
170. | How to setup a CI/CD pipeline using Github Actions by running automated jest unit tests | 19,269 | Tutorial |
|
171. | This is the real purpose for react context | 19,101 | |
|
172. | The EASIEST Way to Build Mobile Apps (as a Web Developer) | 18,989 | |
|
173. | Why you probably do not need useEffect | 18,915 | |
|
174. | The map function is probably the most useful array function in javascript #shorts | 18,830 | |
|
175. | This is why learning typescript generics is important | 18,760 | |
|
176. | Building an online multiplayer snowball throwing game (vanilla js, node, socket.io) | 18,722 | |
|
177. | You'll eventually need to learn eventual consistency | 18,614 | |
|
178. | The last video on javascript promises you'll ever need to watch | 18,555 | |
|
179. | No joke, I'm switching to remix after this bug | 18,411 | |
|
180. | How to code a HANGMAN GAME with PYTHON | 18,225 | Tutorial |
|
181. | This extension makes logging SO much easier https://console-ninja.com/?referrer=webdevcody #shorts | 18,221 | Vlog |
|
182. | The important things to know about React state and renders | 18,013 | |
|
183. | How to use Redux and Redux Thunk with React Tutorial | 17,799 | Tutorial |
|
184. | I just finished the most exciting 4 hour coding challenge | 17,686 | |
|
185. | Learn the power of typescript generics #shorts | 17,502 | |
|
186. | The most important function to write performant next.js apps | 17,312 | |
|
187. | State of Javascript 2023 - everyone is unhappy | 17,265 | |
|
188. | Generators are cool ways to have infinitely running functions #shorts | 16,779 | |
|
189. | Here is a safer way to default variables in Javascript #shorts | 16,775 | |
|
190. | How to combine two arrays together in javascript #shorts | 16,449 | Tutorial |
|
191. | Why I like to decouple my React views from my logic | 16,432 | |
|
192. | How to find where you declared a variable using this VSCode shortcut #shorts | 16,342 | Tutorial |
|
193. | Coding an online marketplace using Clerk and T3 Stack (Next, React, Prisma, Tailwind) | 16,241 | |
|
194. | Refactoring this subscribers React app was harder than expected | 16,053 | |
|
195. | Trying CSS Battle #1 ⚔️ - Target #8, Forking Crazy🍴 | 15,976 | |
|
196. | How to contribute to open source projects (our community project walkthrough) | 15,843 | Tutorial |
|
197. | Writing a dApp using Solidity, Truffle, Ganache, MetaMask | Part 1 | 15,835 | |
|
198. | How do software systems achieve zero downtime on new deploys? | 15,817 | |
|
199. | Here is another fun react beginner challenge - build a stop light | 15,756 | |
|
200. | Live Coding a Shopping Cart using Vue | 15,608 | Tutorial |
|