Course Hive
Search

Welcome

Sign in or create your account

Continue with Google
or
How the Internet Works for Developers - Pt 2 - Servers & Scaling
Play lesson

Web Development Tutorials For Beginners - How the Internet Works for Developers - Pt 2 - Servers & Scaling

Launch Your Web Development Journey: Master HTML, CSS, JavaScript, and GitHub with LearnCode.academy's Expert-Led Tutorials!

4.0 (2)
24 learners

What you'll learn

Create and style web pages using HTML and CSS fundamentals

Build responsive websites for optimal display on multiple devices

Implement interactive features using JavaScript and jQuery

Manage version control and collaboration with GitHub basics

This course includes

  • 5.3 hours of video
  • Certificate of completion
  • Access on mobile and TV

Summary

Keywords

Full Transcript

View part 1 here! http://youtu.be/e4S8zfLdLgQ How does the internet work? Most people really don't have to know, but web developers have to know more and more as they grow in their career. The information in these videos is a must-know if you're working on a complex javascript application or a server/backend application. Also, check out part 2: How the internet works from a web developers perspective - pt 2 - backend: http://youtu.be/FTAPjr7vgxE At a high level, the internet is browsers making requests to servers and getting responses back. Each request contains headers that tell the server how to respond. The server responds with a response and a content-type, which tells the browser what to do with the response. If the content-type is text/html, then the browser knows to treat the response like an html file. If the content-type is image/jpeg, then the browser knows it's a jpeg file. This video covers how the browser parses the html document, and ways that you can improve the loading of your webpage with things like concatenating and minifying assets like javascript, css, etc. -~-~~-~~~-~~-~- Also watch: "Responsive Design Tutorial - Tips for making web sites look great on any device" https://www.youtube.com/watch?v=fgOO9YUFlGI -~-~~-~~~-~~-~-

Course Hive

Continue this lesson in the app

Install CourseHive on Android or iOS to keep learning while you move.

Related Courses

FAQs

Course Hive
Download CourseHive
Keep learning anywhere