roadsidecoder.hashnode.devI Built a Job Hunting bot with n8n ( Complete Guide )Stop searching for jobs manually and writing cover letters! In this step-by-step tutorial, we'll build an automated system that searches LinkedIn daily, matches jobs to your resume using AI, generates custom cover letters, and sends you instant notif...Oct 5, 2025·15 min read
roadsidecoder.hashnode.devPublish a React and Typescript Component as NPM PackageHave you ever wondered how libraries like Material UI and Tailwind CSS are built and published? Trust me, it's much easier than you think. In this guide, we'll walk through the process of taking our toast component and publishing it to NPM. Publishin...Jul 14, 2024·4 min read
roadsidecoder.hashnode.devData Structures and Algorithms for Frontend Interviews: How Much Do You Need to Know?Today, We're talking about a topic that's very close to my heart (and probably yours too if you're here): Data Structures and Algorithms for Frontend Interviews. And the BIIIIG question on everyone's mind is: How much DSA do you really need to know f...Mar 26, 2023·4 min read
roadsidecoder.hashnode.devJavascript Interview Questions ( Promises and its Polyfills )What are Promises? According to MDN The Promise object represents the eventual completion (or failure) of an asynchronous operation and its resulting value. Basically it allows you to add handlers with an asynchronous action's eventual success value ...Sep 11, 2022·6 min read
roadsidecoder.hashnode.devJavascript Interview Questions ( Call, Bind and Apply ) - Polyfills, Output Based, Explicit BindingWorking with JavaScript “this” keyword can be tricky. Have you encountered with the famous thought "it works, but I don’t know why" in your interviews when you work with "this". If you want to know about "this" keyword then you can watch this video J...Jul 17, 2022·7 min read