3 followers
I'm a passionate developer
Postmortem is simply a report of what previously happened usually after a bug fix in the software industry. A postmortem is a process intended to help...
It's a fascinating process, isn't it? You type in www.google.com, and within milliseconds, a fully interactive webpage appears before you. But pause...
Big O is a notation used for describing the complexity(whether space or time complexity) of a program. This concept describes how much time it takes...
What happens when you run a program or an app in your system, the system assigns a unique digit to it. This is what is know as the PID of running...
Understanding how different systems communicate, share resources, and connect is crucial. Our focus will be on understanding the fundamental of OSI...
A transfer protocol is a set of rules and conventions that dictate how data should be exchanged between systems or devices over a network. It defines...