Ibadehin Mojeed I'm an advocate of project-based learning. I also write technical content around web development.

Stories by Ibadehin Mojeed

Understanding Relative And Absolute Imports In Next Js

Understanding relative and absolute imports in Next.js

Dev

Let’s discuss Next.js absolute imports, relative imports, and different ways to implement them in your application.

Ibadehin Mojeed
Nov 4, 2022 ⋅ 7 min read

Adding an RSS feed to your Next.js app

Dev

In this lesson, we will learn how to integrate an RSS feed into a Next.js application to help with your content distribution goals.

Ibadehin Mojeed
Oct 10, 2022 ⋅ 7 min read
Using Linaria For Faster Css In Js In React Apps

Using Linaria for faster CSS-in-JS in React apps

Dev

In this article, we will explore how to use a zero-runtime CSS-in-JS library called Linaria in React applications.

Ibadehin Mojeed
Sep 20, 2022 ⋅ 8 min read
What Is A Virtual Dom In React

What is the virtual DOM in React?

Dev

The virtual DOM provides a mechanism that abstracts manual DOM manipulations away from the developer, helping us to write more predictable code.

Ibadehin Mojeed
Aug 16, 2022 ⋅ 9 min read
Building A Custom Checkbox In React

Building a custom checkbox in React

Dev

In this guide, we will cover how to build a custom checkbox in React without sacrificing accessibility for assistive technology.

Ibadehin Mojeed
Jul 19, 2022 ⋅ 10 min read

How and when to use the CSS :has selector

Dev

The CSS :has() selector allows us to style an element based on its descendants or any succeeding elements.

Ibadehin Mojeed
Jun 21, 2022 ⋅ 6 min read
Progressive Image Loading React Tutorial

Progressive image loading in React: Tutorial

Dev

Use progressive image loading in React to prevent user frustration and other problems that come with slow-loading, high-quality images.

Ibadehin Mojeed
May 4, 2022 ⋅ 4 min read
Understanding CSS's Important Declaration

When and why to use the CSS !important declaration

Dev

The !important notation in CSS can be applied to override other conflicting rules for the matching selector.

Ibadehin Mojeed
Apr 6, 2022 ⋅ 7 min read
Data Fetching With Gatsby And GraphQL

Data fetching with Gatsby and GraphQL

Dev

Use GraphQL to fetch data from a Gatsby configuration and different sources including the file system, external APIs, databases, and CMSs.

Ibadehin Mojeed
Feb 17, 2022 ⋅ 14 min read
Bidirectional CSS Centering: A Complete Guide

Bidirectional CSS centering: A complete guide

Dev

Learn modern bidirectional CSS centering techniques with best practices to center objects that scale across devices and screens.

Ibadehin Mojeed
Nov 24, 2021 ⋅ 6 min read
Fundamentals Of Functional Programing With React

Fundamentals of functional programming with React

Dev

Learn about the functional programming concept and how React adopts it to write applications that are easier to test and maintain.

Ibadehin Mojeed
Nov 15, 2021 ⋅ 9 min read
Using The New JavaScript At Method

Using JavaScript’s .at() method

Dev

Learn about JavaScript’s new .at() method, its use cases, and how it can improve developers’ experiences compared to the preexisting methods.

Ibadehin Mojeed
Oct 15, 2021 ⋅ 5 min read