My Journey into Backend Development - Google Summer of Code Week 5-6Introduction: Hello everyone! Welcome back to my blog series documenting my Google Summer of Code (GSoC) journey. In the previous blogs, I shared my experiences of getting selected for GSoC and the exciting frontend work I accomplished in weeks 1-4. ...Jul 21, 2023·4 min read
Mastering JSON Schema: From Basics to Advanced FeaturesIntroduction JSON Schema is a powerful tool that allows you to validate and define rules for your JSON data. Whether you're working with APIs, databases, or configuration files, creating a schema can ensure that your data is structured correctly. In ...Apr 4, 2023·6 min read
Bowtie: Simplify Your JSON Data ValidationAre you tired of feeling like you're in a never-ending battle with data validation in your web app? Are you tired of staring at a screen full of indecipherable error messages, wondering where you went wrong? Well, fear not, my fellow developers! Bowt...Apr 1, 2023·4 min read
React.js Mastery- Chapter 2Props and Children In this reading, you will learn about props and children, what are their purpose and how they are utilized in React components. Introduction to Props You might have studied about parameters in a JavaScript function that allows to...Feb 5, 2023·4 min read
React.js Mastery - Chapter 1Introduction React is a popular open-source JavaScript library used for building user interfaces. It was developed by Facebook and was made open-source in March 2015 which is now maintained by a large community of developers. React allows developers ...Jan 12, 2023·5 min read
Introduction to React.jsIn modern web development, one of the most common terms used by developers is ReactJS, which is used by more than 40% of websites to build single-page responsive websites. Now the question arises: What is ReactJS, and why is it so popular? In this ar...Dec 21, 2022·2 min read