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.

   



9 Stories by Chimezie Enyinnaya

Exploring the repository pattern with TypeScript and Node

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

Laravel Sanctum tutorial: Authenticating Nuxt.js SPAs

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

5 open source JavaScript datagrids for your next project

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

5 web APIs that add mobile functionality to your project

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

Using the inbuilt Node.js profiler

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

Understanding $nextTick in Vue.js

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...
0 3 min read

Using serverless functions with Nuxt.js

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

State management in Alpine.js using Spruce

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

Intro to Alpine.js for Vue developers

Alpine is a relatively new JavaScript framework that borrows concepts from other frameworks such as Vue and React. Compared to these frameworks, Alpine is...
1 6 min read