Abdulazeez Abdulazeez Adeshina Software enthusiast, writer, food lover, and hacker.

Stories by Abdulazeez Abdulazeez Adeshina

Suspense React Query

Using Suspense and React Query: Tutorial with examples

Dev

Improve UX with Suspense by keeping the user informed during load times and simplify data fetching using React Query’s useQuery() Hook.

Abdulazeez Abdulazeez Adeshina
Jul 14, 2022 ⋅ 9 min read
Deploying FastAPI Applications to Vercel

Deploying FastAPI applications to Vercel

Dev

Here, you can learn how to build and deploy FastAPI applications to Vercel and walk through the process with an example.

Abdulazeez Abdulazeez Adeshina
Jan 8, 2021 ⋅ 5 min read
Exploring Malina.js: A Complete Overview with Working Demo

Exploring Malina.js: A complete overview with working demo

Dev

Malina.js is a library inspired by Svelte that compiles your app down to vanilla JavaScript, producing a framework-free frontend.

Abdulazeez Abdulazeez Adeshina
Sep 18, 2020 ⋅ 6 min read
Integrating The Papercups Chat Widget In An Ecommerce App

Integrating the Papercups chat widget in an ecommerce app

Dev

The Papercups chat widget integrates seamlessly into your ecommerce stack. See how to implement it in a Gatsby app.

Abdulazeez Abdulazeez Adeshina
Aug 31, 2020 ⋅ 3 min read
What's New In React-Query v2

What’s new in react-query v2

Dev

The release of react-query v2 brings about some changes to the API, overall performance improvements, new query status Booleans, and more.

Abdulazeez Abdulazeez Adeshina
Jul 22, 2020 ⋅ 3 min read
Event-driven State Management In React Using Storeon

Event-driven state management in React using Storeon

Dev

Storeon is a tiny, event-driven React state management library built on the Context API with principles similar to Redux.

Abdulazeez Abdulazeez Adeshina
Jun 18, 2020 ⋅ 6 min read
State Management With Unstated Next

State management with Unstated Next

Dev

Built on React’s Context API, Unstated Next helps save us the stress of using Redux to manage state in our apps.

Abdulazeez Abdulazeez Adeshina
May 1, 2020 ⋅ 5 min read
Run Faster Tests In Node.js With Baretest

Run faster tests in Node.js with Baretest

Dev

Baretest is a minimal, fast, simple JavaScript test runner. If you currently use Jest, see what you stand to gain (or lose) by trying Baretest.

Abdulazeez Abdulazeez Adeshina
Apr 7, 2020 ⋅ 5 min read
What's New In React Query v1.0

What’s new in react-query v1.0

Dev

We review the new features and changes in the react-query v1.0 release and take a look at its new, dedicated devtools.

Abdulazeez Abdulazeez Adeshina
Mar 27, 2020 ⋅ 4 min read
Building nanoSQL-powered APIs

Building nanoSQL-powered APIs

Dev

Databases often require you to communicate with them in a specific query language. You can bridge the language gap with nanoSQL, a JavaScript database layer that provides a standardized query language you can use to carry out data storage, query operations and more.

Abdulazeez Abdulazeez Adeshina
Feb 21, 2020 ⋅ 7 min read

Consuming REST APIs in Svelte

Dev

According to the “State of Javascript 2019,” Svelte is the frontend framework to watch in 2020. Get a head start with our tutorial.

Abdulazeez Abdulazeez Adeshina
Feb 9, 2020 ⋅ 5 min read