Day 1: Client-Server Architecture
Why learn about Client-Server architecture?
To understand how the websites and webpages work, first of all you must understand that they are all stored on servers. Our computers, on which we open the websites are clients and the machines that give us the webpages are servers.
Theory
Client-Server Architecture
Objective: Understand how webpages are generated and given to users.
Client-Server architecture Read here
usage of cURL.(this is a command line web browser that exists on your computer, run it on cmd or powershell or terminal) Read here
Practice
Hands-On Exercise
try fetching some webpages using cURL