Tech

Jan
22

Golang Tutorial 1: Setting up golang

Installing golang using versionGoBrew is a command line tool that helps you manage multiple versions of Go on your machine.
2 min read
Jan
22

Exponential backoff in go

IntroductionExponential backoff is a technique used to handle network errors and timeouts in a more robust and efficient way. The
1 min read
Feb
10
Golang: Connecting to posgres using ssl

Golang: Connecting to posgres using ssl

In this article, you will learn how to host a postgres server with ssl enabled using docker and connect to
3 min read
Jan
29
Golang Tutorial 1: Introduction

Golang Tutorial 1: Introduction

In this tutorial, you will learn how to install golang, setup you vscode and write a simple hello world program.
2 min read
Oct
14
Switching between Mac and Linux made easier

Switching between Mac and Linux made easier

There might be cases where you need to be working in both OSX and Linux. Switching between Mac and Linux
1 min read
Sep
14
MongoDB setup in AWS

MongoDB setup in AWS

MongoDB is an essential part of microservices architecture. MongoDB is a document-based no-SQL database. Let’s look at how
3 min read
Sep
04
A Simple Prometheus client for httprouter

A Simple Prometheus client for httprouter

Prometheus is used for monitoring and alerts. Prometheus provides system and application monitoring which is essential for microservices architecture. Prometheus
2 min read
Apr
15

Finding all Vulnerable Security groups in AWS using golang

Security is very important for any AWS infrastructure. Security groups are essential component for AWS security. Security group acts a
1 min read
Apr
12

Cleaning up unused security groups in AWS using golang

As the AWS infrastructure becomes bigger, maintaining security groups becomes harder. This is very hard to do manually. In this
1 min read
Apr
07

Switching between Mac and Windows PC made easier with Auto Hotkey

Switching between Mac and PC is such a pain. The hotkeys are so different that you mess up quit a
2 min read