Oct 31, 2024
Mutating state isn't a great idea in your React apps. But how should you update your objects and arrays? Doing full replacements or creating copies. I show you how in this video.
Oct 28, 2024
I discuss my experience with having a college degree for software engineering and if I think it's needed or not.
Oct 24, 2024
A common anti-pattern or mistake that's easy to make in your web apps is creating waterfalls with your network requests.
Oct 17, 2024
Today, you'll gain a high level understanding of 3 core Next.js concepts in just a few minutes. I cover file based routing, server/client components, and server actions.