Tech

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
Apr
06

Conway's Game of life solution in golang

Conway’s Game of life is an interesting problem with a even more interesting solution. In this blog we
3 min read
Apr
03

Deploying wordpress in google kubernetes engine (GKE) and exposing it using load balancer (http and https)

In this blog you will learn how to deploy wordpress in google kubernetes engine (GKE) using persistent volumes. Then exposing
8 min read