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
Learn to use Shadow DOM to resolve CSS conflicts in third-party HTML with a guide featuring best practices and examples
Discover the best Github Copilot version for refactoring React and TypeScript: comparing 4o, o1, 3.5, and 3.7
Publish your first SDK to NPM
Make Test Apps for React, Common JS Node, ESM Node, and Browser
Develop Your First TypeScript Library
Develop Your first TypeScript Library
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
What is the equivalent of lifecycle methods of Class components in functional? Let's find out.