Setup a Static Web Server... Basic introduction to setting up a web server for beginners who have just entered into the field of Web Tech.
Linking and Loading of a Computer Program...C program perspective An overview of the process required to properly connect and load pieces of code generated by compilers
How compiled computer languages are made? An Overview... Glance over the process of compilation, linking and loading which makes it possible to run a binary code over a processor unit.
Anonymity Online...Proxies, VPN and TOR... An overview of the high level activities of online protocols which claim to be safe for you.
Anatomy of a Linux Distribution...Create a Debian spinoff... A trip through the major components that make up a working Linux OS.
Building a Virtual Quantum Computer...in python Code the simplest Quantum Computer in python from scratch and implement algorithms like quantum teleportation!
Create your own Virtual CPU...in C++ Writing a Virtual machine teaches you how the processor actually deals with the assembly instructions, memory and stack.
Virtualization in Linux...Virtual Machines and Containers... Implementing features of the Linux kernel that make it possible to run virtual machines and containers on the top of the operating system.