SNShubham Nayakinimnayakshubham.hashnode.dev·Sep 14, 2024 · 4 min readBuilding an Accessible Product List Page with ReactAccessibility is a critical part of web development. Creating a product list page that everyone, including people with disabilities, can easily use should be a top priority for developers. In this blog, I’ll guide you through building an accessible p...00
SNShubham Nayakinimnayakshubham.hashnode.dev·Jan 8, 2023 · 4 min readCommunicating Between Tabs in ReactJS with the BroadcastChannel APIThe BroadcastChannel API is a web platform API that allows communication between different windows, tabs, frames or iframes of the same origin. Let's understand it with a problem statement. If you open Whatsapp Web in one tab and then open it again...00
SNShubham Nayakinimnayakshubham.hashnode.dev·Apr 24, 2022 · 2 min readInput validation using Regex?Input validation using Regular Expression Input Validation ensures that only formatted data is entering the workflow. To ensure this we use some sort of pattern or regex or some logic to let the users know whether the values provided by them meet the...00
SNShubham Nayakinimnayakshubham.hashnode.dev·Sep 17, 2021 · 2 min readJavaScript Interview Questions.Questions you might encounter in your next interview. and I hope this would be helpful to you. Question 1 What will be the output of the below code snippet? console.log(1 > 2 > 3); //Output: false Reason↓ Let break the code into simpler version. cons...00
SNShubham Nayakinimnayakshubham.hashnode.dev·Sep 12, 2021 · 1 min readError: '[Folder/Directory name]' does not have a commit checked outHello everyone! This blog is all about the issue that I faced While pushing my code to the GitHub repository. Context So, I was working on my MERN stack project and I was done with it and decided to push the code to my GitHub repository. Everything w...00