Peter Ekene Eze Learn, Apply, Share

Stories by Peter Ekene Eze

Matching Static And Dynamic Patterns In Nuxt 3

Matching static and dynamic patterns in Nuxt 3

Dev

Explore practical examples of cool Nuxt 3 features, like better support for dynamic routes, partial matches on child routes, and more.

Peter Ekene Eze
Jan 19, 2023 ⋅ 4 min read
Using Shopify Hydrogen To Build Modern Ecommerce Storefronts

Using Shopify Hydrogen to build modern ecommerce storefronts

Dev

In this post, we’ll use Shopify Hydrogen and Shopify’s Storefront API to build a dynamic, highly performant shopping experience.

Peter Ekene Eze
Dec 20, 2022 ⋅ 7 min read
Getting Started Bootstrapvue

Getting started with BootstrapVue

Dev

Editor’s note: This article was updated 2 September 2022 to include information about the benefits of BootstrapVue, the differences between […]

Peter Ekene Eze
Sep 2, 2022 ⋅ 8 min read
Refactoring your Vue 2 apps to Vue 3

Refactoring your Vue 2 apps to Vue 3

Dev

Explore the new Vue 3 features that provide developers with a better way to build in this in-depth tutorial with examples.

Peter Ekene Eze
Sep 25, 2021 ⋅ 9 min read
Managing SvelteKit and Shopify Cart Interactions

Managing SvelteKit and Shopify cart interactions

Dev

Learn how to build shopping cart interactions with SvelteKit and Shopify such as add to cart, remove from cart, and view cart.

Peter Ekene Eze
Sep 6, 2021 ⋅ 6 min read
Build an ecommerce site with SvelteKit and Shopify APIs

Build an ecommerce site with SvelteKit and the Shopify Storefront API

Dev

Learn how to build a site with SvelteKit to display all your Shopify products, then deploy the site to Netlify.

Peter Ekene Eze
Aug 30, 2021 ⋅ 10 min read

Using React Spring for animation: Context and examples

Dev

Looking for examples of how to implement animations without causing a major performance bottleneck? React Spring may be what you need.

Peter Ekene Eze
Jan 7, 2021 ⋅ 5 min read
Positioning elements with Vue 3 teleport

Positioning elements with Vue 3 Teleport

Dev

In this tutorial, we’ll go over the new Vue 3 Teleport feature and also demonstrate an example use case with a modal.

Peter Ekene Eze
Nov 5, 2020 ⋅ 6 min read

Trying out the new Bootstrap 5 with React

Dev

In this post, we’ll look at how to get started with Bootstrap 5 and how we can use the new version in a React project.

Peter Ekene Eze
Aug 21, 2020 ⋅ 6 min read

How to build an ecommerce site with Strapi, Vue.js, and Flutterwave

Dev

As a frontend developer, I was excited by how fast I could build backend services that communicate effortlessly with my frontend application.

Peter Ekene Eze
Jun 4, 2020 ⋅ 7 min read

Implementing secure passwordless authentication in React Native apps with Auth0

Dev

In this post, we’ll go over the concepts involved in implementing passwordless authentication with Auth0 and Twilio in a React Native application.

Peter Ekene Eze
May 19, 2020 ⋅ 7 min read

Why you should use refs sparingly in production

Dev

A general rule of thumb is to consider how possible it’ll be to do exactly what you want to do with props and state before thinking about refs.

Peter Ekene Eze
Feb 28, 2020 ⋅ 4 min read