No video

Introduction to circuit breaker in microservices (for beginners)

Learning system design is not a one time task. It requires regular effort and consistent curiosity to build large scale systems. Moreover, every system has different requirements and meeting them requires expertise and people with varied and specific knowledge. There are a lot of resources to learn through videos. But not everyone enjoys that mode of learning. Instead some people understand things better by reading and thinking on the points put forward by the author. Such people can access these in different ways - blogs, articles and books. We have come up with this video to put light on one such aspect, that is - Low level Design for developing an admit card module for an app that generates admit card for various different universities.
Important links and resources:
learn.microsof...
martinfowler.c...
------------------------------------------------------------------
Recommendations
------------------------------------------------------------------
Our full courses on youtube:
✒ System Design Primer Course: • System Design Primer C...
✒ REST APIs made easy: • REST APIs MADE EASY
Some paid courses that we recommend:
✒Educative.io: bit.ly/3qnW5ku
✒Interviewready.io: get.interviewr... (Use coupon code SUDOCODE for extra discount)
------------------------------------------------------------------
About Us
------------------------------------------------------------------
Created and Instructed by:
Yogita Sharma
✒ LinkedIn - / yogita-sharma-83400b55
✒ Instagram - / sudo.code1
✒ Facebook - / sudo.code
✒ Medium - / yogita088
Post-production(editing, thumbnail etc) managed by:
CiKi
✒ Website: www.ciki.co.in
✒ LinkedIn: / 74735937
Colors and design by:
Naini Todi
✒ LinkedIn - / nainitodi
Both Arpit and Yogita are software engineers and want to help other software engineers become better by providing high quality and well researched content by adding their creativity and teaching twist.
------------------------------------------------------------------
Join Us
------------------------------------------------------------------
Hangout with sudoCode:
✒Discord Server: / discord
For business:
✒Email: sudocode.yogita@gmail.com
Timestamps:

Пікірлер: 33

  • @saurabhdadhich5485
    @saurabhdadhich5485 Жыл бұрын

    I have worked on Circuit Breakers in my internship back in 2019, it is a super cool topic.

  • @rajchaurasiya1265
    @rajchaurasiya1265 Жыл бұрын

    Thank you soo much for such a useful content with visuals. 🙏🙏❤

  • @pravaskumar7078
    @pravaskumar7078 Жыл бұрын

    Excellent Explanation...Keep it up

  • @pradhumnporwal9683
    @pradhumnporwal96834 ай бұрын

    I'm really loving this playlist, please please please make videos on Low-level system design using java and spring boot for Food delivery, cab booking systems etc. Thanks in advance!!

  • @user-xd1pv6ze6x
    @user-xd1pv6ze6x5 ай бұрын

    Very nice and amazing thought logic concept, Really lot's of thank you so much

  • @gktechies.k
    @gktechies.kАй бұрын

    Nicely explained. Thanks!

  • @EaswaranParamasivam
    @EaswaranParamasivamАй бұрын

    Awesome explanation!! Thanks!

  • @HellGuyRj
    @HellGuyRj8 ай бұрын

    lady you are a legend

  • @narendrakumariitb
    @narendrakumariitb Жыл бұрын

    Thank you so much for such a beautiful and concise explanation

  • @sudocode

    @sudocode

    Жыл бұрын

    You're very welcome!

  • @vaanisai6436
    @vaanisai643611 ай бұрын

    Worth for the time you watch this video. Every minute has a takeaway. Awesome work with making this video. 👏👏👏👏👏👏👏👏👏👏I usually dont leave comments on videos but couldn't stop giving feedback for this ❤❤❤❤❤❤❤❤❤👌 Can you do a rate limiter video, synchronization/lock as well IF NOT available already. I'll be checking your videos & playlist. Thank you so much 🙏

  • @kirankumarmothukuri7660
    @kirankumarmothukuri7660 Жыл бұрын

    Excellent demonstration madam. Thank you.

  • @aravindkumarn1776
    @aravindkumarn1776 Жыл бұрын

    Very interesting one. Thank you so much for creating valuable content.One more suggestion since I am frequently watching yours videos. Could please create resiliency implementation in microservices in any language. That will be more helpful for learners.

  • @sudocode

    @sudocode

    Жыл бұрын

    Noted

  • @asashish905
    @asashish905 Жыл бұрын

    At the perfect time. Thanks!

  • @jithinwilfred8633
    @jithinwilfred86339 ай бұрын

    Great explanation

  • @anilnayak5642
    @anilnayak564228 күн бұрын

    Beautiful

  • @rishiraj2548
    @rishiraj2548 Жыл бұрын

    Thank you very much

  • @prabhjotsingh9597
    @prabhjotsingh9597 Жыл бұрын

    Thank you for the lovely video Is it possible to share some of the real world examples which requires manual control for states?

  • @sudocode

    @sudocode

    Жыл бұрын

    The errors being thrown are due to a bug and a false alarm.

  • @prabhjotsingh9597

    @prabhjotsingh9597

    Жыл бұрын

    @@sudocode Thank you Yogita

  • @abhisheksahu3277
    @abhisheksahu3277 Жыл бұрын

    Which tool you create these wonderful presentation

  • @sudocode

    @sudocode

    Жыл бұрын

    It’s a secret 🤫

  • @manikantapunnam1189
    @manikantapunnam1189 Жыл бұрын

    Thanks very much Ma'am 😊

  • @sudocode

    @sudocode

    Жыл бұрын

    Most welcome 😊

  • @user-ek5jw3cl7k
    @user-ek5jw3cl7k11 ай бұрын

    Thank you ma'am

  • @LearningExperienceAccess
    @LearningExperienceAccess2 ай бұрын

    At the time of implementation , do we need to create different project to implement circuit breaker pattern in between two services?

  • @sudocode

    @sudocode

    Ай бұрын

    You can simulate it by creating two different packages or projects or different applications. In real world scenario these two applications will be deployed on separate machines and the communication would take place through http APIs, circuit breakers are configured to handle API timeouts. Hope that helps.

  • @prateekkatiyar9532
    @prateekkatiyar9532 Жыл бұрын

    Great

  • @sreekarv6282
    @sreekarv62824 ай бұрын

    Concepts are good and explaining well but had to watch in atleast 0.75x as your rate of speech is very fast for me

  • @GiriGL
    @GiriGL Жыл бұрын

    This does not work in case of stateless system. In case of stateless system, db dependency is to be maintained.

  • @cinemahal7
    @cinemahal74 ай бұрын

    Iove u

  • @maheshchowdary4608
    @maheshchowdary4608 Жыл бұрын

    First view