Michael Okoh I code, that's all.

Stories by Michael Okoh

Continuous integration and deployment with Travis CI

Dev

Travis CI is a popular continuous integration and continuous deployment tool, used to build, test, and deploy an application’s codebase.

Michael Okoh
Aug 12, 2020 ⋅ 7 min read

Introduction to RPC using Go and Node

Dev

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

Michael Okoh
Jun 25, 2020 ⋅ 4 min read

How to deploy Deno applications to production

Dev

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, how to push your code to GitHub, and how to make your Deno application available on the internet.

Michael Okoh
Jun 8, 2020 ⋅ 2 min read

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

Dev

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

Michael Okoh
May 8, 2020 ⋅ 11 min read

Setting up a remote Postgres database server on Ubuntu 18.04

Dev

In this post, we’ll look at how to configure a Postgres database server for remote access.

Michael Okoh
Apr 10, 2020 ⋅ 3 min read

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

Dev

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 permissions), and configure a pipeline on GitLab.

Michael Okoh
Jan 19, 2020 ⋅ 4 min read