From our last encounter in the previous episode, we saw Bob send a web request to Google's web server using the URL https://www.google.com. In that episode, we understood a few things through Bob's eyes.
In this episode of "The Google Search Process,...
networking
full stack
techblog
Part 1: Getting to Know the User
In this episode of "The Google Search Process", we will introduce the user and their needs. By comprehending the user and their objectives, we can better comprehend what happens when you input the query www.google.com and hit the Enter key. This will...
networking
Devops
full stack
http
Part 0: Introduction to the Series
Hello and welcome to this series on "The Google Search Process". In the next few blog posts, we will delve deeper into what happens behind the scenes when you type a query, for example https://www.google.com into your web browser's address bar and hi...
networking
full stack
Devops
What happens when
Freeing Dynamic Memory the Right Way
If you have experience working with the C programming language, you understand the importance of managing memory properly to prevent memory leaks. This comes after dealing with various memory-related errors, such as segmentation faults. In this post,...
dynamic memory allocation
memory-management
#CProgrammingLanguage
Programming Blogs
programmer
Programming Tips
Variables? They are Just Labels!
Introduction
I can relate to the excitement that comes with writing your first functional program (The renowned "Hello, world!" program). After that initial milestone, the journey begins as you delve into the intricacies of the programming language y...