Log parsing is a very basic problem for DevOps and SREs and we have a post on this regarding log parsing. You can find the post here In the earlier post, I have not used regex and have used only string manipulations to parse the logs. What is a regular expression? Regular expressions are a
Category: Working on Scale
Monitoring Infrastructure System Design
In this article about monitoring infrastructure system design, we will talk about how you can get metrics from any running application and software and then ship it and show it in a more understandable way. We will try to use the open-source software as much as possible. When we talk about this, we are talking
How to implement real-time tracking in applications like Swiggy, uber, and Dunzo?
How to implement real-time tracking in applications like Swiggy, uber, and Dunzo? When we talk about this question we have these aspects to handle. How to send the location How to process it and keep the data Displaying it Let’s start by answering these questions one by one. How to send the location? Sending location
Working on Scale: Infrastructure Automation with terraform and chef.
This is the fifth article in series working on scale and in this article we are going to about how to spawn infrastructure fast by using infrastructure as code and provision them using chef. This article is just one of the way how you can automate infrastructure creation. There can be many simultaneous solutions to
Working on Scale: Automating release process.
Welcome to the fourth article in the series working on scale. It has been long after the last article. In this article we will be focussing on he why and automating release process. When you are working with scale there are many thing that will bother you. One them is very frequent releases. If you
Working on Scale: Failover, timeouts, throttling and retries and why are they very important.
Hey everyone, this is the third article in series working on scale. If you haven’t read the previous ones please give it a look. In this article we will be talking about the things that people generally tend to ignore. These are timeouts, retries, throttling and failover. These four together are very important when it
Working on scale: What is caching and where to use which one?
This is the second article in series Working on scale. You can find the first one below. It was about replication and sharding and where to use which one. Working on Scale: What is replication and sharding and where to use which one? In this article we will be looking into caching, its different types, tools
Working on Scale: What is replication and sharding and where to use which one?
Hey everyone I am starting a new article series in which we will talk about working on scale. Today is the first article of this series, I don’t know how many articles it will contain as working for scale is a subject in itself and am a mere beginner. So lets start todays article of