Michael Okoko

  Linux and Sci-Fi ➕ = ❤️

   



6 Stories by Michael Okoko

Using Elasticsearch, Logstash, and Kibana with Go applications

This tutorial demonstrates how to combine the powers of Elasticsearch in the ELK stack with Golang applications.
0 13 min read

Creating a web crawler in Go with Colly

Colly is a Go package for writing both web scrapers and crawlers. It is based on Go’s net/HTTP (for network communication) and goquery (which...
1 5 min read

How to use Redis as a database with go-redis

In this article, we will explore go-redis and use its pipeline feature to build a leaderboard API.
1 6 min read

Working with Go images

In this tutorial, we will explore how to create such avatars in Go and serve it over HTTP using the chi router.
0 4 min read

How to build a RESTful API with Docker, PostgreSQL, and go-chi

In this tutorial, we will be building a containerized bucket list API using go-chi, PostgreSQL, and Docker.
4 10 min read

Receiving emails with Bref PHP and SendGrid

In this tutorial, we will be building and deploying a serverless PHP application that processes incoming emails programmatically using SendGrid Inbound Parse.
0 5 min read