BEST Full Stack Architecture That Scales to The Moon!🚀

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

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

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

    Learn about more full-stack technologies on codedamn's interactive full-stack learning path: cdm.sh/fullstack

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

    The moon seems quite crowded today! 😅

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

    Watched till the end. I've got to say, you put out awesome videos. Just started my part to being a full stack dev (been a front-end dev for a while now). Your videos help a lot. Thanks!!

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

    If you want universal scaling. Use Golang or Rust for your backend. End of the story. Use compiled languages that effectively make use of all cores and you will have the scaling you need per server. Then you can bring up other concepts like horizontal and vertical scaling when it is nearly impossible that a highly optimized server will do it all

  • @username-zg8og
    @username-zg8og 2 ปีที่แล้ว +5

    thanks for consistently sharing your knowledge

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

    This is a awesome architecture, I love it and use it for the majority of my freelancing projects but not scalable to the moon. Things such as database locking and high traffic can make this slow. Best practices like database sharding, load balancers are still lacking.

    • @II-ii2um
      @II-ii2um 2 ปีที่แล้ว

      How do you actually do this IRL? Any links or terms that you can pass on , good sir of the Internet ?

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

    I understood the concept but for better visibility please make a small project which follows this example you are explaining for better understanding

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

      well we did get the point right, host front end on cdn network like cloudflair and host backend on single server somewhere in world along with it's database

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

    You can still use cloudfront (without caching) for your backend dynamic content, you'll lower latency by using AWS internal fiber network, plus you'll be protected against DDoS attacks.

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

    I watched this video till the end. Love the conte

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

    I watched this video till the end!!!
    Thanks a lot for this video..
    Video Suggestion:
    1) Please do a video on AWS Services and also make a short tutorial of them being integrated in a NodeJS Application(as Node is your and also my fav language 😄😄😃😃 )
    2) Hands on tutorial for SSG /SSR+Caching uisng React or Next.JS...
    Thank you again....

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

    Great video. I had to switch a project from ssr to ssg (strapi backend) it performs so much better and haven’t even gotten it on vercel yet.
    Oh yeah I watch all these to the end but never put it. Might as well now lol.
    “I watched (all the videos) this to the end”

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

    Great quality content, I'm binge-watching your videos!

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

    you can also get multiple server all over globe and use load balancer for database

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

    I watched this video till the end! After watching your video top backend concept to master in 2022😅

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

    I watched this video, till the end! Le bhai kar diya comment.

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

    Hey I have a doubt here. As we know AWS lambda container shuts off if there are no requests for like 20 mins. Now if you have a database connection, since the server is actually restarted don't you think it is a waste to open new connections each time server restarts?

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

    Amazing how you give us priceless knowledge just like that

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

    Thanks for sharing your knowledge man! Muchas gracias

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

    This is great Architecture 👍I told my manager that we should separate our FE on Vercel (Instead of EC2 ) but at that time I don't have much knowledge to express why this architecture is better than the previous one, tones of thanks for sharing great knowledge🔥

  • @raj-yz9zx
    @raj-yz9zx 2 ปีที่แล้ว

    Brother can you please add step-by-step practical/hands-on tutorial on such topics after the theory part.

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

    Bro you look dope bro..and dope content btw..love your channel..watch all your videos every single day..

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

    That would be great course to watch on how to develop apps with all these lambdas, how to deal with vercels, cloudfronts etc

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

    It was interesting to watch!

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

    It was very helpful video.....😄😄..I watched the video till the end.

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

    What about scalable and geodistributed databases like eg Yugabytedb, Pingcap TiDB,...? I would expect they solve the latency issues from databases running with eg sharding and replication all over the world?

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

      Are they strongly consistent?

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

      @@codedamn
      I suppose yes since most of these DB solutions targeting Kubernetes deployments for the scalability.
      I just notice there is little information shared about using solutions like this to overcome the DB scaling problem. I'm reading up and watching more YT vids on the concept for a better understanding myself. But the fact is, it's often neglected or talks only address a limited spectrum from possible solutions. It's a missed opportunity to explore more newer solutions that are available for quite some time

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

    pls make video on distributed databases

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

    make video on vercel pricing model .

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

    Sir make a video on building REST api using mongodb nodejs driver

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

    couldn't agree with you.
    ->1st we should focus on the distributed server & later CDN
    because in React/Vue the front-end load only a single time after that it usually communicates with the server 30-50 times.
    so, we should prioritize the server distribution first to minimize latency.

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

      Distributed servers is hard to get right. Even if you distribute compute, to get true benefits you need to distribute the database layer as well. And it is usually impossible to get distributed DB with high performance and strong consistency (cloudflare KV takes upto 60 seconds to sync the storage globally). Focus on what you can get right fastest - static assets over CDN

  • @AmitGupta-lx2ze
    @AmitGupta-lx2ze 2 ปีที่แล้ว

    Amazing mehul bro.. keep it up 😀😀😀

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

    More videos like this pls

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

    I watched the video till the end ❤️❤️❤️

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

    Happy Birthday Mere Bhai 🌟

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

    Watched the video to the end ;)

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

    Very very informative channel

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

    In cases of mobile application, we can skip the deployment on the CDN right?

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

    I watched till the end😁

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

    Dear Codedamn
    You are creating really good videos. You are covering all technological topic in very detail. Keep it up.
    Do you do something like Saturday night live type Q&A session?

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

    what about laravel node js. I am talking about Adonis Js. Is it worthy to learn

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

    Good, but not the best unless you make a video on distributed backend.

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

    Audio is too low

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

    I have a question why make backend when you have things like firebase 😅

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

      💰

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

      U wanna pay bucks???

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

      @@akshaygadekar9926 we have to pay for servers then why not for firebase

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

      @@jatinverma3576 firebase uses node JS, so you still need to learn it

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

      It will be much more costly than having ur own backend

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

    Why you deliberately skip data center in India in the map. Ignoring India is great 🤔?

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

    Can you please share the link of Twitter thread you mentioned?

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

      twitter.com/rauchg/status/1337857095014629379

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

      @@codedamn thank you

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

    Can you make a video on gRPC?

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

    Do you have any course on this Architecture ?

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

    how do VPC's work ?

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

    nextJs + material UI + lumen PHP (laravel micro framework) + MySQL is my tech stack, Mahul do you think this is scalable?

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

      Any stack is scalable

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

      Ofcourse,btw don't let mui supress your creativity, checkout other css frameworks as well

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

      @@tapank415 yes I have used bootstrap a lot

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

      @@akshaygadekar9926 Nice, I've used a number myself and have found Tailwind-css my favorite. Best of luck to you.

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

      Same. I thought I am only one who uses Php with nextjs. 😅 Only diff is I use bootstrap instead MUI

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

    Great

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

    Wat is VPC

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

      Same question from me

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

      virtual private cloud, i.e kinda same as vps.

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

    Ajinkya rahane

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

    I have again watched this video till end.
    Video suggestion:
    How to integrate multiple services ( or db) like by Mongodb, Elastic Search, Cache by S3, Cassandra, Hbase or any other db or tool to scale DB.

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

    Can you do some practical videos instead of just theory?

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

    Here comes a silliest question in the world,how about just nextjs, a database and nextjs's serverless backend api? it's basically the same thing? without node is it scalable? Please someone help me?

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

    JAMSTACK Lets Go

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

    I watched this video till the end.

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

    Thanks this one cleared my doubt on either to use the API routes from NextJS or have a separate backend API

  • @93dssagar
    @93dssagar 2 ปีที่แล้ว

    Gold channel.

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

    So I had an application idea and was just bing watching videos on TH-cam for scalable architectures. Looks like I found my piece.

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

    One of the best video on Architecture Thank You Mehul sir for providing good knowledge.

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

    I watched this video till the end, awesome video. Could you do a video on are better backend architecture?

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

    My respect for you is increasing after every video I watch!

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

    you should also talk about microservices based architecture

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

    These kinds of videos help a lot. Not a lot of youtube videos teach this kind of stuff. Thanks a lot!

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

    Web developer has to learn data structures?

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

      Eventually...but not to get a job at first

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

      @@Geomaverick124 thanks for your reply sir 😄, I have an another doubt that in many videos I have seen that product based companies hire software engineer not web developers so how and where should we apply to get our first job and which stack will be preferable!!

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

      @@skulldot5495 well it depends on where you live and what jobs you apply for...Web developers are software developers/engineers that just specialize in creating web apps and websites...you can look into CMS, Wordpress, or Shopify development; you could also look into Content Editor, HTML Email developer, or Web Master as starter jobs and work on the mainstream technologies like Nextjs, c#.net, Node, etc on the side. If you get one of the starter jobs and build a portfolio on the side with projects using relevant tech, you will be in a better position to get the job you really want

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

    100% Agree !! I do this A LOT !!!!

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

    Thumbnail game to the moon

  • @sachinsingh-jb7td
    @sachinsingh-jb7td 2 ปีที่แล้ว

    Happy birthday sir 🎉🎉🙏