2024 Year-in-ReviewAt the start of this year, I sat down for my first journaling session and called it "Tabula Rasa"—a clean slate. After stumbling through 2023 and making more mistakes than I care to admit, my intention for 2024 was simple: I wanted to re-strategize ...Dec 31, 2024·3 min read·28
How to Embed Amazon Quick-Sight Dashboard for Registered Users into Your React ApplicationJan 15, 2023·10 min read·16
How You Can Design Delightful API ArchitectureBuilding, designing, and consuming APIs are some of the most important aspects of every developer’s career. An API should reflect the needs of users and, in this case, developers like you. As an app developer, you’ll need to do one of two things: co...May 10, 2022·8 min read·66
Differences Between Browser Router and Hash RouterIntroduction to Routing in React Routing is a very important aspect of every website. In React Js, routing is a process that allows a user to navigate to the different URLs that make up a React application. This is made possible through the use of a ...Nov 21, 2021·4 min read·1.3K
Validating Props in React Components Using PropTypesProptypes is a package that is used to check how data types flow between react components. It’s a runtime type checking that helps to validate props passed between react components. Why are PropTypes Essential?? When building applications in React, e...Aug 10, 2021·5 min read·179
5 Essential CSS Selectors Every Developer Should MasterWhen I started writing CSS, my initial understanding revolved around using classes, IDs, types, and space selectors. I assumed that was the extent of it. However, over time, I learned more about new selectors, and in this article, I'm excited to shar...May 10, 2021·4 min read·72
Using Local Storage in JavaScript: A Comprehensive GuideWhen I first delved into JavaScript, the term "local storage" was an unfamiliar one. It wasn't until I had to build a simple personal project that required data storage that I encountered this concept. I made a documentation of what I learnt and I’ve...Sep 20, 2020·7 min read·102
How to spend more time not coding as a Freelance DeveloperYou were expecting some new tech, right? Not today ! via GIPHY You’re always on a tight deadline, learning a new framework, or looking to deploy a new project ASAP. The list is endless and they all seem important. You wish you could spend more time w...Aug 31, 2020·6 min read·22