10 followers
Working at Amazon (Alexa and Amazon Business) on things related to metering, billing and invoicing. I like gaming, music, sketching, writing and cooking.
This is a complete list of examples of all the basic programming concepts of golang. basic golang program structure package main import ( ...
When you create a new Kubernetes Cluster in EKS - you still need to do several things until you can start using it. This simple set of steps aims to...
To implement a stack in golang we can make use of the slice datatype which golang provides which allows us to modify the size on the fly. If we were...
The purpose of this guide is to make a simple telegram bot, which replies with a compliment for each and every message that it receives. Create a bot...
Both git merge and git rebase are used to integrate the changes from one branch into the other branch. We usually create a feature branch - make the...
Its very simple to install git on any platform - Linux Install git on Ubuntu, or RHEL based distros sudo apt-get install git # ubuntu based...