Everything You NEED to Know About WEB APP Architecture

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 พ.ย. 2024

ความคิดเห็น • 284

  • @fknight
    @fknight  ปีที่แล้ว +13

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

  • @alabilight3967
    @alabilight3967 ปีที่แล้ว +52

    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 8 หลายเดือนก่อน

      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.

  • @reezuleanu1676
    @reezuleanu1676 7 หลายเดือนก่อน +4

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

  • @tabliqatchi6696
    @tabliqatchi6696 8 หลายเดือนก่อน +2

    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. 🌹

  • @eng.danson9264
    @eng.danson9264 ปีที่แล้ว +17

    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

  • @SegrainesAMV
    @SegrainesAMV 2 ปีที่แล้ว +301

    That ending though...

    • @thcdenton
      @thcdenton 2 ปีที่แล้ว +13

      GOODBYE

    • @sjTheGladiator
      @sjTheGladiator ปีที่แล้ว +5

      😂

    • @alphaturtle4839
      @alphaturtle4839 ปีที่แล้ว +22

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

    • @speckzdiesal4991
      @speckzdiesal4991 ปีที่แล้ว +2

      Wtf 😂😂😂

    • @Thembiola
      @Thembiola ปีที่แล้ว +20

      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

  • @Sylarleft
    @Sylarleft 11 หลายเดือนก่อน +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

  • @greenmanhulk
    @greenmanhulk 10 หลายเดือนก่อน +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!

  • @imAlexisdzn
    @imAlexisdzn ปีที่แล้ว +3

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

  • @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!

  • @ConquerJS
    @ConquerJS ปีที่แล้ว +178

    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).

  • @jpgenovese
    @jpgenovese ปีที่แล้ว +3

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

  • @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

  • @robberttoorenburg42
    @robberttoorenburg42 2 ปีที่แล้ว +15

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

  • @constantinci
    @constantinci ปีที่แล้ว +13

    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.

  • @vivekjoshi3769
    @vivekjoshi3769 4 หลายเดือนก่อน

    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 3 หลายเดือนก่อน

      @@StijnHommes Man must be on youtube subscription

  • @jmayorga3501
    @jmayorga3501 5 หลายเดือนก่อน

    About time TH-cam recommends a video that makes sense and provides enlightening information.

  • @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.

  • @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!

  • @ekeminios
    @ekeminios ปีที่แล้ว

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

  • @OjayMatuso
    @OjayMatuso ปีที่แล้ว

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

  • @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!

  • @troyroa7768
    @troyroa7768 2 หลายเดือนก่อน

    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.

  • @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!

  • @yf4jm
    @yf4jm 5 หลายเดือนก่อน

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

  • @marwann1
    @marwann1 6 หลายเดือนก่อน +1

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

  • @the-devacademy
    @the-devacademy 5 หลายเดือนก่อน

    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 👏

  • @aleksandrama5084
    @aleksandrama5084 ปีที่แล้ว +3

    LOL the goodbye at the end killed me

  • @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.

  • @lemonyth
    @lemonyth ปีที่แล้ว

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

  • @БулатПочанов
    @БулатПочанов ปีที่แล้ว

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

  • @ambikeya_tech
    @ambikeya_tech 6 หลายเดือนก่อน

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

  • @MK-oj8ol
    @MK-oj8ol 5 หลายเดือนก่อน

    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.

  • @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

  • @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...)

  • @afarongordon
    @afarongordon 5 หลายเดือนก่อน

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

  • @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

  • @Tidbit0123
    @Tidbit0123 2 ปีที่แล้ว

    This couldn't have come at a better time

  • @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.

  • @aether3339
    @aether3339 หลายเดือนก่อน

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

  • @darrenfinch1935
    @darrenfinch1935 2 ปีที่แล้ว +1

    This is a GREAT explanation for beginners!

  • @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?

  • @JamesRBentley
    @JamesRBentley ปีที่แล้ว +1

    Great explanation, no gimmicks. Very much appreciated 👍

  • @felixc.programs8209
    @felixc.programs8209 2 ปีที่แล้ว

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

  • @kevinsengakane9876
    @kevinsengakane9876 ปีที่แล้ว

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

  • @johncarrera8654
    @johncarrera8654 2 ปีที่แล้ว +6

    love the effort you put in these videos !

  • @sidahmedsarah4826
    @sidahmedsarah4826 10 หลายเดือนก่อน

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

  • @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:)

  • @alfonsoramirezelorriaga1153
    @alfonsoramirezelorriaga1153 10 หลายเดือนก่อน

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

  • @muzahmad2104
    @muzahmad2104 8 หลายเดือนก่อน

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

  • @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.

  • @jammincoder
    @jammincoder 2 ปีที่แล้ว +2

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

  • @alvinxyz7419
    @alvinxyz7419 ปีที่แล้ว

    I create app in a monolith codebase but each domain loosely coupled, so i can freely to combine multiple domain as a service or separate them as independent service, this creates a scalable and manageable system

  • @intuitiveperformance
    @intuitiveperformance 2 ปีที่แล้ว +1

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

  • @yulose9
    @yulose9 ปีที่แล้ว

    Just curious what books have you read related to programming, software development and computer science? can you make a video about it?

  • @faizalimuhammadzoda4731
    @faizalimuhammadzoda4731 2 ปีที่แล้ว +3

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

  • @mitotv6376
    @mitotv6376 ปีที่แล้ว

    Nice ending

  • @PizzaPizza_99
    @PizzaPizza_99 11 หลายเดือนก่อน

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

  • @dojas64
    @dojas64 7 หลายเดือนก่อน

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

  • @Y4riss
    @Y4riss 2 ปีที่แล้ว +1

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

  • @rusmanhl56
    @rusmanhl56 8 หลายเดือนก่อน

    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...

  • @martinbakker7615
    @martinbakker7615 2 ปีที่แล้ว +15

    Microservices is not a solution to a software problem. It is a solution to people management problem. On how to split work over many teams.

  • @ahmedtech9590
    @ahmedtech9590 2 ปีที่แล้ว

    I am more interested in the Linux you have set up. Can you make a tutorial on how you customized your terminal espeically, it looks amazing, as well as your task bar and icons

  • @SaaSSavvy
    @SaaSSavvy 2 ปีที่แล้ว +2

    In the serverless architecture, why is it easier to keep the "validate customer" logic on an AWS Lambda function than within the microservice itself? I know you're only charged when Lambda executes the function, but what's the value in breaking out that function in this example? Does it prevent the code base of the microservice from getting weighed down? Thanks!

  • @Brlitzkreig
    @Brlitzkreig 2 ปีที่แล้ว

    That was the quickest outro ever. Almost insulting

  • @ShahzainAli-tl8sk
    @ShahzainAli-tl8sk 6 หลายเดือนก่อน

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

  • @panteasanei3935
    @panteasanei3935 4 หลายเดือนก่อน

    absolutely gorgeous maaan!!!

  • @iseminini-ubong6595
    @iseminini-ubong6595 5 หลายเดือนก่อน

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

  • @sonsangsom
    @sonsangsom ปีที่แล้ว

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

  • @Abdullah-n6h6w
    @Abdullah-n6h6w 2 หลายเดือนก่อน

    Perfectly explained

  • @TheLantani
    @TheLantani 2 ปีที่แล้ว

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

  • @JakeSavageOpinion
    @JakeSavageOpinion 5 หลายเดือนก่อน

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

  • @AkshatRamanathan
    @AkshatRamanathan 2 ปีที่แล้ว

    this video is a piece of art. thank you.

  • @Nathan-pk5oh
    @Nathan-pk5oh 5 หลายเดือนก่อน

    incredible explanation

  • @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.

  • @louisramirez975
    @louisramirez975 2 ปีที่แล้ว

    Learning the way of the ForrestKnight.

  • @alexsiuwh
    @alexsiuwh ปีที่แล้ว

    micro services requires deep consideration such as transaction crossing services, performance as overhead on intensive massaging. if you are talking about complex system, it cannot be truly stateless. there is no single technology can work without flaw, especially micro services, experience on architecture design and implementation cycle do counts a lot

  • @NickMothershed
    @NickMothershed 2 ปีที่แล้ว

    God tier outro

  • @goedekoop501
    @goedekoop501 6 หลายเดือนก่อน

    Really great explanation!

  • @MrMortonFizzback
    @MrMortonFizzback 2 ปีที่แล้ว

    This was a great intro, thank you so much

  • @KbandaOfficial-m6p
    @KbandaOfficial-m6p 4 หลายเดือนก่อน

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

  • @DeyanDachev-q1v
    @DeyanDachev-q1v ปีที่แล้ว

    Great one! Now do monorepo and micro frontends.

  • @chigurupati_s
    @chigurupati_s 8 หลายเดือนก่อน

    excellent info bro thanks, please do continue like this

  • @Jordan-tl4yp
    @Jordan-tl4yp ปีที่แล้ว

    Thanks FK, well explained for non-IT ppl

  • @hellocat7760
    @hellocat7760 7 หลายเดือนก่อน

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

  • @vinaywinde489
    @vinaywinde489 2 หลายเดือนก่อน

    bro did video to make his sponsors happy

  • @letsfly662
    @letsfly662 2 ปีที่แล้ว

    Really nice video bro!

  • @Bchicken2
    @Bchicken2 5 หลายเดือนก่อน

    Thank you, great explanation!

  • @game_is_onnn
    @game_is_onnn 2 ปีที่แล้ว

    this is the best explanation

  • @oscarlemus3327
    @oscarlemus3327 ปีที่แล้ว

    Awesome explanation, thanks a lot

  • @4115steve
    @4115steve 5 หลายเดือนก่อน

    can you make a video about the different types of commuication between all these tiers, is it mostly JSON? What else?

  • @jacobl7451
    @jacobl7451 ปีที่แล้ว

    boy that JetBrains ad was long
    2:31 to continue

  • @RolandoLopezNieto
    @RolandoLopezNieto ปีที่แล้ว

    Superb explanation, thank you for the video.

  • @amikawi
    @amikawi ปีที่แล้ว

    Very well articulated and to the point. Thank you

  • @ladyalice
    @ladyalice หลายเดือนก่อน

    Start: 2:23

  • @dp-jq3fn
    @dp-jq3fn 7 หลายเดือนก่อน

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

  • @michaelr.3799
    @michaelr.3799 2 ปีที่แล้ว

    This was brilliant, much appreciated.

  • @djlclopez128
    @djlclopez128 5 หลายเดือนก่อน

    I didn't really enjoy the ending, but the information was helpful.

  • @frroossst4267
    @frroossst4267 2 ปีที่แล้ว

    Really helpful, I remember being really cknfjdes when building my first full stack web app