Sarada Sastri·Jun 8The Ghost in the Cluster: Hunting Down Intermittent Kubernetes EFS Socket TimeoutsAs platform engineers, we are often comforted by the concept of reproducibility. If a workload fails, we mimic the traffic, scale the…
Sarada Sastri·Apr 17, 2021Software Architecture — Principles, Practices & StylesDesigning the right architecture for a problem statement is more of an art than a science because it depends a lot on the understanding of…A response icon12A response icon12
Sarada Sastri·Sep 27, 2020Automated API Testing — A Developer’s perspectiveAgile methodology is put to practice using the shift-left-testing. Shift left testing paradigm suggests “Test early, Test often”. Test…
Sarada Sastri·Aug 16, 2020Splunk — A developer’s perspectiveThis article gives a developer’s perspective of using Splunk, get quickly acquainted with Splunk, understand SQL (Splunk Query Language)…
Sarada Sastri·Jul 19, 2020Splunk —An OverviewThis article gives high level overview of splunk — Why splunk? What is splunk? and the Architecture of splunk.A response icon1A response icon1
Sarada Sastri·Jun 30, 2020MongoDB Analytics for Big-DataHow can I derive value from the data that is stored in MongoDB?
Sarada Sastri·Feb 24, 2020MongoDB: ShardingSharing is Mongo’s answer for scaling. It is a way of distributing both work and data. More work over more data. And it is required for…