Even though I'm not an architect, this is always awesome to watch! Hope one day I can paysteal my check by overengineering apps with everything that I've learnt so far
@debadipti2 ай бұрын
Amazing video! as always!!
@commie5632 ай бұрын
This is a gem of a channel for developers
@PhantomfireWasHere2 ай бұрын
Audio issue 2:08
@MittyMagoo2 ай бұрын
My guess would be "They provide fast, flexible large datasets"
@ibrahimblahblahyapyap2 ай бұрын
Great work, concise and digestible. Shame companies don't document their architecture like this, I believe it'd help digest architecture faster and improve decision making.
@helloworldcsofficial2 ай бұрын
This was great. Thanks! More of this in detail if possible. Btw, how is #1 and #2 communicating?
@KirankumarJMeshram-v8m2 ай бұрын
Hi Alex how you create such animated video
@89falah7 күн бұрын
this is really helpful, wich soft do you use to design your presentation please ?!
@BransTiong2 ай бұрын
perfect timing as we are launching a large web app soon
@jerichoserr14792 ай бұрын
Bro is definitely passing every system design interview.
@MSport0302 ай бұрын
How do you make your video animation?😮
@Whatever0704Ай бұрын
Love your videos. I saw a video where you describe the tools you are using to create the awesome diagrams, but now I can't find that video :)
@oleg070102 ай бұрын
Love this channel
@lopella2 ай бұрын
This is really fabulous. It’s so information dance I had to watch it several times. One question, is the reverse proxy only for outgoing responses from the network? That was my impression. Thank you.
@raj_kundaliaАй бұрын
Thank you for doing this!
@AlphaCoder-p7n3 күн бұрын
Mind Blowing content
@jitendrasingh-zh3vh2 ай бұрын
Can you please make a vedio explaining how uploading of file works internally how file moves from clients system to server disk
@gormhatreАй бұрын
What a beautiful video !
@caterpillar20Ай бұрын
i need more of these videos
@sabuein2 ай бұрын
Thank you.
@ColinRichardson2 ай бұрын
Is anyone else getting Audio cutout at 2:07 ?
@supertrash71022 ай бұрын
Yes
@danielgoldstein68185 күн бұрын
Yes
@hameeeed59922 ай бұрын
Good man
@shariefshaik91912 ай бұрын
What is the difference between website and web application
@eduardoalvarez44572 ай бұрын
Website is more of a read only type of site like a news website. Web app is a more interactive experience like Gmail where you can create folders to store mail, sent emails to one or muttiple people
@GreatTaiwan2 ай бұрын
@@eduardoalvarez4457 that's so wrong it's in the name Web App .. there's an app in the backend .. wethier this app is written in PHP and works as a headless CMS to serve use NEWS or stream videos and write wrong comments like these a website is a static no backend really (no business logic, fancy apis, DB ..etc) think of a simple static portfolio, restaurant menu website where they show it to u when u scan the qr-code after being seated I'm so shocked u got 8 likes are u telling me a complex news site like The Guardian that we got people like creator of the Svelete framework (Rich Harris ) from is a simple website ?
@dorogansАй бұрын
You can think of web apps as a subset of websites. It’s nomenclature essentially. One can use both terms interchangeably.
@tdsora2 ай бұрын
are load balancers single point of failures?
@itsaugbogАй бұрын
Yes and no -- you can have multiple instances that operate as load balancers to distribute traffic and each of those LB instances can forward traffic to their respective destinations. If one fails you can failover to other ones. Also health checks help with making sure things are working on the other end as well (if you were routing traffic to an EC2 instance/web server, you can have a routine health check that checks that server is consuming traffic correctly). Let's say your LBs are in a cluster with shared configuration though: that cluster configuration is a single point of failure so to speak.
@drendelous2 ай бұрын
too short for beginners this is just not for beginners
@vistech38472 ай бұрын
Btw, what's the tool to create this animation effect ?
@ARmy25102 ай бұрын
"Animation tools: Adobe Illustrator and After Effects"
@RkcuddlesАй бұрын
Wish this was an hour long
@abdul_rehman_ikram2 ай бұрын
what is the difference between reverse proxy and load balancer
@ColinRichardson2 ай бұрын
reverse proxy allows you to throw multiple domains at a single ip address, and then that reads the domain you were actually trying to reach, and then can send that request on to a hidden server behind the scenes.. They can do more than this, but it's pretty much the reason for existing.
@sulaimandanish45613 күн бұрын
Bro love your content. Can't really understand what you're saying sometimes because of the accent.
@Qith6292 ай бұрын
I would love you to compile a playlist for Product Manager - Essential technical knowledge every Product Manager needs.
@何东蓓Ай бұрын
Most of the engineer need to know that.
@Fife_knight2 ай бұрын
💯🏅
@adamdrake39Ай бұрын
I’d like to see AI manage all of that!
@ashishpal89532 ай бұрын
The more I see his videos the more I realize how much I don't know😅