How The Web Works - The Big Picture

Sdílet
Vložit
  • čas přidán 20. 05. 2024
  • From request to response - how does the web work? Let's have a look at a high-level overview.
    🖥️ Official Website & Courses
    academind.com/courses/
    👨‍💻 Learn CSS & JavaScript
    acad.link/css
    acad.link/js
    📝 Full Article
    www.academind.com/learn/web-d...
    👋 Social Media
    / maxedapps
    / academind_real
    / academind_real
    / academindchannel
    💬 Academind Community on Discord
    / discord
    ----------
    Academind is your source for online education in the areas of web development, frontend web development, backend web development, programming, coding and data science! No matter if you are looking for a tutorial, a course, a crash course, an introduction, an online tutorial or any related video, we try our best to offer you the content you are looking for. Our topics include Angular, React, Vue, Html, CSS, JavaScript, TypeScript, Redux, Nuxt.js, RxJs, Bootstrap, Laravel, Node.js, Progressive Web Apps (PWA), Ionic, React Native, Regular Expressions (RegEx), Stencil, Power BI, Amazon Web Services (AWS), Firebase or other topics, make sure to have a look at this channel or at academind.com to find the learning resource of your choice!
  • Věda a technologie

Komentáře • 350

  • @dunit111789
    @dunit111789 Před 4 měsíci +3

    It's really refreshing to have someone explain things in a slowed down way without excess takes

  • @fernandorendon8618
    @fernandorendon8618 Před 3 lety +48

    The web is built by You and Traversy Media. I think 90% of us noobs have you two as teachers, you guys make the best content. Brad puts out a stupid amount of awesome material on every single subject, while you provide deep quality knowledge about the way things truly work, always referring to the importance of the basic building blocks. You make a great team!

  • @EugeniaChe
    @EugeniaChe Před 5 lety +50

    Always useful to solidify basics’ knowledge. Thank you for this video Max!

  • @taura101
    @taura101 Před rokem +1

    It is great to have a big picture that joins up all the bits and pieces that I have gathered over the years into a coherent framework that a non-dev can understand.

  • @aabid3375
    @aabid3375 Před 5 lety +245

    Seriously amazing content...This guy is a web master.

    • @academind
      @academind  Před 5 lety +33

      Thanks so much for your fantastic feedback Abidul, this really means a lot to me!

    • @chivalrous_chevy1163
      @chivalrous_chevy1163 Před 5 lety +7

      I’d say a web guru.

    • @nischalrana9878
      @nischalrana9878 Před 4 lety

      I'd say web warrior.

    • @zes3813
      @zes3813 Před 3 lety +1

      no such thing as imporx or etc or not

    • @TokyoXtreme
      @TokyoXtreme Před 3 lety +2

      It’s time to bring back the title of “webmaster”.

  • @iliashevtsov1351
    @iliashevtsov1351 Před 4 lety +5

    This is the best explanation I've seen so far

  • @angelinagokhale9309
    @angelinagokhale9309 Před 2 lety +3

    Thank you so much Maximilian! Really appreciate the details you were able to cover up in just 12min. I shall go through your article and will check up the Udemy courses too. Thank you once again!

  • @barbarafagundes1492
    @barbarafagundes1492 Před rokem

    Wonderful content! Seriously, I finally could understand how web works. I’m a visual learner and the graphics helps a lot!!!

  • @aminelouni
    @aminelouni Před 5 lety +5

    i enjoy every time when i see your videos even if i know the content

  • @mmohammed7031
    @mmohammed7031 Před 4 lety +6

    Very succinct explanation of the basics. A great starting point to teach people about the mechanics of a webpage.

  • @samueltesema9044
    @samueltesema9044 Před rokem

    Bro, i have been watching different videos so far since am a self-taught, but i have never watched a video like this, it is nice and clear. i just wanna say keep it up brother. do more videos. Thank You!

  • @lvd2001
    @lvd2001 Před rokem

    I had all the knowledges of the bits you mentioned..like having all the parts of a car and you have help me to put them all in one piece like a car..... Thank You - I am subscribing your channel now

  • @frostysnowman5033
    @frostysnowman5033 Před 9 měsíci

    This was such a great video, well done man, very helpful!

  • @fahadullah3633
    @fahadullah3633 Před 3 lety +4

    Amazing explanation.. I love it. I never studied it and now i know how the client-server model works.

  • @issaouimounib797
    @issaouimounib797 Před 11 měsíci

    this was a really good informations you go directly to the point thank you so much bro .I was looking for a way to start they say "the hardest step is the beginings" but you made it easier thank youu again : ))

  • @mohajjarr
    @mohajjarr Před rokem

    Thank you for that! I'm starting new and this gave me a huge knowledge boost therefore I know some of the stuff you said but well done thank you so much.

  • @javiertrevino5535
    @javiertrevino5535 Před 5 lety +1

    Interesting, this is also great for us who are already developers but don't have a full picture of how it works.. you're the man, I love your videos, keep up the good work

    • @academind
      @academind  Před 5 lety

      Happy to read that Javier, thanks a lot for your comment!

  • @dikshayadav921
    @dikshayadav921 Před rokem

    my favorite teacher.. He explains complicated topics very easily.

  • @alanlado1602
    @alanlado1602 Před 6 měsíci

    Thank you for this amazing video, Max! The concepts are now clearer in my mind. I needed to learn how this works 'cause I'm learning how to use APIs in Python. You do an amazing job!

  • @vimalathithand917
    @vimalathithand917 Před 9 měsíci

    Awesome video! nice and crisp

  • @CODINGISEASY
    @CODINGISEASY Před 5 lety +5

    *A nice overview thanks!*

  • @jutah
    @jutah Před 6 měsíci

    core idea 11:30 love that. very helpful vid covering tyhe basics. thanks and subbed

  • @georgesmith3022
    @georgesmith3022 Před 5 lety

    in the middle of the user pc and the server there are many routers, firewalls, switches, load balancers, ips etc. the packet travels hop by hop and in each step changes mac address. the ip header stays the same. usually the server will be behind a firewall. firewalls will also change ip header (nat) and check application data to see if there is a danger. after the firewall there is usually a load balancer like f5 or radware. the load balancer will balance requests to a farm of servers. sometimes the load balancer does also the https decryption, that is the certificate is installed on the load balancer and not on the server.

  • @neutralface
    @neutralface Před 4 lety +3

    Knowing how the web works should be one of the first things what an upcoming web developer should learn.
    Thanks for the video!

  • @ryan_alive
    @ryan_alive Před 27 dny

    Fantastic.
    Love the focus on the client-server principle.

  • @danieloliveira9815
    @danieloliveira9815 Před 3 lety +2

    The best explanation I've seen about this topic so far. Great work, dude!

  • @saisreenivas2227
    @saisreenivas2227 Před 5 lety

    Thanks KSRRS for sharing for a lot of knowledge

  • @ayushiharia8627
    @ayushiharia8627 Před 3 lety +5

    Amazing video, sir!! It's the most clear video explaining the entire process of how web works. Thank you so much sir for this video🙏🏻🙏🏻🙌🏻🙌🏻.Do keep making such videos.

  • @PhilipAlexanderHassialis
    @PhilipAlexanderHassialis Před 5 lety +8

    "How The Web Works"
    Little pixies and leprechauns read what you write on the URL bar and then run in a big room and return on your screen with what you look for and half of them stand and show you what you wrote on the URL bar and the others hop around holding advertisements. Until suddenly your parents burst into your room and you realise you didn't mute the computer.

  • @kuldeepbadhan781
    @kuldeepbadhan781 Před 2 lety

    Best video on web i have ever watched. Thank you for such amazing content..

  • @sandmann6851
    @sandmann6851 Před 3 lety +1

    Thank you so much for uploading!

  • @arunulianchery135
    @arunulianchery135 Před 8 měsíci

    Thanks a lot. This is great content easy to consume and understand

  • @lightoffire2146
    @lightoffire2146 Před 2 lety

    the best video on how web works that I've ever seen

  • @YouTubehandle415
    @YouTubehandle415 Před 3 lety

    I liked the video as soon as I saw the AirMax's. However, the content was great too thanks!

  • @alipirzada9964
    @alipirzada9964 Před 3 lety +3

    Great Video, Learnt a lot, thanks so much love from Pakistan!

  • @yuriijam
    @yuriijam Před 2 lety

    I just discovered your channel. Great explanation!

  • @MaxVsLife
    @MaxVsLife Před 4 lety +15

    Hey Max, you are absolutely great! I am learning web development alongside my main job (also found your Udemy courses!), and you are making it so much more engaging, interesting and fun! This was a great intro, which I wish I would have found much earlier :p Keep up the good work and thank you so much!

    • @academind
      @academind  Před 4 lety +2

      Thank you very much for this awesome feedback and support Max!

  • @satyarthranjan7025
    @satyarthranjan7025 Před rokem

    thanks, Maximilian I learn a lot from your video. love from India keep it up

  • @exoticcoder5365
    @exoticcoder5365 Před 2 lety

    much clearer ! Thanks !

  • @dmitrijkuba1288
    @dmitrijkuba1288 Před 5 lety +3

    Awesome. Thank you!

  • @jagadeeshreddy3998
    @jagadeeshreddy3998 Před 5 lety +1

    Known all this stuff before, but still interesting to watch.

  • @aleksandartrisic8443
    @aleksandartrisic8443 Před 2 lety

    Like the explaination a lot, great job, thx a lot.

  • @nicolausres3171
    @nicolausres3171 Před 11 měsíci

    thank you so much man, really helpful and clear

  • @sudeep5435
    @sudeep5435 Před 4 lety +1

    This is a great video for a beginner who wants to know how internet works. This was exactly what i was looking for. Thank you for the upload.

  • @chawza8402
    @chawza8402 Před 4 lety +1

    Thank you. Now I know which to learn

  • @DoriEro
    @DoriEro Před rokem

    Thank you so much! Very well explained 🙏

  • @mrunalrawade2123
    @mrunalrawade2123 Před rokem

    Thank you so much it really helped a lot

  • @zackdaspy357
    @zackdaspy357 Před 2 lety

    AMAZING Explaination Dude!

  • @hello.itsjulie
    @hello.itsjulie Před 2 lety +1

    This is such a great concise explanation and I really appreciate the visuals. Thank you!!

  • @kylespeller
    @kylespeller Před 2 lety

    Amazing explanation!! Thanks

  • @babar6410
    @babar6410 Před rokem

    Excellent explanation, made simple to understand

  • @yuvrajsharma6803
    @yuvrajsharma6803 Před 3 lety

    I usually start by first liking your videos .......Thanks for sharing

  • @yuriykazmirchuk9641
    @yuriykazmirchuk9641 Před 3 lety +3

    Thanks. Crystal clear. Your videos and Udemy courses are awesome!

  • @justbeing2662
    @justbeing2662 Před rokem

    Amazing content
    Great explanation

  • @mohammedissam3651
    @mohammedissam3651 Před 2 lety

    10:40
    Json data only ?
    Could I use post requests during session instead ? , that’s mean users must have to login first .
    Why json ? Is it efficient ?
    Is it used for updates ?
    Do I need to learn it ,and why?

  • @tanfizhussain3785
    @tanfizhussain3785 Před 3 lety

    Thanks for this explanation!

  • @Peel-hk7oo
    @Peel-hk7oo Před rokem

    excellent presentation. thanks !!!!

  • @bmettle8246
    @bmettle8246 Před 4 lety

    Great video... Stumbled on you trying to find out more about AWS. Simplified some grey areas for me. Thank you

  • @kantyDarius
    @kantyDarius Před 5 lety +135

    You must really love those shoes 😁

    • @academind
      @academind  Před 5 lety +23

      I do indeed like them, yes :)

    • @hndzn5941
      @hndzn5941 Před 5 lety +3

      @@academind Great shoe indeed.

    • @PavanKumar-yw3bz
      @PavanKumar-yw3bz Před 2 lety +1

      🤣🤣.

    • @bhargavikommineni6970
      @bhargavikommineni6970 Před 2 lety +2

      it seems you are interested in everything except the actual message in video 😭

    • @kantyDarius
      @kantyDarius Před 2 lety +2

      @@bhargavikommineni6970 that's called multitasking bro 😅

  • @beluga7428
    @beluga7428 Před rokem

    Great video helped me a lot

  • @Capatron1
    @Capatron1 Před 5 lety +3

    Web assembly video, please! I think it introduces new opportunities on the web, I'm really looking forward to it!

  • @_Sparrow_724
    @_Sparrow_724 Před 3 lety +1

    for me as a starting web developer this was the most useful video I have ever watched

  • @animeshmishra4282
    @animeshmishra4282 Před 2 lety

    If i am designing a backend for a website . So should i use json as response .
    Can javascript render it at the frontend to generate the content. What should be an industry standard for this type of development ???

  • @leonvanrijswijk8409
    @leonvanrijswijk8409 Před 5 lety +4

    Nice to see, you keep improving your video's on several aspects. I only think you are not using those running shoes ;-)

    • @academind
      @academind  Před 5 lety +2

      I indeed try to work on the content and presentation, things can always be improved! I do use the shoes, but not as running shoes to be honest :D

  • @onderinozu9433
    @onderinozu9433 Před 5 lety +1

    Honestly, I havent understood the terms of DNS,IP,HTTPS,REQUEST-RESPONSE completely, at least till now. You clarified them such a simple way. People generally focus on the details too much but cant show the big picture and that's why you feel like "lost" when someone uses a term such DNS,HTTPS etc . Thanks for this straightforward expo and I hope you will continue to explain such details in your following videos.

    • @academind
      @academind  Před 5 lety +1

      It's so great to read that the video made things clearer for you. Another video which kind of follows this style will be released today :)

  • @dabasishkundushento5992

    Learn a lot.
    Thanks.

  • @kerryonyeogo4174
    @kerryonyeogo4174 Před rokem

    Amazing video, learnt a lot

  • @vincesanchez7790
    @vincesanchez7790 Před rokem

    Does the browser displays the page before JS file downloaded/executed, lets say the browser finished parsing the HTML file and CSS file?

  • @eastendyves
    @eastendyves Před 5 lety +1

    Thanks for that!

  • @hamzamiloudamar8162
    @hamzamiloudamar8162 Před 5 lety +1

    Thank you Max

  • @mimilee9047
    @mimilee9047 Před 3 lety +1

    Thank you! I'm only a beginner and this really helped me understand a lot in an easy way. I have subscribed and can't wait to watch more of your vids! :)

  • @VinothKumar5403
    @VinothKumar5403 Před 5 lety +1

    Pls explain about beforeinstallprompt concept in angular PWA.

  • @yadugowda8982
    @yadugowda8982 Před rokem

    excellent explanation on how web works. thumbsup

  • @amwalonline
    @amwalonline Před 4 lety

    I rarely comment and I invent my time wisely on social media and really I enjoyed your content. thumbs up and would love to follow. thanks a lot for your time.

  • @RealRower1
    @RealRower1 Před 6 měsíci

    thanks i learned what html does and css

  • @howwasthat3505
    @howwasthat3505 Před 5 lety +1

    The Best Teacher i have ever seen ...

    • @academind
      @academind  Před 5 lety +1

      Wow, this means so much to me Mohsin, thank you!

  • @garrysmith9684
    @garrysmith9684 Před 5 lety +1

    Great video Max.
    I’m currently learning web development and hoping to become a web dev at some point in the future.
    Currently taking your Nodejs Udemy course and you are the best teacher I have come across by far.
    Keep up the good work.

    • @academind
      @academind  Před 5 lety

      Thanks so much for this awesome feedback and your great support Garry!

  • @emarekica
    @emarekica Před rokem

    This was great, thank you!

  • @sheikhmahi1384
    @sheikhmahi1384 Před 2 lety

    How to upload website files where to upload does it upload to github or to web hosting does both dynamic and wordpress hosting are same ?

  • @lovelleacapulco4640
    @lovelleacapulco4640 Před 4 měsíci

    I happen to stumble upon this channel and that I really appreciate that you explained it in a very simple way for a person like me who has minimal idea about the web. Thanks again!

  • @Daudzai
    @Daudzai Před 2 lety

    Thank you so much your video was amazing.

  • @sirriryisa4721
    @sirriryisa4721 Před 2 lety

    All I have got to say is, AWESOME video

  • @shubhangmehrotra1298
    @shubhangmehrotra1298 Před rokem

    Very helpful!

  • @wearetennis3424
    @wearetennis3424 Před 5 lety

    Great overview and btw nice background you have there.

    • @academind
      @academind  Před 5 lety

      Happy to read that, thank you!

  • @bienzelynalquiza9387
    @bienzelynalquiza9387 Před 3 lety

    Thanks for information sir.

  • @giskavlad
    @giskavlad Před 9 měsíci

    very cool, thank

  • @utkalpatra1439
    @utkalpatra1439 Před 3 lety

    Very nicely explained

  • @alexandraserebrennikova8947

    amazing video, thanks a lot!

  • @sainineha1
    @sainineha1 Před 9 měsíci

    nice explanation...

  • @anasaljawa858
    @anasaljawa858 Před rokem

    Seriously amazing

  • @bala-st9cj
    @bala-st9cj Před 3 lety +1

    He produce a quality content.

  • @eric1188311
    @eric1188311 Před rokem

    this is what people needs. The big picture. it helps knowing what to learn in web development

  • @dharma3689
    @dharma3689 Před 4 lety +1

    I have been finding a video that explains to me how the web works and yours is the one that made me stop searching

  • @mooodddy1
    @mooodddy1 Před 5 lety

    plz ,Max which the best for real time application use database real time Like Firebase OR use socket.io and Mongodb?

  • @kylehenson2259
    @kylehenson2259 Před 4 lety

    i have a question , how browser divide web and generate new version for difrent user In such a way that each user has his own state

  • @222conrey
    @222conrey Před 3 lety

    Thankyou po.

  • @emersonshaja
    @emersonshaja Před 2 lety

    Found this video useful!

  • @josecobo7179
    @josecobo7179 Před 4 lety

    Many thanks Sir..

  • @ngquangan
    @ngquangan Před 5 lety

    Thanks Max

  • @mycourse4275
    @mycourse4275 Před rokem

    I like your video sir it is very very helpful for me or people 💙💙