#software-development
Read more stories on Hashnode
Articles with this tag
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...
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...
One of the most intriguing aspects of programming lies in the utilization of essential data structures, specifically the implementation of stacks and...
INTRODUCTION A variadic function is a function that accepts an infinite number of arguments e.g printf() that can accept as many arguments as...