
Welcome!!!
We are here to make life more easier and comfortable.
We have created a platform which enable users to learn to drive a car at his own convenient time and place with very minimal cost. We...
Multiprocessing models in apache web server, MPM prefork and MPM worker
Let's talk about these two models, which are used for multiprocessing in the apache web server. MPM Prefork. If you don't specify which...
DevOps Interview: System Design of messaging app
So whenever this type of question is being asked by the interviewer, don't try to rush. Think patiently what all features and components...
Dangerous commands which you should be aware of.
So there are few evil bash commands which you should try to avoid unless you actually know what you are going to do. rm -rf This command...
DevOps Interview: System design of Netflix
Let's understand the infrastructure of Netflix. So anything which involves streaming of videos in this infrastructure is handled by OC...
What is the dark web?
The image of the glacier which we normally see, which has 4% of the iceberg which is above sea level but 96% of the remaining part is...
What is Docker?
Now almost all industries are trying to adopt a microservices architecture, which means containerization technology. Docker provides a...
What is the difference between process and thread?
In Linux, if you want to perform any operation you want system call, without system call we cannot perform most of our operations, eg:-...
What is shebang? Why #!/usr/bin/python or /usr/bin/env python on the very first line of the script?
When we start writing any scripts, now let's take an example of python. Now I have started writing my python script in which I have...
What is Monolithic architecture and Microservice architecture?
What is monolithic architecture? So in monolithic architecture, we have a huge single code base built on a single large server. This type...
What happens when you type www.google.com in the browser? How DNS works?
Why DNS is needed? So we can't remember the IP address of each and every website present on the internet. We need a platform to convert...
DevOps Interview: Assignment for creating AWS ALB with 3 Nginx web servers. Terraform code
I had my interview round in which I discussed my architecture on which I was working, which includes AWS, Linux Administrations,...
How to create an AWS EC2 instance and install packages into it without touching the AWS console.
So if you want to create AWS resources but not from the console, you can write a few lines of code which will create your infrastructure...
Simple python application to fetch logs from the FTP server and ship it to your application server.
When I joined, I was given a brief introduction about how product works and normal engineering and infrastructure. After a couple of...
Why AWS SSM Automation Document is stuck in the "Inprogress" state for 12 hours and finally timeout.
So this was my interesting troubleshooting time with AWS support team. So basically my SSM Automation document was supposed to be...
What are inodes in linux ?
An inode is a data structure that stores various information about a file in Linux, such as the access mode (read, write, execute...
What is multiprocessing?
Let's say two users are logged in on the same server, both users want to edit files. Now if I have a single-core CPU, then actually...
How TCP 3-way handshake works?
Let's start with an example of our famous people Alice and Bob. So here Alice is the client and Bob is server. Alice wants to establish a...


















