Back to Home

Personal

Notes & Thoughts

Short notes, TILs, and things I find worth writing down.

Docker is used to to create and package application into containers. Kubernetes is used to orchestrate those containers into multiple diffe

devopsdockerkubernetes
Read

Concurrency > Say we have 3–4 tasks/operations. When CPU executes 1 task and in most backend cases tasks are mostly I/O bound, so instead of

BackendOS
Read

So, I was today year old when I found out that WebSocket connections at first are just simple HTTPS requests. The browser sends something

websocketshttp/httpsprotocols
Read