Michael Okoh

  I code, that's all.

   



6 Stories by Michael Okoh

Continuous integration and deployment with Travis CI

Travis CI is a popular continuous integration and continuous deployment tool, used to build, test, and deploy an application's codebase.
0 7 min read

Introduction to RPC using Go and Node

In this tutorial, you will be learning how to build an RPC server in Go along with an RPC client in Node.js.
0 4 min read

How to deploy Deno applications to production

In this article, we'll learn how to create a simple Deno web server, how to create a Docker configuration for a Deno web server,...
5 2 min read

How to create a CI/CD for a Laravel application using GitHub Actions

In this article, we will look at how to manage your CI/CD processes using GitHub Actions.
9 11 min read

Setting up a remote Postgres database server on Ubuntu 18.04

In this post, we'll look at how to configure a Postgres database server for remote access.
5 3 min read

How to auto deploy a Vue application using GitLab CI/CD on Ubuntu 18.04

In this tutorial, we'll create a Vue project, write Docker and GitLab CI configurations, configure a server with Docker, GitLab Runner (along with necessary...
7 4 min read