Open in app
Home
Notifications
Lists
Stories

Write
Puneet Khanna
Puneet Khanna

Home
About

Dec 26, 2021

Learning all about HTML ( 0 to hero)

What is HTML? HTML is a language or a group of elements which help you provide structure to your page. Consider the following text and save it as index.html in your local laptop. “India’s foreign exchange reserves rose by $835 million to touch a record high of $612.73 billion in…

5 min read

Learning all about HTML ( 0 to hero)
Learning all about HTML ( 0 to hero)

Dec 12, 2021

Understanding Dockerfile

Dockerfile is a file that lists the steps by which a docker image can be created locally, The image then is verified ( by yourself to see if it is desired ) and then is uploaded to the hub so that others can download that to spin containers. Lets take…

Docker

2 min read


Dec 9, 2021

Understanding Dockers — part 1

Dockers were designed to pack and ship applications in an independent / isolated objects with life — containers . The user who uses these containers sees that a container is an isolated machine[We will talk about process ,resource isolation later ] and can run the code /app inside that. The…

4 min read

Understanding dockers
Understanding dockers

Sep 27, 2021

Kubernetes essentials-Part1

Kubernetes is an orchestration/management service that helps you to deploy, maintain and un-deploy the containers. Architecture:- Node is a server/machine(managed by master node)where the containers are deployed. A Node was called a minion initially. A group of nodes is called a cluster. Where is the cluster information stored:- on the…

Kubernetes

2 min read


Jun 7, 2021

Tuning Postgres: Vacuuming & Analyze

Probably, this can help you to improve your database performance significantly in production. Some problems are not obvious but they are common across platforms or tech stacks but are not triaged or get unearthed until you see production down situation or varying/slow responses reported by the users. The performance of…

Postgres

5 min read


Apr 6, 2021

Asynchronous processing helps the System achieve high Availability, Scale & resilience.

Suppose you have a website that helps people file Income Tax returns where a user logs in to your website to fill in his details and attach documents for further processing. The backend of your system validates the data, does some needed transformations or formatting of the data, and then…

Asynchronouscommunication

5 min read

Asynchronous processing helps the System achieve high Availability, Scale & resilience.
Asynchronous processing helps the System achieve high Availability, Scale & resilience.
Puneet Khanna

Puneet Khanna

Works at VMware

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable