Ovie Okeh Programming enthusiast, lover of all things that go beep.

Stories by Ovie Okeh

Building and deploying AI agents with E2B

Building and deploying AI agents with E2B

Dev

Learn how to use E2B, a sandbox for building AI agents that can accomplish smaller, repetitive tasks and make autonomous choices for you.

Ovie Okeh
Dec 28, 2023 ⋅ 8 min read
How to implement a vector database for AI

How to implement a vector database for AI

Dev

Vector databases are powerful tools for storing and manipulating large datasets for applications like AI. Learn how to implement one here!

Ovie Okeh
Aug 16, 2023 ⋅ 14 min read
Data Fetching With React Suspense

Data fetching with React Suspense

Dev

Explore the power and utility of React’s Suspense component for data fetching.

Ovie Okeh
Aug 3, 2023 ⋅ 13 min read
Implementing a WebAssembly WebGL viewer using Rust

Implement a WebAssembly WebGL viewer using Rust

Dev

Write a small Rust program that uses WebGL to render a triangle, compile it to WebAssembly, and run it in the browser using JavaScript.

Ovie Okeh
Jul 4, 2023 ⋅ 13 min read

How to use polyfills in your React app

Dev

Polyfills are essential to using the latest and greatest tools in your apps. Learn how to build them from scratch in this post.

Ovie Okeh
Sep 1, 2022 ⋅ 5 min read
Implementing pagination with GraphQL in NestJS

Implementing pagination with GraphQL in NestJS

Dev

Using NestJS, GraphQl, and React, learn how to create a base pagination system that can be customized for any type of data or scenario.

Ovie Okeh
Jun 20, 2022 ⋅ 11 min read
End To End Tests Cypress Node

How to write end-to-end tests with Cypress and Node.js

Dev

Improve your application with Cypress end-to-end testing with Node.js. Demo three different example tests to prevent bugs in your code.

Ovie Okeh
Feb 15, 2022 ⋅ 7 min read
How To Create And Deploy A BEP20 Token To The Binance Smart Chain

How to create and deploy a BEP-20 token to the Binance smart chain

Dev

BEP-20 is the token standard of the Binance Smart Chain (BSC). Learn how to code a BEP-20 token, deploy it to the Binance Smart Chain testnet using Remix, and import the deployed token into MetaMask.

Ovie Okeh
Jan 24, 2022 ⋅ 7 min read
Build a DApp on Avalanche: A complete guide

Build a DApp on Avalanche: A complete guide

Dev

In this detailed step-by-step tutorial, get started building your DApp on Avalanche, the Ethereum-powered open source blockchain platform.

Ovie Okeh
Dec 23, 2021 ⋅ 11 min read
Using Contentful with React

Using Contentful with React

Dev

Learn how to integrate Contentful with React in this step-by-step tutorial and take your blog to the next level.

Ovie Okeh
Dec 20, 2021 ⋅ 13 min read

Integrating Google Maps with React

Dev

Google Maps is flexible and powerful enough to handle a wide variety of use cases. Here’s how to use it with your React app.

Ovie Okeh
Nov 5, 2021 ⋅ 5 min read
React And Stripe Payment System Tutorial

React and Stripe payment system tutorial

Dev

Learn how to use Stripe and React to build a payments system backend and frontend for processing online payments.

Ovie Okeh
Sep 14, 2021 ⋅ 16 min read