Network Request Taking Too Long? Consider Using "AbortSignal" in JavaScriptAbortSignal, a single object that allows you to communicate with a DOM request (such as a fetch request) and abort it. You just need to know 2 Key Concepts: AbortController: A controller object that can abort one or more DOM requests AbortSignal: A...Jul 30, 2024·1 min read
What is DNS (Domain Name System)?DNS is a unique URL that is human readable like “facebook.com” which maps to some IP address 192.123.53.12, a unique address recognized by computers on the web. When we enter “facebook.com” on the browser, the browser says to the DNS can you please t...Apr 3, 2024·2 min read
Add React Testing in Next.js: A 5-Step Guide! 🚀Master the Art of Testing React Components in Next.js with Confidence and a Smile! 😄Jul 6, 2023·2 min read
💡 Use SVG in Next.js in less than 30 seconds! ✨Hey there! 🌟 Want to learn how to effortlessly use SVG as a component in your Next.js application? Look no further! Follow this super-duper simple 3-step guide below: Step 1: Update your next.config.js /** @type {import('next').NextConfig} */ const ...Jun 15, 2023·1 min read
Multiple Node Versions Made Easy: Running Frontend and Backend Simultaneously on Windows 💻If you're like me and you need to run different node versions for your frontend and backend applications, you may have encountered some roadblocks along the way. Fear not! I've got a solution that will allow you to run multiple node versions simultan...May 16, 2023·2 min read
Flex Through Components [react-flex-ready]Flexify your web pages with "react-flex-ready"May 14, 2022·1 min read