| 301. | Turn Bad Code into Good Code (Javascript, TypeScript, Node, Jest, unit Testing) | 38 | |
|
| 302. | Live coding a discord clone prototype using T3 stack and Agora | 38 | |
|
| 303. | How to refresh your react server components when data changes #shorts | 37 | Tutorial |
|
| 304. | Live Coding a Memory Game: HTML, CSS, Javascript | 37 | Tutorial |
|
| 305. | My side project now has 4 paying customers | 37 | |
|
| 306. | I don't know how to use react-query because I didn't read all the docs π€ | 37 | Tutorial |
|
| 307. | Why I use TDD to write react components (expanding upon my MVC example) | 37 | |
|
| 308. | This is the weirdest pitfall about Next.js server actions | 37 | |
|
| 309. | Clean up your code using object destructuring in Javascript #shorts | 37 | |
|
| 310. | Live coding a Speed Typing Game in Javascript, HTML, and CSS | 36 | |
|
| 311. | React Challenge - Can you Build a Multi-Select State Dropdown? | 36 | |
|
| 312. | taking a beginner javascript quiz just because... | 36 | |
|
| 313. | A bot was flooding a subscribers application with emails, here is a fix | 36 | |
|
| 314. | Applying layered architecture to my t3 stack api | 36 | |
|
| 315. | This is how you can run async jobs in Next.js with server actions | 36 | |
|
| 316. | My misunderstanding of next.js confused me during my live stream | 36 | |
|
| 317. | Here is another great React practice problem (Tower of Hanoi) | 36 | |
|
| 318. | I just finished the most exciting 4 hour coding challenge | 36 | |
|
| 319. | This is how I made my AI icon generator SaaS - (T3 Stack, Stripe, Amplify, S3, Dall-E API, Next) | 36 | |
|
| 320. | When should you refactor larger React components into smaller ones | 36 | |
|
| 321. | Next.js parallel routes are awesome (if they worked correctly) | 36 | |
|
| 322. | Why you should not use magic numbers in your Javascript and how to clean them up #shorts | 35 | Tutorial |
|
| 323. | How do software projects achieve zero downtime database migrations? | 35 | |
|
| 324. | Building a Minecraft Server Hosting Company Series - VLOG #1 | 35 | |
|
| 325. | How to store a unique collection of values in javascript #shorts | 35 | Tutorial |
|
| 326. | Adding a search by title filter to my full stack app (next, prisma, tailwind) part 5 | 35 | |
|
| 327. | How to dynamically render html tag types in React | 34 | Tutorial |
|
| 328. | Here are the winners of the Hackathon | 34 | |
|
| 329. | How to setup Supabase email registration with next app router | 34 | Tutorial |
|
| 330. | What are the most useful beginner VSCode short cuts to learn? | 34 | |
|
| 331. | I'm converting my starter kit promo site to just Hono | 34 | |
|
| 332. | Coding Tic Tac Toe in Javascript: Part 1 | 34 | |
|
| 333. | How I am building an email newsletter application (tailwind, next.js, dynamodb, aws ses) | 34 | |
|
| 334. | This is why understanding database concurrency control is important | 34 | |
|
| 335. | How to prevent race conditions in a reservation system | 34 | Tutorial |
|
| 336. | You'll want to understand this auto-scroll behavior in react | 34 | |
|
| 337. | This is why JavaScript proxies are important | 34 | |
|
| 338. | Why abstractions are useful (storing openai conversations into a db) | 34 | |
|
| 339. | The map function is probably the most useful array function in javascript #shorts | 34 | |
|
| 340. | Writing a dApp using Web3 and Solidity Contract, Truffle, Ganache, MetaMask | Part 2 | 34 | |
|
| 341. | Why you should version your api endpoints | 33 | |
|
| 342. | Successfully Break into the Software Industry: College vs Bootcamps, Soft Skills, Resumes | 33 | |
|
| 343. | Here is another fun beginner React challenge (image slider) | 33 | |
|
| 344. | Keep your database organized using ER diagrams https://eraser.io/cody #shorts | 33 | |
|
| 345. | How much better is Dalle-3 than Dalle-2? | 33 | |
|
| 346. | Trying Next.js 13 and Strapi CMS (collab with Coding After 30) | 32 | |
|
| 347. | I created a klack.app clone using Go | 32 | |
|
| 348. | Could you figure out this security vulnerability by yourself? I couldn't. | 32 | |
|
| 349. | How I added S3 Image Uploads to my Next.js App (using tRPC) | 32 | |
|
| 350. | You'll eventually encounter this on larger distributed systems | 32 | |
|
| 351. | Walkthrough of how I set up Next-Auth with Prisma Adapter (Planetscale) | 32 | Walkthrough |
|
| 352. | CSS Battle - #15 Overlap | 32 | |
|
| 353. | This is the most challenging React problem on my channel | 32 | |
|
| 354. | How to code a HANGMAN GAME with PYTHON | 32 | Tutorial |
|
| 355. | Why throttled queues are important when building software systems | 32 | |
|
| 356. | This is how I recommend you learn Recursion in Javascript | 32 | |
|
| 357. | CSS Battle #12 - Door Knob | 31 | |
|
| 358. | How to make resilient web applications with retries | 31 | Tutorial |
|
| 359. | Why you'll need client components in Next.js | 31 | |
|
| 360. | This is why wrapping third party libraries is important (mocking next-auth sessions locally) | 31 | |
|
| 361. | Youtube Oauth was easier than I thought | 31 | |
|
| 362. | How I'm doing authentication on my simple Go app (with Fiber) | 31 | |
|
| 363. | Live Coding a Simon Game: HTML, CSS, Javascript | 31 | |
|
| 364. | How to host a website on digital ocean with nginx | 31 | Tutorial |
|
| 365. | The newest hook to learn in Next.js 15 RC | 31 | |
|
| 366. | How many components can react render in 1 second? | 31 | |
|
| 367. | Building a text adventure RPG using OpenAI and LangChain | 31 | |
|
| 368. | Why I like to use Clean Architecture for my software projects | 31 | |
|
| 369. | This live refactoring was too hard to finish - refactoring a react app & express api | 30 | |
|
| 370. | My React hook from yesterday was BAD, I made it better | 30 | |
|
| 371. | My thoughts on the Next.js 14 release | 30 | |
|
| 372. | How to share state between React Routes by Lifting State | 30 | Tutorial |
|
| 373. | This is why testing is hard | 30 | |
|
| 374. | Start Mastering Tailwind through this Fun Frontend Mentor Challenge | 30 | |
|
| 375. | Why you should clean up react effects using fetch | 30 | |
|
| 376. | A practical react example using maps for permission checkboxes (good interview practice problem) | 30 | |
|
| 377. | Coding an Omegle clone MERN prototype (with Next.js, Mongo, and Agora) | 30 | |
|
| 378. | Reviewing a subscriber's next.js project | 30 | |
|
| 379. | How to track execution time of javascript api calls using performance.now #shorts | 30 | Tutorial |
|
| 380. | Comparing my M1 Air to my old MacBook Pro 2015 (for coding) | 30 | |
|
| 381. | Solving a Fun Beginner's Web Design Challenge using React & Tailwind | 29 | |
|
| 382. | How to Design an Email Invite System | 29 | Tutorial |
|
| 383. | Adding filtering to my full stack build order web application (part 4, next.js, tailwind, prisma) | 29 | |
|
| 384. | This is why webhooks are important | 29 | |
|
| 385. | Component streaming is essential for performant Next.js applications #shorts | 29 | |
|
| 386. | How does block scoping work with javascript variables | 29 | |
|
| 387. | V0 coded a calculator 30x faster than me | 29 | |
|
| 388. | This is why useFormState and useFormStatus are important | 29 | |
|
| 389. | AWS Aurora Serverless Overview (Terraform, Global cluster, Multi-region Replica) | 29 | |
|
| 390. | WARNING: bots are waiting for your insecure deployments | 28 | |
|
| 391. | How I setup stripe in my Next.js side project | 28 | |
|
| 392. | Building an online multiplayer snowball throwing game (vanilla js, node, socket.io) | 28 | |
|
| 393. | Final Fantasy X Piano Collections - Attack | Assault | 28 | | Final Fantasy X
|
| 394. | How I created JKnob with a VSCode Language Extension - an interpreted programming language | 28 | |
|
| 395. | How I implement role based authorization to my T3 Stack application | 27 | |
|
| 396. | Just building an express REST API with some Jest Testing | Part 1 | 27 | |
|
| 397. | How to use Object.fromEntries to convert arrays to objects #shorts | 27 | Tutorial |
|
| 398. | Why you should be using feature flags for your web applications | 27 | |
|
| 399. | A quick start guide for using Convex with Next.js | 27 | |
|
| 400. | This is why decoupling your software systems is important | 27 | |
|