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

Stories by Ibadehin Mojeed

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
How To Create A Responsive Image Gallery With Flexbox

How to create a responsive image gallery with CSS flexbox

Dev

Learn how to use CSS flexbox to create three example responsive image gallery layouts that look amazing on all devices.

Ibadehin Mojeed
May 30, 2022 ⋅ 10 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
Understanding fit-content, min-content, max-content In CSS

Understanding min-content, max-content, and fit-content in CSS

Dev

Learn about the fit-content, min-content, and max-content.In keyword values in CSS and how to use them in real-world projects.

Ibadehin Mojeed
Sep 20, 2021 ⋅ 5 min read
How To Build React Accordion Menu From Scratch, Person Looks Out Window Made Of Accordion Panels

How to build a React accordion menu from scratch

Dev

Learn how to build an accordion menu application in React from scratch to create clean UI layouts and minimize app scrolling.

Ibadehin Mojeed
Jul 14, 2021 ⋅ 7 min read
React Localization In i18next

React localization with i18next

Dev

Learn how to localize React apps for an international audience with the internationalization framework, i18next.

Ibadehin Mojeed
Jun 30, 2021 ⋅ 15 min read