Web development is the art of creating websites and web applications.
π° It encompasses front-end development for user interfaces, back-end development for server-side functionality, and full-stack development for a comprehensive approach. Developers use languages like HTML, CSS, and JavaScript, as well as frameworks such as React and Laravel.
π° This dynamic field constantly evolves with new technologies, playing a pivotal role in shaping the digital landscape on the internet.
π° Before you start learning web development, you should know these essential things to understand the web development process well.
π Internet
The Internet is a global network of computers connected which communicate through a standardized set of protocols.
β‘οΈ How does the Internet Work?
https://cs.fyi/guide/how-does-internet-work
β‘οΈ How Does the Internet Work? MDN Docs
https://developer.mozilla.org/en-US/docs/Learn/Common_questions/Web_mechanics/How_does_the_Internet_work
β‘οΈ Introduction to Internet
https://roadmap.sh/guides/what-is-internet
β‘οΈ How does the Internet work?
https://web.stanford.edu/class/msande91si/www-spr04/readings/week1/InternetWhitepaper.htm
β‘οΈ How does the internet work? (Full Course)
https://youtu.be/zN8YNNHcaZc
β‘οΈ How the Internet Works in 5 Minutes
https://youtu.be/7_LPdttKXPc
π What is HTTP?
π° HTTP is the TCP/IP based application layer communication protocol that standardizes how the client and server communicate with each other.
π° HTTP follows a classical βClient-Server modelβ with a client opening a connection request, and then waiting until it receives a response.
π° HTTP is a stateless protocol, which means that the server does not keep any data (state) between two requests.
β‘οΈ Everything you need to know about HTTP
https://cs.fyi/guide/http-in-depth
β‘οΈ What is HTTP?
https://www.cloudflare.com/en-gb/learning/ddos/glossary/hypertext-transfer-protocol-http
β‘οΈ How HTTPS Works β¦in a comic!
https://howhttps.works
β‘οΈ An overview of HTTP
https://developer.mozilla.org/en-US/docs/Web/HTTP/Overview
β‘οΈ HTTP/3 From A To Z: Core Concepts
https://www.smashingmagazine.com/2021/08/http3-core-concepts-part1
β‘οΈ HTTP/3 Is Now a Standard: Why Use It and How to Get Started
https://thenewstack.io/http-3-is-now-a-standard-why-use-it-and-how-to-get-started
β‘οΈ HTTP Crash Course & Exploration
https://youtu.be/iYM2zFP3Zn0
π Domain Name
π° A domain name is a unique and easy-to-remember address used to access websites.
π° These names, such as google.com
and facebook.com
, are made possible by the Domain Name System (DNS).
β‘οΈ What is a Domain Name?
https://developer.mozilla.org/en-US/docs/Learn/Common_questions/Web_mechanics/What_is_a_domain_name
β‘οΈ What is a Domain Name? | Domain name vs. URL
https://www.cloudflare.com/en-gb/learning/dns/glossary/what-is-a-domain-name
β‘οΈ A Beginners Guide to How Domain Names Work
https://youtu.be/Y4cRx19nhJk
Keep an eye out for Part 2, coming soon!
Top comments (0)