Olasunkanmi John Ajiboye TypeScript and Rust enthusiast. Writes code for humans. From the land of Promise.

Stories by Olasunkanmi John Ajiboye

A Guide To Async/Await In TypeScript

A guide to async/await in TypeScript

Dev

TypeScript’s async and await allows you to write async code that looks and behaves like synchronous code and is easier to read and write.

Olasunkanmi John Ajiboye
Feb 15, 2024 ⋅ 9 min read
Using TypeScript With Redux Toolkit

Using TypeScript with Redux Toolkit

Dev

In this tutorial, we learn how to set up and use TypeScript with Redux Toolkit, which makes implementing Redux less tedious.

Olasunkanmi John Ajiboye
May 10, 2023 ⋅ 6 min read
How to create a backend API with Rust and Postgres

How to create a backend API with Rust and Postgres

Dev

Learn how to create a REST API with Rust and Postgres, including writing simple endpoints, handling errors, maintaining a connection to the database, persisting data to Postgres DB, and handling the request-response cycle.

Olasunkanmi John Ajiboye
Feb 22, 2022 ⋅ 6 min read
Generating and Integrating OpenAPI Services in a React App

Generating and integrating OpenAPI services in a React app

Dev

We look at how to integrate an OpenAPI-generated service from the server, then use this generated service across a React TypeScript app.

Olasunkanmi John Ajiboye
Mar 23, 2021 ⋅ 8 min read
Using Vue Composition API in React Functional Components

Using Vue Composition API in React functional components

Dev

The experimental reactivue package allows you to take the best parts of the Vue Composition API and React Hooks and use them together.

Olasunkanmi John Ajiboye
Oct 9, 2020 ⋅ 5 min read
What's New In Vuex 4

What’s new in Vuex 4

Dev

The Vuex 4 beta is now available, adding support for the Composition API, more robust inference for TypeScript, and more.

Olasunkanmi John Ajiboye
Jul 20, 2020 ⋅ 5 min read
Type-safe Fetching With Gretchen

Type-safe fetching with gretchen

Dev

Gretchen allows type-safe fetching by providing a very subtle abstraction over the popular fetch() syntax that you already know and love.

Olasunkanmi John Ajiboye
Jun 11, 2020 ⋅ 3 min read
Rethinking Web Audio Feedback With The useSound Hook

Rethinking web audio feedback with the useSound Hook

Dev

Audio feedback on the web has deservedly gotten a bad rap. But when used correctly, and with accessibility in mind, sound can enrich UX.

Olasunkanmi John Ajiboye
May 11, 2020 ⋅ 7 min read