The DateTime Dilemma: Solving UTC Storage and Local Filtering Discrepancies in MongoDB , React.Aug 11, 2024·3 min read
Breaking Down CI/CD Pipelines: What I Learned as a New DeveloperWhy is it important? Imagine Sarah, a developer at a growing startup. Every Thursday, her team would spend hours manually deploying new features - copying files, running tests, and praying nothing would break. One fateful deployment, a tiny typo slip...Nov 3, 2024·5 min read
Efficiently Transmitting Cookies from Backend to Frontend in a MERN Stack during Production DeploymentJun 15, 2023·3 min read
Unveiling the Freelancing Adventure: A Journey of Collaboration and CreativityJun 13, 2023·4 min read
Sick And Tired Of Doing Application Layer Protocol The Old Way? Read ThisThis blog discusses the protocols used in the application layer of the OSI model. It contains all of the protocols' information. However, let's first examine what the OSI model entails. The OSI Model: What Is It? The seven levels that computer system...Nov 24, 2022·6 min read
Google/github login with react-redux doesn't have to be hard. Part-2This blog is second part of Part 1. Lets get started. Configuring Firebase in your application Create new folder under src called “config”. Then create a new file called “firebase.config.js” paste the details earlier which you have copied. impo...Nov 8, 2022·7 min read
Google/github login with react-redux doesn't have to be hard. Part-1When building the fullstack application , the login part is essential. In this blog, we will discuss how to setup a login part with firebase with the help of react hooks. Let's get started Create react app Create a React app with following command in...Nov 8, 2022·3 min read
Tips To Choose a STATE STRUCTURE Without Breaking A Sweat in ReactPrinciples for structuring state The shape of data and how many state variables you want to use when creating a component that holds state will be decisions you must make. Although you can write correct programs even with a suboptimal state structure...Oct 12, 2022·8 min read
State-dependent response to inputHow declarative UI compares to imperative Designing user interface interactions probably includes thinking about how the UI changes based on user actions. An example of an answer form would be: When you type something into a form, the “Submit” button...Sep 6, 2022·3 min read
Factors That Affect the Cost of Web Performance MetricsWhy is Webapp Performance important? Web applications should perform quickly and efficiently for people when they use them. People often assess a web application's design quality by its speed, so it has become an important metric. For example, consid...Aug 16, 2022·7 min read