2022-08-07 | Why you should not use magic numbers in your Javascript and how to clean them up #shorts | 0:57 | 25,752 | Tutorial |
|
2022-08-06 | A better way to loop over your arrays in javascript #shorts | 0:56 | 32,394 | |
|
2022-08-05 | Helping a subscriber learn Jest and mocking a bit | 10:09 | 3,821 | |
|
2022-08-05 | Clean up your code using object destructuring in Javascript #shorts | 0:41 | 55,777 | |
|
2022-08-04 | An overview of how blue-green deployments work (with AWS examples) | 14:18 | 1,387 | |
|
2022-08-04 | You'll want to learn this console.log tip in javascript #shorts | 0:44 | 66,243 | Vlog |
|
2022-08-03 | Live refactoring a subscribers React SPA anime application | 31:51 | 27,902 | |
|
2022-08-02 | Why I like to decouple my React views from my logic | 13:08 | 16,432 | |
|
2022-08-02 | Extract only the elements you need from an array with the filter method #shorts | 0:55 | 8,573 | |
|
2022-08-01 | Live coding a feature into my community online classroom project (tRPC, Next.js, TailwindCSS) | 11:55 | 3,071 | |
|
2022-08-01 | How to use array destructuring to simplify your javascript code #shorts | 0:56 | 34,698 | Tutorial |
|
2022-07-31 | How we use DynamoDB streams to replicate data into Elasticsearch | 8:39 | 2,546 | |
|
2022-07-31 | Refactoring some code and maybe working on a project | 3:17:28 | 8,079 | |
|
2022-07-30 | Live refactoring a subscribers React code for my side project | 52:18 | 5,666 | |
|
2022-07-29 | How do I stay motivated on my coding side projects | 6:45 | 3,298 | |
|
2022-07-28 | What I would have changed on my early coding journey | 9:03 | 3,812 | |
|
2022-07-27 | When over abstracting react code goes too far | 5:39 | 3,298 | |
|
2022-07-26 | Sharing a distributed computing system design from a real software problem | 13:08 | 1,886 | |
|
2022-07-25 | What approach do I take to learn new tech | 8:21 | 2,734 | |
|
2022-07-24 | When you start comparing your coding knowledge to others | 5:52 | 1,924 | |
|
2022-07-24 | Write cleaner JSON with this JSON Stringify tip #shorts | 1:00 | 75,663 | |
|
2022-07-23 | Adding protected routes in Next (Next-Auth and getServerSideProps) | 7:49 | 28,104 | |
|
2022-07-23 | Just a chat about SQL and NoSQL and DynamoDB | 11:28 | 470 | |
|
2022-07-23 | Use optional chaining in javascript to write better code #shorts | 1:00 | 94,980 | |
|
2022-07-22 | when you don't feel knowledgable enough to speak up | 7:35 | 686 | |
|
2022-07-22 | Live refactoring a subscriber's React code | 32:32 | 105,903 | |
|
2022-07-22 | This is why closures are important in javascript #shorts | 0:59 | 322,574 | |
|
2022-07-21 | What's the difference between a website and a web app | 5:03 | 5,485 | |
|
2022-07-21 | Generators are cool ways to have infinitely running functions #shorts | 0:53 | 16,779 | |
|
2022-07-20 | Extending tRPC context interface using typescript extends | 5:42 | 1,084 | |
|
2022-07-20 | Clean up your javascript code by using object destructing #shorts | 0:59 | 4,873 | |
|
2022-07-19 | My list of advanced web development topics you should learn | 31:16 | 14,424 | |
|
2022-07-19 | How to clean up code by using default function parameters #shorts | 0:51 | 6,105 | Tutorial |
|
2022-07-18 | I was wrong, Bun is FASTER than node (but filled with bugs) | 12:24 | 1,087 | |
|
2022-07-18 | Using options objects as parameters will often make your functions easier to manage #shorts | 1:00 | 256,819 | |
|
2022-07-17 | Here is a safer way to default variables in Javascript #shorts | 0:49 | 16,775 | |
|
2022-07-17 | Refactoring code for my Next.js Application (keeping things DRY) | 14:29 | 2,599 | |
|
2022-07-17 | Practice with building React components with Tailwind and Typescript | 2:39:54 | 4,548 | |
|
2022-07-16 | A better way to doing if statements in javascript #shorts | 1:00 | 472,303 | |
|
2022-07-15 | How I added S3 Image Uploads to my Next.js App (using tRPC) | 11:05 | 13,874 | |
|
2022-07-14 | Why I stopped using REST for side projects | 7:36 | 24,826 | |
|
2022-07-13 | How to use Cypress to write E2E Tests over a Registration Page | 12:53 | 1,986 | Tutorial |
|
2022-07-12 | Comparing my M1 Air to my old MacBook Pro 2015 (for coding) | 7:42 | 3,168 | |
|
2022-07-12 | I tried to benchmark bun, but I think my testing was bad | 13:35 | 2,531 | |
|
2022-07-10 | An overview of the create T3 App (Next, Typescript, Tailwind, tRPC, Next-Auth) | 16:29 | 29,748 | |
|
2022-07-10 | Working on a side project in Next.js, Prisma, Next-Auth, T3 Stack | 2:13:57 | 4,358 | |
|
2022-07-07 | This is what shiny object syndrome looks like | 6:14 | 3,113 | |
|
2022-07-06 | I was wrong, just use typescript | 7:19 | 10,732 | |
|
2022-07-05 | Practicing TDD using Jest and Node (JavaScript) for calorie tracker cli tool | 29:45 | 545 | |
|
2022-07-04 | I don't use a lot of the tech taught on my channel | 5:49 | 610 | |
|
2022-07-03 | Practicing TDD with Jest & Javascript building a Calorie Tracker CLI tool (Nodejs) | 29:56 | 1,376 | |
|
2022-07-02 | How to use Redux Toolkit in your React Application to manage state | 14:07 | 13,931 | Tutorial |
|
2022-06-30 | Walkthrough of how I set up Next-Auth with Prisma Adapter (Planetscale) | 10:01 | 15,108 | Walkthrough |
|
2022-06-27 | Building a real time chat application with React | 20:01 | 1,520 | |
|
2022-06-21 | Building a real time chat application with Vue 3 (composition API) | 20:57 | 5,849 | |
|
2022-06-20 | My coding journey | 29:11 | 660 | |
|
2022-06-19 | Refactoring and decoupling some react code (dry, kiss, yagni, wet) | 13:08 | 4,477 | |
|
2022-06-18 | When should you abstract code away? (with basic React example) | 6:44 | 3,247 | |
|
2022-06-17 | Trying Chakra UI For the First Time | Learning Session | 33:53 | 480 | |
|
2022-06-16 | How do server side authentication sessions work (express & cookies) | 15:26 | 13,940 | |
|
2022-06-14 | Why are there so many different ways to style a react app? | 13:45 | 372 | |
|
2022-06-12 | How to add pagination to a MERN app (with React-Query example) | 9:11 | 822 | Tutorial |
|
2022-06-11 | Why the K.I.S.S Principal is probably the most important | 9:08 | 844 | |
|
2022-06-10 | How to build real time chat app with Svelte | 20:09 | 1,586 | Tutorial |
|
2022-06-09 | React 18 strict mode helped me catch this useEffect bug | 7:44 | 1,097 | Let's Play |
|
2022-06-08 | Coding a video calling app with React | 27:04 | 5,939 | |
|
2022-06-07 | Build a MERN Stack TODO List Application with Authentication | Vite, React-Query, React Router 6 | 2:14:32 | 9,464 | |
|
2022-06-06 | Why I suggest understanding the problems React and TailwindCSS solve | 7:47 | 399 | |
|
2022-06-05 | Giving Zustand a try to manage application state | 8:53 | 1,938 | |
|
2022-06-05 | Playing around with yt-download to create WPM calculator | 59:13 | 264 | |
|
2022-06-04 | Live Coding an Emoji Panel using React | Part 2 | 24:27 | 422 | |
|
2022-06-03 | Playing around with React,Vite, Random App | 44:01 | 391 | |
|
2022-06-01 | Live Coding an Emoji Panel using React | Part 1 | 24:26 | 2,872 | |
|
2022-05-31 | How to share state between React Routes by Lifting State | 8:20 | 7,104 | Tutorial |
|
2022-05-30 | Some developers are too emotionally attached to tech | 12:05 | 374 | |
|
2022-05-30 | Why you can't always implement the features you want | 7:21 | 230 | |
|
2022-05-28 | Why I don't enjoy using typescript or static languages much | 10:11 | 2,505 | |
|
2022-05-27 | Careful using array.reverse in react - I should have read the docs | 6:19 | 568 | |
|
2022-05-26 | I've been trying to learn the browser performance profiler | 8:33 | 2,989 | |
|
2022-05-25 | Trying to speed up a sortable react table at work | 8:56 | 438 | |
|
2022-05-24 | Making my own React application state management library | 9:09 | 847 | |
|
2022-05-23 | Sometimes next.js error handling sucks | 5:41 | 4,837 | |
|
2022-05-22 | What's the performance differences between Next's SSR, SSG, and Static React Pages | 12:52 | 1,103 | |
|
2022-05-21 | What testing do you need for web apps | 12:30 | 269 | |
|
2022-05-20 | What is the difference between React useState and useReducer? | 5:55 | 2,475 | |
|
2022-05-19 | How to make MUTABLE STATE in React - but you probably shouldn't | 8:16 | 220 | Tutorial |
|
2022-05-18 | Why useEffect causes infinite loops - fix it with useCallback | 9:31 | 12,408 | |
|
2022-05-17 | Why I stopped caring about my youtube channel as much | 6:49 | 365 | |
|
2022-05-16 | Why I suggest building a full stack application when learning to code | 9:05 | 1,219 | |
|
2022-05-14 | Why I suggest memorizing code as a beginner developer | 11:22 | 2,989 | |
|
2022-05-13 | Live Coding a Next.js Heart Failure Symptoms Tracker App | Part 8 | 31:59 | 690 | |
|
2022-05-11 | Why I use Next.js for side projects now | 11:35 | 3,591 | |
|
2022-05-11 | Live Coding a Next.js Heart Failure Symptoms Tracker App | Part 7 | 19:07 | 303 | |
|
2022-05-07 | Live Coding a Next.js Heart Failure Symptoms Tracker App | Part 6 | 26:27 | 255 | |
|
2022-04-25 | Live Coding a Next.js Heart Failure Symptoms Tracker App | Part 5 | 40:31 | 330 | |
|
2022-04-21 | Live Coding a Next.js Heart Failure Symptoms Tracker App | Part 4 | 24:29 | 302 | |
|
2022-04-20 | Live Coding a Next.js Heart Failure Symptoms Tracker App | Part 3 | 25:58 | 281 | |
|
2022-04-17 | Live Coding a Next.js Heart Failure Symptoms Tracker App | Part 2 | 44:46 | 1,879 | |
|
2022-04-13 | Live Coding a Next.js Heart Failure Symptoms Tracker App | Part 1 | 26:04 | 1,930 | |
|
2022-04-08 | How to display data from an API using Vanilla Javascript | 14:03 | 11,299 | Tutorial |
|