SRSwarupa Raniinswarupap.in·Aug 25, 2023 · 8 min readRedux - A state management toolIn this blog, we will learn about the different state management tools and we will learn why we need to use a state management tool when we build a large-scale application. We have different state management tools such as Redux, Zustand and many more...00
SRSwarupa Raniinswarupap.in·May 15, 2023 · 3 min readState Management using React HooksIn this blog, I will share how to manage a state using React hooks inside Reactjs applications which can be used to track the state inside multiple components to render the UI in the browser. First, we will understand what are react hooks and what is...02AB
SRSwarupa Raniinswarupap.in·Feb 27, 2023 · 2 min readLearning about Payment Gateway - part 1In this article, we will learn about how the payment gateway works across all the customers(merchants, acquirers and issuers) and how it works across UPI, Wallets, ATMs, Debit cards, credit cards and online payments. First, let's understand what is a...00
SRSwarupa Raniinswarupap.in·Nov 5, 2022 · 4 min readOWASP Vulnerabilities - Top 10 RulesMany companies and individuals develop their web applications by using React. In React, we have a lot of in-built npm modules to create user-friendly web pages. After developing a web application, many people come to the point of realization of react...00
SRSwarupa Raniinswarupap.in·Sep 23, 2022 · 2 min readWhat is Z-Index in CSS and why do we use it?What is Z-index? Z-index is a CSS property that is used to define the order or priority to stack the HTML elements. Elements with higher z-index values will be given more priority and elements with less z-index values(Negative values like -1,-2) will...00