blog.muqitazara.techUnderstanding Ternary Operators: Simplifying Ternary Conditional Logic over If/Else StatementsIntroduction My first encounter with conditional (ternary) operations was when I first ventured into the world of programming. Along my journey, I was tasked with writing a monty program, where I had to define a data structure to use in the program a...Nov 13, 2024·9 min read
blog.muqitazara.techThe Journey of a Web Request: From URL to a Rendered PageIntroduction In the current digital dispensation, browsing the web has become an integral part of our daily lives. What happens when you type a URL like “https://www.google.com” into your browser and press Enter? 🤔 In this blog post, we will take a ...Apr 14, 2024·3 min read