Nkere-Awaji Inwan Full-stack/GitOps engineer at Mercurie. GCP fanboy. I write code and about code.

Stories by Nkere-Awaji Inwan

How to handle data validation in Node.js using validatorjs

Dev

In this tutorial, we’ll learn how to put basic input validation in place with validatorJS. We’ll also learn how to define custom validation rules for two use cases.

Nkere-Awaji Inwan
Jul 6, 2022 ⋅ 5 min read
What's new in Laravel

What’s new in Laravel 8

Dev

Laravel 8 was released on September 8th, 2020. This release continues the improvements made in the previous release (version 7), as well as new features that include support for Jetstream, job batching, dynamic blade component, model factory classes, improved artisan serve, and many others.

Nkere-Awaji Inwan
Oct 15, 2020 ⋅ 8 min read

How to deploy a Node API on Google Cloud Run

Dev

In this tutorial, we will go over how to package a Node API using Docker and deploy it on Cloud Run with CI/CD configured alongside.

Nkere-Awaji Inwan
Aug 11, 2020 ⋅ 6 min read

Getting started with Cloud Pub/Sub in Node

Dev

In this article, we will be taking a look at how we can implement inter-service communications using Cloud Pub/Sub in Node.js.

Nkere-Awaji Inwan
May 6, 2020 ⋅ 8 min read

How to build reusable forms using vue-form-generator

Dev

To take this library for a spin, we are going to create a simple user management app that will demonstrate how we can perform CRUD operations on user records.

Nkere-Awaji Inwan
Apr 2, 2020 ⋅ 11 min read