Personal
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…
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…
So, I was today year old when I found out that WebSocket connections at first are just simple HTTPS requests. The browser sends something …