Everything You NEED to Know About WEB APP Architecture

Поделиться
HTML-код
  • Опубликовано: 25 дек 2024

Комментарии • 289

  • @fknight
    @fknight  Год назад +13

    🖥 Dev Notes Newsletter 👉www.devnotesdaily.com/
    📓 Studious, Notion Template for Students 👉notionstudent.com (limited time discount added at checkout)

  • @reezuleanu1676
    @reezuleanu1676 8 месяцев назад +14

    This guy explained everything perfectly for me, got my undivided attention, then randomly dipped. Absolute legend.

  • @alabilight3967
    @alabilight3967 Год назад +60

    This is the first time in my life that I will search for a video, even after it disappeared abruptly, just to subscribe and like it. The content is truly excellent!

    • @oMikekiMo
      @oMikekiMo 9 месяцев назад

      Yeah I did that too, I had meant to the whole way through but the abruptness of the "goodbye" didn't give me enough time to get my feet of the desk. Excellent teacher.

  • @eng.danson9264
    @eng.danson9264 Год назад +18

    please continue to be straight to the point.thank u so much. we need people like u on you tube. not this other people who talk a lot about nothing important in particular

  • @tabliqatchi6696
    @tabliqatchi6696 9 месяцев назад +3

    I have no idea why, but I expected a poor quality click-bait video, but after watching this, I'm really enlightened on this. Thank you so much for making and posting this. 🌹

  • @sbulelomzobe5970
    @sbulelomzobe5970 25 дней назад +1

    Bro I'd like to thank you for the effort you put in trying to explain all of this info in a way that we could understand. It's very overwhelming when you're starting off as a developer and you receive a bunch of info that's just all over the place. Please please please keep structuring your videos like this, especially tutorials.

  • @SegrainesAMV
    @SegrainesAMV 2 года назад +309

    That ending though...

    • @thcdenton
      @thcdenton 2 года назад +14

      GOODBYE

    • @sjTheGladiator
      @sjTheGladiator Год назад +5

      😂

    • @alphaturtle4839
      @alphaturtle4839 Год назад +23

      Right felt like it was in the middle of him explaining.

    • @speckzdiesal4991
      @speckzdiesal4991 Год назад +2

      Wtf 😂😂😂

    • @Thembiola
      @Thembiola Год назад +21

      Like he has been explaining to people who hardly understand what he is trying to say then realized it's nolonger worth it and stopped immediately

  • @ConquerJS
    @ConquerJS 2 года назад +179

    There's been a lot of backlash against micro-services with many teams running back to good ol fashioned monolithic architecture, as microservces can quickly become unmanageable and create impenetrable silos among larger teams where one team has no idea what the other team is doing even though both work on the same app, but neither team knows each other's codebases.

    • @chandragie
      @chandragie Год назад +3

      chronic 😮‍💨

    • @sandeepakariyawasam5216
      @sandeepakariyawasam5216 Год назад +5

      monolithic won't work for large applications like youtube where scalability becomes considerable factor

    • @webpro9083
      @webpro9083 Год назад +12

      Maybe they don't need to know, micro-services use internal API, there shouldn't be much issue though unless they don't have good documentation of their API

    • @maxmilliah
      @maxmilliah Год назад +14

      This sounds like a product management issue. For any well-managed product, micro-services management will be well documented and roles clearly assigned.

    • @michimarz
      @michimarz Год назад +12

      The state of the art is: you start with monolith, and then introduce micro-services when needed. And you consider introducing micro-services only if you have many small teams in your organisation (to reflect that structure in your app for development and maintenance).

  • @greenmanhulk
    @greenmanhulk 11 месяцев назад +5

    This video was on my home feed for the last one year. Just watched it. Awesome piece. The way he ended the video was hilarious!

  • @Sylarleft
    @Sylarleft Год назад +2

    That's the most comprehensive explanation for beginners out there! Usually, we have to search each term separately, but this video puts everything in context

  • @vivekjoshi3769
    @vivekjoshi3769 5 месяцев назад +1

    I came here as I got curious about web apps and I loved the way you explained it.
    I am not from a tech background and I thought I couldn't understand it but I did. Now I can explain this to anyone. Thank you!

  • @jahanzebrr
    @jahanzebrr 2 года назад +3

    Love the way you architected this video.... Came In, Told us everything & said Goodbye, no BS in between.
    Great Video BTW.

    • @StijnHommes
      @StijnHommes Год назад

      Are you sure we saw the same video?

    • @Cloud_XI
      @Cloud_XI 4 месяца назад

      @@StijnHommes Man must be on youtube subscription

  • @imAlexisdzn
    @imAlexisdzn Год назад +3

    I think this is the simplest, most understandable and beautiful explanation about WEB APPS Architecture ever. Great video!

  • @robberttoorenburg42
    @robberttoorenburg42 2 года назад +15

    Thanx brother for explaining this to a complete beginner like me trying to learn software development!

  • @jpgenovese
    @jpgenovese 2 года назад +3

    Dude I have the worst attention span but this video is great, so much information in so little time. No time wasting. Subscribed

  • @bulelanibotman
    @bulelanibotman 2 года назад +65

    thank you for explaining, microservices because as a student i really couldn't understand that concept. if you have time it would be appreciated if you could do a small demo app using the microservice architecture, looking at the code would further cement this knowledge!

  • @jmayorga3501
    @jmayorga3501 6 месяцев назад

    About time RUclips recommends a video that makes sense and provides enlightening information.

  • @L0VEWAR
    @L0VEWAR 2 года назад +19

    This video is so so soooooo well done. Love the way you teach and gesticulate (and may or may not have stolen this habit to apply it to my own teaching). This video would have been super helpful for me 1 week earlier, so I would have scored a few bonus points at the recent interviews. Anyway, I did pass them. As for yourself sir, keep up a good job!

  • @aether3339
    @aether3339 2 месяца назад

    first time watching your video, I love it. Can't wait to learn more from you.

  • @xyzxyzxyzxyz
    @xyzxyzxyzxyz Год назад +7

    Microservices are only necessary for large scale apps with very specific business cases. It is incredibly hard to define a domain inside a large application and when starting on your app a “monilith” structure is the way to go for most. As long as they keep the backend en frontend separated through “SPA” design and implement a pub/sub event driven architecture. Microservices can be created by cutting up the original monolith (if even necessary). But by doing tasks out of sync you can also easily scale up by deploying more workers

    • @howwwwwww.
      @howwwwwww. Год назад +1

      whats "SPA"

    • @xyzxyzxyzxyz
      @xyzxyzxyzxyz Год назад

      @@howwwwwww. singe page applications but most often used to describe a vue/angular/react paired with a loosely couples backend api

  • @AnatolijVetrenko
    @AnatolijVetrenko Год назад

    So, now I know EVERYTHING and I suppose I am a senior engineer now...thank you for making me senior in 10 minutes. Damn clickbait. From 10 minutes 2 min is an ad so you made it even faster!

  • @marwann1
    @marwann1 7 месяцев назад +1

    Man that was a very well-structured, comprehensive explanation. Thank you!

  • @troyroa7768
    @troyroa7768 3 месяца назад

    This video is so insightful. I've been looking for something like this for literally a while now but don't know the right query. Thanks, bruv.

  • @ekeminios
    @ekeminios Год назад

    Thanks for sharing ForrestKnight! This is helpful: "Microservice architecture - A collection of services, that each serves a unique responsibility."

  • @HeroineOfTwilight
    @HeroineOfTwilight Год назад +5

    Love how the code coffee transforms into a breakfast smoothie at 9:14 lol
    But for real thank you for this video; I'm completely teaching myself all of these computer science concepts so having a fairly bite sized, well-explained video laying these out is an especially helpful starting point on my way to understanding the overall picture.

  • @OjayMatuso
    @OjayMatuso Год назад

    I get the feeling this is the type of dude who can accomplish everything I'm trying to do

  • @yf4jm
    @yf4jm 6 месяцев назад

    you deserve 100 subs from a single account brother. You gave me a good idea about how development work

  • @ZamirMubashir
    @ZamirMubashir 2 года назад +8

    The examples you gave really helped me wrap my head around the concepts. Appreciate the effort and to the point explanations!

  • @afarongordon
    @afarongordon 6 месяцев назад

    Bro this is best video I’ve seen in a long time simple and effective

  • @johncarrera8654
    @johncarrera8654 2 года назад +6

    love the effort you put in these videos !

  • @sidahmedsarah4826
    @sidahmedsarah4826 Год назад

    That was awesome man!🌟 I loved every minute of it

  • @the-devacademy
    @the-devacademy 6 месяцев назад

    Such a great video, and the end though😅 was not expecting that😂 . This is the first time I wanted a you tube video to actually be longer 🤦‍♀️ awesome 👏

  • @constantinci
    @constantinci Год назад +14

    Consider modular monolith. When properly done (with discipline) gives you the same architecture as based on microservices but without the REST overload. During development you work, debug and test only a module and once accepted, merge it to your project main frame. Use microservices when they are needed, but if they live in the same context, make your application modular especially when your application is sensitive on pinball communication time consumption.

  • @kevinsengakane9876
    @kevinsengakane9876 Год назад

    That Goodbye was so sudden.....
    I like it 💯
    😂😂😂

  • @БулатПочанов
    @БулатПочанов Год назад

    I didnt understand anything at the introduction, but decided to bear with u a moment and it paid off well!

  • @aleksandrama5084
    @aleksandrama5084 Год назад +3

    LOL the goodbye at the end killed me

  • @JamesRBentley
    @JamesRBentley Год назад +1

    Great explanation, no gimmicks. Very much appreciated 👍

  • @darrenfinch1935
    @darrenfinch1935 2 года назад +1

    This is a GREAT explanation for beginners!

  • @muzahmad2104
    @muzahmad2104 9 месяцев назад

    Well explained. One of the best I’ve seen.

  • @intuitiveperformance
    @intuitiveperformance 2 года назад +1

    Love your videos man. Keep up the great work!!

  • @lemonyth
    @lemonyth Год назад

    thank you so much for this. It made me realise the app i'm working on will require micro-services architecture.

  • @alfonsoramirezelorriaga1153
    @alfonsoramirezelorriaga1153 11 месяцев назад

    So simple and clear. Great place to start. Thank you.

  • @ambikeya_tech
    @ambikeya_tech 8 месяцев назад

    Insightful post! Thanks for breaking down web app architecture essentials. Clear and concise, it's a valuable resource for understanding the fundamentals. Great job!

  • @keshavakumar9828
    @keshavakumar9828 Год назад

    In this 10 min I learnt more than my uni taught in God dam 3 years.
    Wow thank you for such a great explanation

  • @danakaboom1158
    @danakaboom1158 Год назад

    Great video. It's all about modules AKA objects AKA functions AKA subroutines…
    …client-server = sub-modules talking to a main module, peer-to-peer = modules talking to each other...
    (before computers = Betty in payroll talking to John in accounting...)

  • @Tidbit0123
    @Tidbit0123 2 года назад

    This couldn't have come at a better time

  • @dojas64
    @dojas64 8 месяцев назад

    nice explanation! Web app architectures is pure art, I really like dive in the topic!

  • @alexm.t.3311
    @alexm.t.3311 2 года назад +27

    Thanks for the very informative and well-explained video! You have a great talent for explaining complex architectures very simply in terms that everyone can understand. Liked and subscribed!
    P.S. Could you please make a video about Event-Driven Architecture?

  • @iseminini-ubong6595
    @iseminini-ubong6595 6 месяцев назад

    Hi thanks for this video I've learnt a lot in just10mins. Subscribed already!!

  • @ShahzainAli-tl8sk
    @ShahzainAli-tl8sk 7 месяцев назад

    Thank you so much for this informative video. You explained so well and I am no longer confused.

  • @francishubertovasquez2139
    @francishubertovasquez2139 3 дня назад

    Its the first time I heed outside advice, realizing their value to an organizations sometimes I dislike, the CaesarKing I now activate those 2 racks of servers I destroyed belonging to 2 different organizations or groups. My mind is cooler now. Let it be

  • @faizalimuhammadzoda4731
    @faizalimuhammadzoda4731 2 года назад +3

    Thanks for the time and effort you put into making such educational videos. Much appreciated.

  • @holykane
    @holykane Год назад

    Wonderful job here❤❤

  • @sema8962
    @sema8962 2 года назад

    Yeeeyy, great timing💛 Thank u🫂

  • @PizzaPizza_99
    @PizzaPizza_99 Год назад

    bravo! thank you for that detailed description./ I feel a little more comfortable at understanding my job now.

  • @efeegbevwie9467
    @efeegbevwie9467 2 года назад +18

    Great video, would've been better if you took a section to talk about the downsides of micro services architecture such as how challenging they can be to manage when they grow in number or how cloud functions may take a significant amount of time to warm up.

  • @soncontentmedia
    @soncontentmedia Год назад

    this is so amazing, you've earned my subscription & many more views to come

  • @JakeSavageOpinion
    @JakeSavageOpinion 6 месяцев назад

    This is one really strange way to end your video 😅. Great content 👌

  • @jammincoder
    @jammincoder 2 года назад +2

    Dude, it's videos like this that transform OK coders into great coders! Please keep making awesome videos like this!

  • @Bchicken2
    @Bchicken2 6 месяцев назад

    Thank you, great explanation!

  • @panteasanei3935
    @panteasanei3935 6 месяцев назад

    absolutely gorgeous maaan!!!

  • @AkshatRamanathan
    @AkshatRamanathan 2 года назад

    this video is a piece of art. thank you.

  • @chigurupati_s
    @chigurupati_s 9 месяцев назад

    excellent info bro thanks, please do continue like this

  • @felixc.programs8209
    @felixc.programs8209 2 года назад

    Love your content! I wouldn't have started my own Tech RUclips channel if it wasn't for finding yours. Can't wait for your future content!

  • @TheLantani
    @TheLantani 2 года назад

    Man! Im new in your channel but hollyy... I love it already! Thanks for all the info 🥳

  • @hellocat7760
    @hellocat7760 8 месяцев назад

    big thanks to you for most insightful information about web architecture, I am grateful to you,✨

  • @goedekoop501
    @goedekoop501 7 месяцев назад

    Really great explanation!

  • @murtadha96
    @murtadha96 2 года назад +3

    This is actually very informative. I never really understood microservices and serverless computing before!

    • @StijnHommes
      @StijnHommes Год назад

      Serverless computing is easy. It's what you do offline. What we did before everything was hooked up to the web even though most of it shouldn't be.

  • @RolandoLopezNieto
    @RolandoLopezNieto Год назад

    Superb explanation, thank you for the video.

  • @KbandaOfficial-m6p
    @KbandaOfficial-m6p 5 месяцев назад

    Awesome video! Thanks. The short hair makes me want to stop calling you tech Jesus 😂😂

  • @MrMortonFizzback
    @MrMortonFizzback 2 года назад

    This was a great intro, thank you so much

  • @letsfly662
    @letsfly662 2 года назад

    Really nice video bro!

  • @yamashita8822
    @yamashita8822 Год назад

    I'm calling you babe from today😂😪😂, this took me out a black hole😭😭 very very helpful!!!🔥🔥

  • @amikawi
    @amikawi Год назад

    Very well articulated and to the point. Thank you

  • @MK-oj8ol
    @MK-oj8ol 6 месяцев назад

    I have lost count of the number of times that engineers have recommended the microservice holy grail an the number of times the engineering team missed their deadlines and ultimately resorted to the traditional./non-microservice approach.
    Common sense modular development is a timeless approach.

  • @michaelr.3799
    @michaelr.3799 2 года назад

    This was brilliant, much appreciated.

  • @bifidoc
    @bifidoc Год назад

    microservices is unix way rephrased.
    there's also federated architecture in terms of networking structure (it inlines between p2p to client-server, and email is one of the oldest representatives, along with xmpp).
    monolithic and microservices are just enterprise buzzwords by people who sell stuff to sell same stuff in different packaging. in sentient world reasonable approach to modularity is generally taken:)

  • @oscarlemus3327
    @oscarlemus3327 Год назад

    Awesome explanation, thanks a lot

  • @beksaylor
    @beksaylor 2 года назад +1

    @ForrestKnight I need a few book recommendations. You covered a lot of stuff in this video and I appreciate it... but seriously Good Bye....I love it... great video as always.

  • @Y4riss
    @Y4riss 2 года назад +1

    Love the video !
    Would like to see one about micro front end architecture if possible !

  • @mariuspet89
    @mariuspet89 2 года назад +1

    All the video was super cool, I understood a lot, thanks.
    A small advance: the end of the video was very brutal, maybe you can do a summary of what you explained.
    Excepting that, everything was at the point, with very good real life examples.

  • @Jordan-tl4yp
    @Jordan-tl4yp Год назад

    Thanks FK, well explained for non-IT ppl

  • @0xhiro
    @0xhiro 2 года назад

    This videos was really helpful. Thanks

  • @crazydog3307
    @crazydog3307 2 года назад +3

    usually ill design most apps as n-tier compatible, with the idea that the db, server, and client, and gateways must be scalable, with a preference to microservices so it can be used at very little cost across multiple cloud platforms. pretty tricky sometimes, but usually i'll design it all in python using flask, or sometimes just building my own socket servers for the backend stuff. one of these days though i'll finally get up the courage to read through libcurl and try to make it in c XD

  • @joshua5617
    @joshua5617 9 месяцев назад

    Man! You’re amazing. Thanks for

  • @Abdullah-n6h6w
    @Abdullah-n6h6w 3 месяца назад

    Perfectly explained

  • @Nathan-pk5oh
    @Nathan-pk5oh 6 месяцев назад

    incredible explanation

  • @shounaksengupta2154
    @shounaksengupta2154 2 года назад

    Very much needed video!

  • @Brlitzkreig
    @Brlitzkreig 2 года назад

    That was the quickest outro ever. Almost insulting

  • @jatilyadav4000
    @jatilyadav4000 Год назад

    Amazing Video... Thanks for this informative video

  • @rusmanhl56
    @rusmanhl56 9 месяцев назад

    Would share the series #2 of this video, it was really like korean drama movie whereby the main actor almost got shot by flying bullet, and the movie just ending abruptly. What a nice way to raise audience interest. Well done but...byeee...

  • @dp-jq3fn
    @dp-jq3fn 8 месяцев назад

    Heeey @fknight! Never do that again! Was so hooked and you just "goodbye" like that?😂

  • @game_is_onnn
    @game_is_onnn 2 года назад

    this is the best explanation

  • @louisramirez975
    @louisramirez975 2 года назад

    Learning the way of the ForrestKnight.

  • @alikassem158
    @alikassem158 Год назад

    Amazing video, thank you

  • @ChristoffKott
    @ChristoffKott 10 месяцев назад

    absolutely love that, thanks!!

  • @GammaAuthority
    @GammaAuthority 6 месяцев назад

    That's the most abrupt ending I've ever witnessed. Felt like untimely death 😆

  • @jason-yb9qk
    @jason-yb9qk 2 месяца назад

    okay so i have a question. I just read an article about three tier web app architecture and it says that the frontend is in a public subnet and the backend is on a private subnet Therefore, the backend is only accessible from the frontend ec2 instance (I'm using aws here as an example) and not from the public internet. My question is when a user in his laptop access the web which is the frontend ec2 instance and made a backend request (let's say the user clicks a button that has fetch("some backend url")) does the request come from the user's laptop or from the frontend ec2 instance? because if the request comes from the user's laptop does that mean it will not be allowed since the backend is only accessible from the frontend ec2 instance? or does the request is actually made from the frontend ec2 instance? Thank you in advance.

  • @herq2409
    @herq2409 9 месяцев назад

    Weird ending, but good overview. 🙂

  • @DeyanDachev-q1v
    @DeyanDachev-q1v Год назад

    Great one! Now do monorepo and micro frontends.