Posts

22 Aug 2021

Unit Testing REST Services in Go

A guide on how to write automated tests for REST services built with Golang.

14 Feb 2021

Setting up GitAction private repository access for Golang applications

A quick guide on how to setup GitAction to access private repositories for Golang applications.

14 Mar 2020

Golang Application on Kubernetes

A complete walk-through of how to deploy a monolithic Go web application in a Kubernetes cluster, attach a domain name and secure it with LetsEncrypt’s https and cert-manager.

19 Feb 2020

Creating Docker Registry Token Authentication Server with Go

A step-by-step guide on how to create a docker registry token authentication server with Go programming language.

22 Aug 2019

Building Docker Images Dynamically with Go

how to build Docker images dynamically using the Go Docker client.

04 May 2018

Build and Deploy a secure REST API with Go, Postgresql, JWT and GORM

Learn how to build and deploy a secure REST api using Go Programming language, Postgresql database, JWT for authentication and GORM as ORM

04 Sep 2017

How to resize images for better upload/download performance. Android Development.

A simple way to resize images before upload/download in android development.