Peter Ekene Eze Learn, Apply, Share

Stories by Peter Ekene Eze

How Waku Compares To Next Js

How Waku compares to Next.js

Dev

Waku is a new lightweight React framework built on top of React Server Components (RSCs). Let’s compare Waku with Next.js in this article.

Peter Ekene Eze
Apr 2, 2024 ⋅ 4 min read
Implementing Vector Search With Open Ai, Next Js, And Supabase

Implementing vector search with OpenAI, Next.js, and Supabase

Dev

Let’s build a Next.js app that implements vector search using Supabase and OpenAI to offer better search experiences for users.

Peter Ekene Eze
Feb 27, 2024 ⋅ 11 min read
Diving Into Server Actions In Next.js 14

Diving into Server Actions in Next.js 14

Dev

Explore Next.js Server Actions to write functions that execute on either the server or client side, and build a to-do app to demonstrate the UI results.

Peter Ekene Eze
Dec 21, 2023 ⋅ 10 min read
Strapi Adoption Guide Overview Use Cases Alternatives

Strapi adoption guide: Overview, examples, and alternatives

Dev

Delve into Strapi’s features and more to understand when and why you should use this open source headless CMS for your next project.

Peter Ekene Eze
Dec 14, 2023 ⋅ 16 min read
How To Use Custom Fonts In Tailwind CSS

How to use custom fonts in Tailwind CSS

Dev

Add custom fonts, including web fonts and locally installed fonts, to your Tailwind projects to improve UI design.

Peter Ekene Eze
Dec 14, 2023 ⋅ 8 min read
Adding Interactive Code Snippets To Ssg Sites

Add interactive code snippets to statically generated sites

Dev

Interactive code snippets enhance the UX of your SSG content. Let’s discuss how to implement this feature using a library called blog-cells.

Peter Ekene Eze
Oct 11, 2023 ⋅ 7 min read
Next.js Vs. Gatsby: Comparing React Frameworks

Next.js vs. Gatsby: Comparing React frameworks

Dev

Compare the two React frameworks, Gatsby and Next.js, based on use cases and performance when building a variety of websites.

Peter Ekene Eze
Sep 5, 2023 ⋅ 12 min read
Building Reusable UI Components With React Hooks

Building reusable UI components with React Hooks

Dev

Join us on this journey to unlock the full potential of React Hooks and discover the art of building reusable UI components.

Peter Ekene Eze
May 16, 2023 ⋅ 15 min read
Building React Native Forms With UI Components

Building React Native forms with UI components

Dev

In this article, we will explore how to build different performant React Native forms with React Native UI components.

Peter Ekene Eze
May 2, 2023 ⋅ 9 min read
How to Use ForwardRef in React

How to use forwardRef in React

Dev

In this tutorial, we’ll review the concept of forwarding refs in React and how it helps us manage interactions with the DOM.

Peter Ekene Eze
Mar 31, 2023 ⋅ 10 min read
React Hooks Replace React Router

How React Hooks can replace React Router

Dev

React Router is a great tool, however, with the arrival of Hooks, a lot of things have changed. React Hooks offer a cleaner and more flexible way of handling routes in smaller projects.

Peter Ekene Eze
Mar 17, 2023 ⋅ 8 min read
How To Speed Up Incremental Builds With Gatsby's Slice Api

How to speed up incremental builds with Gatsby’s Slice API

Dev

Using the Slice API in Gatsby projects can help enhance the speed of incremental builds, improving your site performance and productivity.

Peter Ekene Eze
Feb 15, 2023 ⋅ 5 min read