Saurabh Desalehtmlfirststeps.hashnode.dev·18 hours agoHTML First Steps"The journey of a thousand miles begins with a single step." — Lao Tzu In this blog, we will understand the very basics and build a strong foundation in HTML. After reading this blog, you will have the necessary knowledge required to build a simple y...HTML5
Sumukha Surebanprd101.hashnode.dev·Jan 20, 2025From Paper to Product: Mastering the Perfect PRDImagine you run a web development agency and you have lot of clients to cater your services, each client brings with different problem statement, requirements, scope and other specifications. All of these things should be properly documented and this...ChaiCode
CodeCaracodecara.hashnode.dev·Jan 20, 2025Yes, I'm still in the same place (To-do)Note: I’ve decided to change the order of my posts as it makes more sense to liste the issues I’ve had, followed by the positive outcomes. Also, this should have been posted on 19/01/25. Things I've worked on/completed since my last post… I am still ...Web Development
Sumukha Surebansumukhasureban.hashnode.dev·Jan 20, 2025Handshake That Powers the Internet: TCP/IP’s Secret to Reliable ConnectionsThe Backbone of Reliable Internet Communication When you send a message, stream a video, or browse a website, a complex process happens in the background to make sure your data travels securely and reliably across the internet. At the core of this pr...Packet Pathways: Networking SimplifiedChaiCode
Sumukha Surebansumukhasureban.hashnode.dev·Jan 19, 2025A Beginner's Guide to HTTPHTTP stands for Hypertext Transfer Protocol. It is an application layer protocol in the TCP/IP layer that acts as a gateway to the internet. It is mainly a client-side protocol that helps access information from the internet. HTTP Methods Major HTTP ...6 likesPacket Pathways: Networking SimplifiedChaiCode
Sumukha Surebansumukhasureban.hashnode.dev·Jan 18, 2025From Keypress to Network Signal: The OSI Model 101When communicating with the internet the data encounter wide variety of devices, each device with different Operating System, Architecture, ISP, country etc. In order to solve this the The International Organization for Standardization (ISO) in 1970 ...10 likesPacket Pathways: Networking SimplifiedChaiCode
Sumukha Surebansumukhasureban.hashnode.dev·Jan 16, 2025Understanding DNS: From Click to Connection"Imagine you’re asking your friend for their home address, and they reply with, 'I live at Latitude: 19.9248994° and Longitude: 1.24248457°.' You’re left scratching your head, wondering what on earth those numbers mean. You can’t possibly remember th...Packet Pathways: Networking SimplifiedChaiCode
CodeCaracodecara.hashnode.dev·Jan 13, 2025To-do, to-do, to-doNote: this should have been posted on Sunday, 12/01/25. Things I've worked on/completed since my last post… I am still working on To-do. I have been coming across multiple small issues and each time I fix one, another presents itself, so I am just ta...Web Development
Usheninte Danganateyontech.hashnode.dev·Jan 13, 2025An Introduction to Web Development in 2025 - Mastering HTML/CSS and JavaScriptI first saw a line of web software code on June 3rd 2017. This was an introduction to a world of wonder that I would journey through for many months afterwards. I would build using markdown and git, then experiment using React.js, then teach cloud co...1 like·26 readsHTML5
Freddie Chaviralogicaloperators.hashnode.dev·Jan 8, 2025My challenge with functions in Js.Functions are a newish concept to me. I’ve been struggling to understand their basic structure for a couple of weeks now. I realized that what I was trying to do was simply memorize how to build certain functions like adding a number or returning tru...JavaScript