Ovie Okeh

  Programming enthusiast, lover of all things that go beep.

     



20 Stories by Ovie Okeh

How to implement a vector database for AI

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

Data fetching with React Suspense

Explore the power and utility of React's Suspense component for data fetching.
5 13 min read

Implement a WebAssembly WebGL viewer using Rust

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

How to use polyfills in your React app

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

Implementing pagination with GraphQL in NestJS

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

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

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

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

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...
10 7 min read

Build a DApp on Avalanche: A complete guide

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

Using Contentful with React

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

Integrating Google Maps with React

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.
6 5 min read

React and Stripe payment system tutorial

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

Sapper and Svelte: A quick tutorial

As a follow-up to our post on Svelte.js, we're taking a good look at its companion component framework, Sapper.
7 11 min read