101. | How do software systems achieve zero downtime on new deploys? | 81 | |
|
102. | How to connect Next.js to a database (in 5 minutes) | 80 | |
|
103. | What are my thoughts on next.js app router vs pages router | 80 | |
|
104. | Why understanding concurrency in Go is so important | 80 | |
|
105. | Here is a more challenging react interview exercise | 80 | |
|
106. | I'm starting a new full stack project series | next, tailwind, prisma - part 1 | 80 | |
|
107. | This is why I love drizzle ORM | 80 | |
|
108. | Why serverless is sometimes GOATED (removing 1,000 image backgrounds in seconds) | 80 | |
|
109. | This is a good intermediate react interview challenge | 79 | |
|
110. | This is the best way to protect your APIs | 79 | |
|
111. | State of Javascript 2023 - everyone is unhappy | 78 | |
|
112. | The most important React concepts to learn first (as a beginner) | 77 | |
|
113. | How to create a class in Javascript #shorts | 77 | Tutorial |
|
114. | Can I pass this harder linkedin javascript quiz? | 77 | |
|
115. | A subscriber was asked these interview questions for a junior front end role (React) | 77 | |
|
116. | I made a free next.js template using lucia auth (oauth, email, magic link, forgot password) | 76 | |
|
117. | Why I love AWS Amplify - Deploy Next.js (T3 Stack) in 5 minutes | 75 | |
|
118. | I don't understand the caching with next.js's app router #shorts | 75 | |
|
119. | Higher order functions are awesome Javascript patterns for extending function logic #shorts | 74 | |
|
120. | How to sum an array in javascript using the reduce method #shorts | 73 | Tutorial |
|
121. | You'll want to learn this console.log tip in javascript #shorts | 73 | Vlog |
|
122. | Why I use docker for my web dev projects | 73 | |
|
123. | Why you probably do not need useEffect | 72 | |
|
124. | Why prisma calls directly in Next is a MISTAKE | 71 | |
|
125. | How to use javascript symbols to overwrite default iteration behavior #shorts | 71 | Tutorial |
|
126. | How to pick the best programming language to learn #shorts | 71 | Tutorial |
|
127. | My favorite tool for browsing SQL databases (not sponsored) | 70 | |
|
128. | How I implement a credit systems using stripe | 70 | |
|
129. | I might be enjoying Remix more than Next | 70 | |
|
130. | NEOVim BTW | 69 | |
|
131. | I made a library to fix tailwind | 69 | |
|
132. | I'm learning Go again because I'm bored | 69 | |
|
133. | What is my favorite React state management library | 68 | |
|
134. | I built an app using voice to text only | 68 | |
|
135. | How to persist the shopping cart state to local storage | 68 | Guide |
|
136. | Why I dislike inversion of control containers | 68 | |
|
137. | How to extract patterns from strings using regex groups #shorts | 68 | Tutorial |
|
138. | Building out an emailer using Go & Templ & SQLite | 67 | |
|
139. | Save Your Time - I deployed Next.js to different services (so you don't have to) | 67 | |
|
140. | Why I removed google analytics (what how I track analytics now) | 66 | |
|
141. | How to make a pull request on an open source project | 66 | Tutorial |
|
142. | How to contribute to open source projects (our community project walkthrough) | 65 | Tutorial |
|
143. | Write cleaner JSON with this JSON Stringify tip #shorts | 65 | |
|
144. | Here is another fun react beginner challenge - build a stop light | 65 | |
|
145. | Live coding MERN stack todo list with authentication | 65 | |
|
146. | My Favorite UI Library Always Pulls Through | 65 | |
|
147. | I spent an hour debugging this react error | 64 | |
|
148. | Can the cheapest $4 VM host a next app? | 64 | |
|
149. | How to remove elements from an Javascript array #shorts | 63 | Tutorial |
|
150. | Live refactoring a subscribers React SPA anime application | 63 | |
|
151. | This is why learning typescript generics is important | 62 | |
|
152. | Coding an online marketplace using Clerk and T3 Stack (Next, React, Prisma, Tailwind) | 62 | |
|
153. | This is how I write cleaner react code - live refactoring a subscribers react project | 62 | |
|
154. | How much 💰 has my first online course made since launch? | 62 | |
|
155. | The take home assignment that got me hired 8 years ago - beginner react practice problem | 61 | |
|
156. | Is lifting react state up our only option in react? | 61 | |
|
157. | This is why your site might need a cookie banner | 61 | |
|
158. | How I generated 10,000 PDFs in seconds using SST | 61 | |
|
159. | How to setup Lucia auth in Next.js (in 8 minutes) | 60 | |
|
160. | Why I always use react-query on my react apps | 60 | |
|
161. | How to loop over each key value pair in a javascript object #shorts | 60 | Tutorial |
|
162. | How I created a new SaaS Product in a day | 60 | |
|
163. | JavaScript Form Validation | How to Validate a Contact Us Form | 60 | Tutorial |
|
164. | How to know if a javascript array contains any even numbers using some #shorts | 60 | Tutorial |
|
165. | How do we scale web applications? | 60 | |
|
166. | This is when testing in software starts to suck | 59 | |
|
167. | This is why you'll want the Notifications API | 59 | |
|
168. | This is the real purpose for react context | 59 | |
|
169. | Building a Subscription Based SaaS with my Favorite Tech Stack (Next.js, Stripe, Convex, Clerk) | 59 | |
|
170. | Why I think SSR is a better approach | 58 | |
|
171. | Why a SEPARATE TABLE is more secure | 58 | |
|
172. | This is why you need a centralized logger on your software systems | 58 | Vlog |
|
173. | System Level AWS Interview Design Challenge: Reacting to TomDoesTech 🔥🏆 | 58 | |
|
174. | This is what 2 weeks of open source collaboration can produce | 57 | |
|
175. | This is the AI Gold Rush (now go sell some shovels) | 57 | |
|
176. | how to create a setter function on a javascript object literal #shorts | 56 | Tutorial |
|
177. | It's ok to not live on the bleeding edge tech | 56 | |
|
178. | I've been using Supabase and I kind of like it | 56 | |
|
179. | Can you solve this beginner react challenge? - wack-a-mole | 55 | |
|
180. | Refactoring this subscribers React app was harder than expected | 55 | |
|
181. | How to navigate larger code bases | 55 | |
|
182. | So far I really like next.js app router and RSC | 55 | |
|
183. | Why useEffect causes infinite loops - fix it with useCallback | 55 | |
|
184. | How I would design a reservation system | 54 | |
|
185. | I finally tried learning the GOTH stack | 54 | |
|
186. | How to use regex to check if a javascript string contains a pattern #shorts | 54 | Tutorial |
|
187. | This is probably the most useful software design pattern | 54 | |
|
188. | Why I often use AWS lambda and serverless architecture | 54 | |
|
189. | What VSCode shortcuts do I use to be efficient at coding | 54 | |
|
190. | What extensions do I use in VSCode? | 53 | |
|
191. | How to create a getter function on a javascript object literal #shorts | 53 | Tutorial |
|
192. | Why I often write unit tests before writing javascript | 53 | |
|
193. | Trying to answer interview questions a subscriber was asked for junior full stack position | 53 | |
|
194. | This react interview challenge was awesome to solve | 53 | |
|
195. | How to use ES6 Modules to separate your javascript into multiple files #shorts | 52 | Tutorial |
|
196. | Trying an "easy" Leet Code interview practice problem | 52 | |
|
197. | Drag and drop in react was a lot easier than I thought | 52 | |
|
198. | React's useEffect hook always confuses me | 52 | |
|
199. | This is how I like to do image uploads on my full stack apps | 51 | |
|
200. | How to use Redux and Redux Thunk with React Tutorial | 51 | Tutorial |
|