Diving into Open-Source: My Journey with DocsGPTMy mentor recently challenged me to begin contributing to open-source projects. Having taken up the challenge, I searched through GitHub’s open sea of public repositories and finally found a landing. I landed at DocsGPT, an open-source project design...Jun 4, 2024·6 min read
Enhancing UX through Image Loading in React.JSLearn how to conditionally display a spinner while waiting for targeted images to loadMay 6, 2023·5 min read
JavaScript Events: A Beginner's Guide to Types of Events and Event HandlersJavaScript events are a fundamental aspect of DOM Manipulation, serving as the driving force behind dynamic and interactive web applications. These events enable developers to manipulate the behaviour of web page elements in response to user actions,...Apr 21, 2023·7 min read
How the CSS Absolute and Relative Units Work Behind the ScenesA Comprehensive Guide to Understanding CSS Units and How to Use Them Effectively on Your Web ProjectsMar 6, 2023·11 min read