Baisali PradhanHow Real-Time Collaboration at Scale Is Resolved by Google DocsGoogle Docs is a robust cloud-based document editor that allows users worldwide to collaborate in real time. This Google Workspace feature…Oct 24Oct 24
Baisali PradhanPWA : Why do we need this?Progressive Web Application (PWA) is a type of web app that can operate both as a web page and a mobile app on any device. It is a great…Apr 27Apr 27
Baisali PradhanVite & ESLint: The Perfect Duo for Clean and Efficient Web DevelopmentA quick tutorial for setting up ESLint in Vite. We will make the case for using linting (as a general programming concept) with ESLint…Mar 14Mar 14
Baisali PradhanMistakes I Made When Starting My First React ProjectYou know what it’s like to pick up a new language or framework. Sometimes there’s great documentation to help you find your way through it…Mar 4Mar 4
Baisali PradhanCompliance and RegulationNo matter the size or the industry, every organization must follow certain laws and regulations. Regulatory compliance describes an…Feb 6Feb 6
Baisali PradhanTesting in React ApplicationsIn the fast-paced world of web development, creating robust and reliable applications is crucial. One of the key practices that contributes…Jan 27Jan 27
Baisali PradhanLet's dive deep into the class component.Before React 16.8, class components were the only way to track the state and lifecycle of a React component. Function components were…Jan 11Jan 11
Baisali PradhanLet’s find the Path in ReactUI components and single-page apps can be used by developers to design user interfaces with React, an open-source front-end JavaScript…Jan 9Jan 9
Baisali PradhanWhat is SSO? How doest it works?A user authentication technology called single sign-on (SSO) allows users to safely log into several apps and services using a single set…Dec 23, 2023Dec 23, 2023
Baisali PradhanRecursion is a common tool used in our college practical labs to solve problems.Recursion is a powerful and elegant technique used in the field of Data Structures and Algorithms. It allows a function to call itself…Dec 19, 2023Dec 19, 2023