IHIAN HUMPHREYinkanteezblog.hashnode.dev·Oct 12, 2023 · 4 min readTitle: Demystifying the Journey of a URL: What Happens When You Type "https://www.google.com"The internet has become an integral part of our daily lives, and using a web browser to access websites is second nature to most of us. Have you ever wondered what happens behind the scenes when you type a URL like "https://www.google.com" into your ...00
IHIAN HUMPHREYinkanteezblog.hashnode.dev·Apr 8, 2023 · 4 min readBig 0 Notation.Big O notation is a concept used in computer science and mathematics to describe the behavior of algorithms in terms of their time complexity. It provides a way of describing how the running time of an algorithm grows as the input size increases. In ...00
IHIAN HUMPHREYinkanteezblog.hashnode.dev·Apr 8, 2023 · 5 min readIntro to Algorithms for Newbies.Algorithms are a fundamental concept in computer science and programming. An algorithm is a set of instructions that are used to solve a particular problem or perform a particular task. In this article, we'll explore everything you need to know about...00
IHIAN HUMPHREYinkanteezblog.hashnode.dev·Apr 8, 2023 · 5 min readIntro to Data Structures for Newbies.If you're new to programming, data structures may seem like a scary topic. However, they are essential for writing efficient and effective programs. In this article, we'll introduce you to the basics of data structures and explain why they're importa...00
IHIAN HUMPHREYinkanteezblog.hashnode.dev·Apr 7, 2023 · 7 min readSDC: The Software Development Cycle.The software development cycle (SDC) is a set of processes and methodologies that developers follow to design, develop, test, and deploy software applications. It's a complex and iterative process that begins with the conception of an idea and ends w...00