Chaos Engineering 101
Chaos Engineering concept invented by Netflix to learn about how our system will behave with potential failures before they become outages. The goal of Chaos...
One Minute Series
What are the 5-whys in problem solving
The “Five Whys” technology was proposed in the 1930s by Sakichi Toyoda, Later Toyota Motor Corporation adopted this method in the process of improving its...
How to setup .gitignore file
The role of .gitignore file is to ignore the changes of the specified file or folder. Say for example if you don’t want to track...
gRPC 101
gRPC is developed by Google and is a language-neutral, platform-neutral, open-source RPC ( Remote Procedure Call ) framework. In this article you will get an...
How did I survive 15 years in the IT industry?
Recently, one of my good friend asked me privately how did I survive 15 years in the IT industry. So I thought to give my...
SED command for beginners
1. Introduction Sed is a stream editor that processes content one line at a time. It can perform lot’s of operations over a file like...