So often when learning software development you would have come around these terms - library, frameworks, and modules. If you're like me, you might be...
You still don't know what the OSI model is, eh? Don't worry, I'm not going to embarrass you for it. This blog is all about simplifying the model and...
Intro If you use Twitter regularly, you would have experienced this firsthand in early July 2023. Almost everyone on the platform was rate-limited. It...
Intro So firstly, load balancing is simply, as by the name -balancing or managing the load on your server. Simple. right? It ensures that no single...
A while back I was studying about pointers in C, and every now and then the '&' symbol was being used to access the memory of the variable. It made me...
Pointers are essential for managing and manipulating data in memory. One common question that arises is how much memory a pointer itself occupies. I...