MNMaxwell Nana Forsoninthelazyprogrammer0.hashnode.dev·Apr 11, 2024 · 9 min readPart 2: Getting to Know the NetworkFrom 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,...00
MNMaxwell Nana Forsoninthelazyprogrammer0.hashnode.dev·Apr 10, 2024 · 7 min readPart 1: Getting to Know the UserIn 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...00
MNMaxwell Nana Forsoninthelazyprogrammer0.hashnode.dev·Apr 9, 2024 · 2 min readPart 0: Introduction to the SeriesHello 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...00
MNMaxwell Nana Forsoninthelazyprogrammer0.hashnode.dev·Nov 25, 2023 · 8 min readFreeing Dynamic Memory the Right WayIf 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,...03TKPN
MNMaxwell Nana Forsoninthelazyprogrammer0.hashnode.dev·Nov 22, 2023 · 4 min readVariables? 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...00