Recent Posts

Debugging 101 - Love Your Bugs

2 minute read

Errors and bugs are a necessary evil in any software developement field, and learning the art of debugging is a very vital step if you want to: Improve y...

Creating Processes

3 minute read

In this article I have tried to explain the important things that happen during a process creation. I always had doubts about How a process is created in ...

Secret Life of A DNS Query

2 minute read

This article describes how a DNS query gets resolved. Though a website is loaded in just one-click on our devices, a lot of work goes on at the back end to r...