Notes on backends, AI tooling and the things I ship.
Use the tab leader pattern to reduce redundant API calls, improve performance, and enhance user experience across multiple browser tabs
Discover the best Github Copilot version for refactoring React and TypeScript: comparing 4o, o1, 3.5, and 3.7
Learn four methods to destructure arrays in JavaScript for cleaner, more readable code
Enhancing Next.js Security with NextAuth.js and Custom Middleware Validate user path access on edge with NextAuth & Next.js Middleware
Implementing Authenticated Protected Role-based Routing using Next.js and HOC
JavaScript Closures: A Simple Guide: Lets tackle and get familiar with JavaScript Closures
What is the equivalent of lifecycle methods of Class components in functional? Let's find out.