2022-08-20 | When should you use forEach vs map in Javascript #shorts | 0:59 | 26,942 | |
|
2022-08-19 | Helping a subscriber build his own react on boarding component | 8:11 | 2,347 | Let's Play |
|
2022-08-19 | Use this VSCode shortcut to search your file for a variable declaration #shorts | 0:42 | 9,239 | |
|
2022-08-18 | Addressing some YT comments on my SW API react-query rant video | 7:03 | 2,933 | |
|
2022-08-18 | Use the every function to know when an array contains all even numbers #shorts | 1:00 | 14,592 | |
|
2022-08-17 | I don't know how to use react-query because I didn't read all the docs 🤕 | 10:56 | 5,547 | Tutorial |
|
2022-08-17 | The map function is probably the most useful array function in javascript #shorts | 1:00 | 18,830 | |
|
2022-08-16 | My misunderstanding of next.js confused me during my live stream | 8:12 | 6,061 | |
|
2022-08-16 | How to use push and pop to build a stack in javascript #shorts | 0:59 | 5,466 | Tutorial |
|
2022-08-15 | Reviewing a subscriber's next.js project | 43:57 | 6,354 | |
|
2022-08-15 | How to sum an array in javascript using the reduce method #shorts | 1:00 | 71,567 | Tutorial |
|
2022-08-14 | Live fixing and refactoring a subscriber's react quiz app (this was harder than I thought) | 1:01:22 | 11,180 | |
|
2022-08-14 | How to split up a string in javascript using split function #shorts | 0:52 | 12,330 | Tutorial |
|
2022-08-14 | One Hour Stream - Building a Paste Bin Clone using T3 Stack (TRPC, Tailwind, Next) | 1:18:28 | 7,829 | |
|
2022-08-13 | How to know if a javascript array contains any even numbers using some #shorts | 0:58 | 47,668 | Tutorial |
|
2022-08-12 | When should you refactor larger React components into smaller ones | 8:50 | 8,602 | |
|
2022-08-12 | How to find where you declared a variable using this VSCode shortcut #shorts | 0:41 | 16,342 | Tutorial |
|
2022-08-11 | Stop worrying about React Re-renders so much (an overview of the react profiler with refactoring) | 7:56 | 10,081 | |
|
2022-08-11 | How to create a class in Javascript #shorts | 1:00 | 70,377 | Tutorial |
|
2022-08-10 | What causes software systems to become too complex | 20:29 | 3,077 | |
|
2022-08-10 | How to combine two arrays together in javascript #shorts | 0:54 | 16,449 | Tutorial |
|
2022-08-09 | Why I like using absolute imports in my react applications | 5:37 | 13,877 | |
|
2022-08-09 | The best way to reverse an array in Javascript #shorts | 0:45 | 3,690 | |
|
2022-08-08 | How you can use custom hooks to abstract your react code | 4:51 | 6,580 | |
|
2022-08-08 | Use this console method for visualizing your objects at runtime in javascript #shorts | 0:38 | 14,788 | |
|
2022-08-07 | Why I like to use Clean Architecture for my software projects | 17:35 | 8,823 | |
|
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 |
|