chore: sync content to repo (#9508)

Co-authored-by: kamranahmedse <4921183+kamranahmedse@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-12-31 12:24:22 +01:00
committed by GitHub
parent 783fb1582d
commit 8b01325f42

View File

@@ -1,12 +1,10 @@
# Internet
# Backend Development
The internet is a global network of interconnected computers using TCP/IP protocols. Requests travel through ISPs to DNS servers for domain-to-IP translation, then route across networks via routers to destination servers. Enables dynamic, decentralized global communication.
Backend development focuses on the server-side logic of a web application, handling data storage, processing, and security. It involves building and maintaining the infrastructure that powers the user-facing frontend, ensuring seamless communication between the client and the database. This includes tasks like creating APIs, managing databases, and implementing authentication and authorization mechanisms.
Visit the following resources to learn more:
- [@article@How does the Internet Work?](https://cs.fyi/guide/how-does-internet-work)
- [@article@The Internet Explained](https://www.vox.com/2014/6/16/18076282/the-internet)
- [@article@How Does the Internet Work?](http://web.stanford.edu/class/msande91si/www-spr04/readings/week1/InternetWhitepaper.htm)
- [@article@Introduction to Internet](/guides/what-is-internet)
- [@video@How does the Internet work?](https://www.youtube.com/watch?v=x3c1ih2NJEg)
- [@video@How does the internet work? (Full Course)](https://www.youtube.com/watch?v=zN8YNNHcaZc)
- [@article@What is backend? A comprehensive intro to server-side development](https://alokai.com/blog/what-is-backend)
- [@article@What is Back-End Architecture?](https://www.codecademy.com/article/what-is-back-end-architecture)
- [@video@Backend web development - a complete overview](https://www.youtube.com/watch?v=XBu54nfzxAQ)
- [@video@How The Backend Works](https://www.youtube.com/watch?v=4r6WdaY3SOA)