Why Quick Cache Implementation Creates More Problems Than It Solves: The Hidden Tech Debt CrisisExplore quick cache challenges, systematic design, and expert strategies to avoid technical debt for maintainable architectures21/07/2025•95 views•7 min read•0 likes
Browser Tab Leader Pattern: Stop Wasting API Calls Across Browser TabsUse the tab leader pattern to reduce redundant API calls, improve performance, and enhance user experience across multiple browser tabs04/07/2025•123 views•7 min read•0 likes
Shadow DOM: The Ultimate Solution for Embedding Third-Party HTML Without CSS ConflictsLearn to use Shadow DOM to resolve CSS conflicts in third-party HTML with a guide featuring best practices and examples02/07/2025•105 views•7 min read•0 likes
How to Avoid Chrome Flagging Your Web Push Notifications (And Why Most People Get It Wrong)Learn why Android Chrome flags web push notifications and how to stop 'chrome detected possible spam' warnings from blocking your messages.04/06/2025•342 views•3 min read•0 likes
How I Started My Software Engineering Career (and Why)Childhood curiosity and determination with a PlayStation, DOS led to a software engineering career and real-world projects09/05/2025•83 views•6 min read•0 likes
Which Github Copilot Version is Best for Refactoring Basic React and TypeScript? 4o, o1, 3.5, or 3.7 SonnetDiscover the best Github Copilot version for refactoring React and TypeScript: comparing 4o, o1, 3.5, and 3.726/02/2025•111 views•6 min read•1 likes
How I Made My Next.js Blog Serve Markdown Files for Agent Experience SEO (AX-SEO)Optimize your Next.js blog for AX-SEO by serving raw Markdown to enhance AI indexing and improve content discoverability22/02/2025•139 views•3 min read•0 likes
Elevate Your Next.js Security: Middleware Authorization with UserfrontSecure your Next.js app with Userfront middleware authorization for robust IAM solutions. Protect user data and streamline authentication practices06/10/2024•392 views•5 min read•0 likes
Maximize Vercel's FREE Plan: Enable Auto Deployment for All MembersMaximize Vercel's free plan by enabling auto deployment for all members using a simple GitHub Action29/09/2024•282 views•2 min read•0 likes
4 Ways to Destructure Array in JavaScript & make your code look cleanLearn four methods to destructure arrays in JavaScript for cleaner, more readable code11/08/2024•68 views•3 min read•0 likes
Automate Your Git Workflows with Git Hooks 🚀Git hooks are scripts that run automatically whenever a particular event occurs in a Git repository.28/07/2024•14 views•4 min read•0 likes
Elevate Your Development Workflow with GitHub PR Templates! 🌟Streamline Your Process with Custom Pull Request Templates23/07/2024•6 views•5 min read•0 likes
Seamlessly Transform Your Smart Phone into a Second Screen for FREE with Zero Configuration: Experience Seamless Multitasking!Seamlessly Transform Your Smart Phone into a Second Screen for FREE with Zero Configuration: Experience Seamless Multitasking!13/07/2024•62 views•2 min read•0 likes
TypeScript SDK Development: A 5-year-old could follow this step-by-step ~ Part 4, Publishing to NPMPublish your first SDK to NPM25/06/2024•17 views•3 min read•0 likes
TypeScript SDK Development: A 5-year-old could follow this step-by-step ~ Part 3, Making Test AppsMake Test Apps for React, Common JS Node, ESM Node, and Browser25/06/2024•19 views•4 min read•0 likes
TypeScript SDK Development: A 5-year-old could follow this step-by-step ~ Part 2, folder structure - integrating APIDevelop Your first TypeScript Library25/06/2024•24 views•3 min read•0 likes
TypeScript SDK Development: A 5-year-old could follow this step-by-step ~ Part 5, CDN for BrowsersDevelop Your First TypeScript Library25/06/2024•21 views•2 min read•0 likes
TypeScript SDK Development: A 5-year-old could follow this step-by-step ~ Part 1, our first MVPDevelop Your first TypeScript Library25/06/2024•66 views•4 min read•0 likes
Streamline Git Workflows: Automate with Hooks - Branch Name & Commit Convention ExampleEnforce Commit Convention for Consistent Code Management20/06/2024•35 views•5 min read•0 likes
Authenticated Protected Routing using NextJS Middleware and NextAuthEnhancing Next.js Security with NextAuth.js and Custom Middleware Validate user path access on edge with NextAuth & Next.js Middleware18/06/2024•123 views•4 min read•3 likes
Authenticated Protected Role-based Routing using Next.js and HOCImplementing Authenticated Protected Role-based Routing using Next.js and HOC08/12/2022•4,666 views•3 min read•4 likes
A Theoretical Overview Of Elastic Load Balancers in AWSA Theoretical Overview Of Elastic Load Balancers in Amazon Web Services ( AWS) and their types21/02/2022•132 views•4 min read•0 likes
JavaScript Closures: A Simple GuideJavaScript Closures: A Simple Guide: Lets tackle and get familiar with JavaScript Closures12/12/2021•272 views•2 min read•9 likes
React Lifecycles in Functional ComponentsWhat is the equivalent of lifecycle methods of Class components in functional? Let's find out.22/11/2021•318 views•5 min read•6 likes