My Articles

Over the years, I stopped writing which is why you might notice the huge dispartity in dates. However, I resumed and have written a few though most of which has been written under my personal blog at Hashnode.
1

The Starting Point

This is the second article I ever wrote and it was on medium. This was after I was advised to develop soft skills even as I'm developing my hard skills

Read full Article ⟶
2

What is Git and Github

Another great article in my bag. This article is an intro into version control management. It details the basics of git and github for developers especially junior devs.

Read full Article ⟶
3

How to blur a background image in React

I wrote this article after I learnt and practiced it on css-tricks and it blew my mind. Reason being that a junior dev like me back then wanted to do a similar thing and we couldn't wrap our heads around it at the time.

Read full Article ⟶
4

JavaScript Array.at() method

JavaScript finally gave us an easy solution to getting the last item in an array i.e the power of negative indexing. In this article, I wrote about how easy it is to use.

Read full Article ⟶
5

How to blur a background image in ReactNative

If one can learn a css trick in React, One should as well try it out in react-native and that was what led me to writing this amazing article.

Read full Article ⟶
6

Building a simple React Modal

One shouldn't really depend on alert pop ups for an amzing UI, instead try and design a sweet one that will make the user experience interacting and captivating. User-interactivity gave birth to this article.

Read full Article ⟶
7

Googling your errors as a Junior Developer

There is this misconception among junior developers about coding errors. When they encounter errors and bugs, they seem to get frustrated and think Oh! I'm not getting it, In this article I write about how I had such start and how Google, Stack Oveflow and many others became my friend...

Read full Article ⟶
8

Getting started with Tailwind css

I didn't choose Tailwind because it's better than Bootstrap or Sass or other frameworks. I choosed it because of it's simplicity for me and also maybe because I simply liked the name... Read about getting started with this beautiful post CSS tool.

Read full Article ⟶
9

Understanding React’s useEffect cleanup function

This article was my first article under LogRocket. It explains why, when and how to use the cleanup function that the useEffect hook offers us...

Read full Article ⟶
10

10 things to consider before choosing a CMS for your e-commerce store

This article was my first article under Strapi. It explains what a CMS is, what you should consider before choosing a CMS for your e-commerce site and also why headless CMS is the best for an e-commerce site...

Read full Article ⟶
11

Build an analytics app with React and Cube.js

In this article, we’ll learn how to build an analytics app to monitor and analyze raw data with React and Cube.js. This app will monitor raw product data from a database connected to a React dashboard through Cube.js, showcasing how much the product sells...

Read full Article ⟶
12

Understanding Axios POST requests

Axios is an open source library that helps us send all these kinds of requests by providing a promised-based HTTP client method called POST. In this article, we’ll learn how to use the Axios POST method both in vanilla JavaScript and in a framework like React...

Read full Article ⟶
13

How to build a Marketing Site with React and Strapi

Strapi is an open-source headless CMS. It’s 100% JavaScript, fully customizable and developer-first. In this article, I wrote about how to build a marketing site with React and Strapi, and this site also has a Strapi email form functionality.

Read full Article ⟶