Json ..?Almost every software developer has heard about JSON. What is JSON? json is javascript object notation. JSON is a lightweight data interchange format in both human-readable and machine-readable formats. And these processes are termed as serialisation...May 7, 2025·1 min read
What is the OSI model?The Open Systems Interconnection (OSI) model—also called the OSI reference model—is a conceptual model that divides network communication and interoperability into seven abstract layers. It provides a standardized model that enables different applica...Jan 19, 2025·2 min read
Client Server ArchitectureServer-client architecture is a design model where two entities, a server and a client, interact to perform tasks or exchange information. This model underpins most modern networks, enabling communication between devices and ensuring the efficient de...Jan 18, 2025·1 min read
Decoding DNS: The Backbone of the Internet 💪DNS (Domain Name System) is a hierarchical and decentralized system that translates human-readable domain names (such as www.google.com) into IP addresses (such as 172.217.15.110), which computers use to identify each other on the network. The proces...Jan 14, 2025·3 min read
The Life of a Web Request: How Websites Speak to ServersBefore diving into the journey of a web request, familiarize yourself with this tech jargon. Client: A device or software that sends requests to a server. Server: A system that processes requests and sends responses to clients. Request-Response Mo...Jan 14, 2025·7 min read