Notes on backends, AI tooling and the things I ship.
Explore quick cache challenges, systematic design, and expert strategies to avoid technical debt for maintainable architectures
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
Learn why Android Chrome flags web push notifications and how to stop 'chrome detected possible spam' warnings from blocking your messages.
Childhood curiosity and determination with a PlayStation, DOS led to a software engineering career and real-world projects
Discover the best Github Copilot version for refactoring React and TypeScript: comparing 4o, o1, 3.5, and 3.7
Optimize your Next.js blog for AX-SEO by serving raw Markdown to enhance AI indexing and improve content discoverability
Secure your Next.js app with Userfront middleware authorization for robust IAM solutions. Protect user data and streamline authentication practices
Maximize Vercel's free plan by enabling auto deployment for all members using a simple GitHub Action
Learn four methods to destructure arrays in JavaScript for cleaner, more readable code
Git hooks are scripts that run automatically whenever a particular event occurs in a Git repository.
Streamline Your Process with Custom Pull Request Templates
Seamlessly Transform Your Smart Phone into a Second Screen for FREE with Zero Configuration: Experience Seamless Multitasking!
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
Enforce Commit Convention for Consistent Code Management
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
A Theoretical Overview Of Elastic Load Balancers in Amazon Web Services ( AWS) and their types
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.