Chimezie Enyinnaya I'm a self-taught software developer based in Lagos, Nigeria. I enjoy teaching what I have learned and what I'm currently learning so that others can benefit from it.

Stories by Chimezie Enyinnaya

TypeScript and Node Logos

Exploring the repository pattern with TypeScript and Node

Dev

This tutorial dives into the repository pattern, explores its benefits, and demonstrates how to implement it with TypeScript and Node.js.

Chimezie Enyinnaya
Oct 20, 2022 ⋅ 6 min read
laravel-sanctum-tutorial-authenticating-nuxtjs-spas

Laravel Sanctum tutorial: Authenticating Nuxt.js SPAs

Dev

Protect your applications easily by implementing Laravel Sanctum, a package for authentication of SPAs, mobile applications, and token-based APIs.

Chimezie Enyinnaya
May 13, 2022 ⋅ 8 min read
5 Open Source JavaScript Datagrids for Your Next Project

5 open source JavaScript datagrids for your next project

Dev

In this article, we outline why datagrids are important and discuss five JavaScript datagrids that you should consider for your next project.

Chimezie Enyinnaya
Oct 25, 2021 ⋅ 4 min read
5 Web APIs That Add Mobile Functionality to Your Project

5 web APIs that add mobile functionality to your project

Dev

Learn about APIs that provide mobile-friendly functionality, such as the Web Share, Contact Picker, and Clipboard APIs.

Chimezie Enyinnaya
Sep 8, 2021 ⋅ 7 min read
Using the Inbuilt Node.js Profiler

Using the inbuilt Node.js profiler

Dev

In this article, you’ll learn about the inbuilt profiling tool recommended in Node.js.

Chimezie Enyinnaya
Jul 30, 2021 ⋅ 3 min read
Understanding $nextTick in Vue.js

Understanding $nextTick in Vue.js

Dev

Though rarely used, Vue’s nextTick has a number of practical use cases. Learn how and where to use it and how it differs from setTimeout.

Chimezie Enyinnaya
Jun 23, 2021 ⋅ 3 min read
Using Serverless Functions With Nuxt.js

Using serverless functions with Nuxt.js

Dev

Nowadays, you don’t need to know about managing servers to build and ship an application. That’s what serverless is all about.

Chimezie Enyinnaya
Nov 6, 2020 ⋅ 6 min read
Alpine.js spruce state management

State management in Alpine.js using Spruce

Dev

Learn about state management, how to apply it in Alpine.js using Spruce, and how to access and modify a store’s state.

Chimezie Enyinnaya
Oct 8, 2020 ⋅ 3 min read
Intro to Alpine.js for Vue Developers

Intro to Alpine.js for Vue developers

Dev

Alpine is a relatively new JavaScript framework that borrows concepts from other frameworks such as Vue and React. Compared to […]

Chimezie Enyinnaya
Aug 11, 2020 ⋅ 6 min read