Stateful vs Stateless Applications

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

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

  • @manishkumar-qn6lx
    @manishkumar-qn6lx Год назад +1

    Watched multiple videos over this topic, was confused. But this 7 min video explained everything what's needed, implementation, alternate approach & proper difference! Thanks dude!

  • @8794DragonRush
    @8794DragonRush 2 года назад +1

    After another video on the subject failed me, your use of a practical/real world example is really what made this click for me. thanks!

  • @ahillbaky
    @ahillbaky 2 года назад +4

    Hey Mehul, learning every day something new related to tech from your channel is very informative & useful. the way you explained the topics is just awesome especially liked your explanation using whiteboard it helps to visualize the things.
    KEEP IT UP.
    Thank you.

  • @ArthurBaronovCodes
    @ArthurBaronovCodes 5 дней назад

    Thank you for the amazing explanation. This really helped me a lot! And I did watch the video until the end.

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

    Can we have a video for how to write a programmers guide document. Would really be pleased. How to write api/sdk documents that will help developers save time and get clear information

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

    I watched this video till the end 🙏
    Thank you so much 👍

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

    The video was really good and informative.
    The part that u said "the way u make stateful, stateless is that u actually cheat by..." Was what I was looking for. And just a suggestion, It would have been great if you had mentioned the name of the 2nd strategy that u described for scaling stateful apps which is "sticky session" so that people can search that

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

    learnt something new today . Thank you :)

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

    if you store the session or state in cookies, why can't it be serve on different instance.. The data is persisted inside the request headers and not on the server. no? 🤔🤔

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

      It's not about the cookie, its about the data stored in memory of the server (the IP address counter in this case)

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

    I watched this video till the end!
    Thanks for being so clear and practical in your explanations Mr. Mehul, I learn a lot from your videos, even the short ones.
    Keep it up! I wish you an amazing day!

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

    I really like your presentation style. You clearly know your stuff. I might suggest a minor point of clarity, however. When discussing state and parallel / multiple servers, it would help those lacking experience to explain the overall point of managing state. That is, the single point of truth necessary to make the rate limiting logic work. Similar to the point of a database server, for example. Just get that basic concept across in the beginning so the alternatives and limitations become more obvious.
    Nice work, I like watching your videos.

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

    I watched this video till the end!
    Very good video!

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

    Great work explaining this concept

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

    Simple and clear explanation. Thankyou

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

    I WATCHED THIS VIDEO TILL THE END!
    ❤️ Thank you so much Codedamn❤️

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

    Bro big like! Love the explanation!

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

    So as you said we can send special cookie back which may contain address of server.
    But here again that client machine when they makes a call they again need to send the cookie back
    So any how it is similar like token based authentication.
    Here I can suggest we can check the ip of request if it's coming from same ip then give that request to same server that we need to implement at load balancer level.
    Please correct me if I am wrong.
    Or else you can add more to it.
    Its really nice and clean video 😊
    Thanks

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

    Bro I love you man. Keep sharing yo knowledge!

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

    watched ill the end. really good stuff thanks Mehul.

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

    I watched this video till the end. This was very informative. Thank you very much.💡💡💡

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

    Watched this video till end great one awesome work

  • @HB-kl5ik
    @HB-kl5ik 2 года назад

    Nucleya of coding uploads every single day!!!!!

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

    Excellent explanation.

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

    Im literally waiting for channel to hit 2lakh subs

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

      👀

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

      @@codedamn its been soo long since you have consistently posted every day
      Still that number is elusive 😭

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

    Idk if you’ve done a video on this but could it be possible to do a video on authentication ? Like tokens, and sessions and cookies. Where to store the authorized tokens, where the authorization logic is done. Other protections and rules as well
    For example if I’m using firebase, where is the token stored? Do I send the whole token back to the front end or just the User ID portion back to the front end? Really confused on this

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

    Very very useful topic covered with ease. Thanks a lot ✌🏼❤️

  • @HariKrishnan-ff4hf
    @HariKrishnan-ff4hf 10 месяцев назад

    But redis is in-memory right and uses ram . But in the video, you explained redis cache is slower because of tcp network. can you help explaining ?

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

      Your redis instance would almost always never be in the same computer as your other systems in a scaled setup. You’re right that redis keeps things in memory but when external systems need to read/write they need to access that redis instance over network

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

    Do you teach all these stuffs in your courses?

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

    Watched till the end... Did so many times for your other videos... But it's the first time I'm saying this.

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

    I watched this video till the end!

  • @KiranKumar-y4v
    @KiranKumar-y4v Год назад

    what if Redis has multiple instances?

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

    this is gold mine...

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

    Watched till the end :)

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

    I WATCHED THIS VIDEO TILL THE END!

  • @СашаЛевковец-к6ъ
    @СашаЛевковец-к6ъ 4 месяца назад

    Thank you so much

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

    Very informative

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

    More videos on security pls...

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

    Interesting!

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

    Great!

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

    One complain : You said about a wide range of Software or web development...But you don't said the basic enough...Its bit hard to understand...This video is great but some are hard to understand for beginners

    • @india-tv-owner
      @india-tv-owner 2 года назад

      This is high level overview. It is mostly software architect thing. :)

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

    I watched this video till the end

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

    I watched this video till end

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

    I watched this video until the end

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

    I watched till the End ...

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

    ❤❤

  • @Ashwin.Ravichandran
    @Ashwin.Ravichandran 2 года назад

    I commented many times but never gets an response

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

    I watched this video till the end. xd

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

    Always first ❤️❤️

  • @DigitalData.
    @DigitalData. 2 года назад

    I WATCHED THIS VIDEO TILL THE END!

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

    I watched this video till the end

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

    I watched this video till the end