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

Stories by Ibadehin Mojeed

Data Fetching With Gatsby And GraphQL

Data fetching with Gatsby and GraphQL

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
Modern API Data-Fetching Methods In React

Modern API data-fetching methods in React

Learn modern React data-fetching methods and how to handle a real-world application’s state while fetching data.

Ibadehin Mojeed
Dec 22, 2021 â‹… 10 min read
Bidirectional CSS Centering: A Complete Guide

Bidirectional CSS centering: A complete guide

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

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

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

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
Using localStorage React Hooks

Using localStorage with React Hooks

Learn how using localStorage with React Hooks can persist user information in browser storage and share logic between multiple components.

Ibadehin Mojeed
Aug 3, 2021 â‹… 7 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

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

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

Ibadehin Mojeed
Jun 30, 2021 â‹… 15 min read
React Intl Internationalize Your Apps

React Intl: Internationalize your React apps

With the React Intl library, learn how to internationalize any React project to seamlessly change language and currency within web apps.

Ibadehin Mojeed
Jun 17, 2021 â‹… 14 min read