Improving the performance of images on the webI’ve been benchmarking the performance of my blog for a while now, and there's no doubt that the cover images I'm using are going to keep having a negative impact on the overall interactivity of the blog. I want to change that. Although, I've already...Feb 25, 2023·11 min read
Mobile-first development: MFDDon't mind the article title. I just came up with anything that came across my mind, and since it resonates with what I'm trying to at least discuss here, I'd leave it that way and I'd also keep improving this article by adding or removing things tha...Jul 9, 2021·4 min read
Mapping array data to a web page with vanillaJSStarting out with ReactJS as a beginner, the common project or frequent task that one would get to work on or practice, is the fetching of data/information from a particular API endpoint, say for example jsonplaceholder API, where you can decide to f...Feb 24, 2021·6 min read
Writing "static-checks" in a React Project.Cover photo by Dan Dennis This article is a citation of what Adedeji Stephen originally proposed in a GitHub repository he created. This article is going to walk you through how to set up these "static checks" in a React project. "Static checks". Wh...Feb 1, 2021·6 min read
A simple guide to the placeholder attributeSo, a lot of people (beginners) starting out in tech (in the field of web development) have no idea that they can actually style a placeholder text that is commonly found in the input fields of the form element. In this short guide, I'd go over the b...Jan 12, 2021·3 min read
Autofill in forms: why did you neglect it?We've all come across this particular feature/thing with forms on the web, where the form fields are automatically filled when a particular form field (say, the full name field) is clicked, and sometimes, you just wonder how it happens. People hate...Jan 9, 2021·4 min read
The travails of using webpackCover photo by Heather Morse on Unsplash Most of the time, managing assets in a project that uses webpack to bundle its files can be very frustrating and tiresome. In this article, I would list the common issues/problems I encountered while using we...Dec 22, 2020·6 min read