mohan sMar 314 minExperience of Distributed SystemsThis post is about my collective experience in distributed systems as Developer, Architect, Systems Engineer, SRE and Resiliency Lead....
mohan sAug 28, 20211 min How Containers are more lightweight than Virtual MachinesDocker containers share the host’s kernel, network stack, and filesystem drivers, and generally don’t run complex services like systemd...
mohan sAug 28, 20214 minHow does YARN compare with Mesos?Both systems have the same goal: Allowing you to share a large cluster of machines between different frameworks. Yarn: For those who...
mohan sAug 28, 20212 minWhat is Hashicorp vagrant?Vagrant is used to set up one or more virtual machines by: Importing pre-made images (called "boxes")Setting VM-specific settings (IP...
mohan sAug 28, 20212 minTechniques to scale your Web Site fastFind the bottleneck To find the bottleneck first empty the browser cache and reloaded the page with firebug running. The Net panel showed...