Load Balancing:Behind the Power of Two Random ChoicesIn dynamic resource allocations and load balancing, one of the most well-known and fascinating algorithms is the so-called “power of two…Aug 21, 2023Aug 21, 2023
What happens when you type https://www.google.com in your browser and press ENTER?Dear reader, it does not matters what profession or occupation you come from it is likely that you once have used your browser to search…Sep 5, 2022Sep 5, 2022
Differences between static and dynamic librariesIn a previous article, we talked about static libraries in C and how they work. In this article, we are going to introduce the concept of…May 16, 2022May 16, 2022
What happens when you type `ls -l *.c` in the shellLet’s get started by defining some concepts…Apr 9, 20222Apr 9, 20222
Compiling C files with GCC, step by step.-C is a compiled language. Its source code is written using any editor of a programmer’s choice in the form of a text file, then it has to…Feb 8, 2022Feb 8, 2022
What are hard and symbolic links?Visualized path difference between hard link and symbolic link references.Feb 8, 2022Feb 8, 2022