Introduction to Microservices for absolute beginners | Yogita Sharma | sudoCODE

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

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

  • @gabrielfono844
    @gabrielfono844 Год назад +12

    as software engineer , I am still on my first job and have been working as full stack developer for 8 months now.
    70% of our job are based on the backend with springboot and java .
    30% on the UI
    I really really like this video.
    I just went over our design docs for all the services and now understand why some services are sometimes affected but others no.
    thanks
    what are your best tips and tricks for someone starting out his career as self taught developer.
    I really love backend than frontend because It really challenges me .
    thanks anyway

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

    Thanks to explain what is Microservice in very simple language.

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

    Great video for freshers

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

    Thanks for the explanation, looking forward to see more such videos about microservice. thanks again

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

    Nice job you helping engineer and student for sharing knowledge

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

    A very Great High-Level Explanation. Thanks very much, ma'am.

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

    Excellent explanation.

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

    💕💕💕💕 Love Love Love from core of my heart mam. Very Nice explanation with clear presentation

  • @rishiraj2548
    @rishiraj2548 Год назад +1

    👍👍 Good day greetings

  • @imranyaseen7880
    @imranyaseen7880 Год назад +2

    Hi Yogita, the way you explain the topic is awesome 😎. Do you have plan to talk about the Clean Architecture which quite common now a days. I just want your thoughts on it and anticipated the way you will explain would be unique. Thanks.

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

    Please keep continuing microservices concept completely

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

    Thanks so much I'm waiting this in your channel

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

    Yogita well explanied thanks alot for the amazing time u investemented to share with us👍🏻waiting for the next video👍🏻

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

    Yogita nice job

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

    Waiting for next part to get deep into communications between Microservices

  • @SunShine-ge3yj
    @SunShine-ge3yj Год назад

    Valuable content, thanks!

  • @subee128
    @subee128 5 месяцев назад

    Thank you very much

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

    Beautifully explained as always!

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

    Hello Yogita mam. Please create one video for cracking the technical interview on Microservices and Spring with AWS Architecture.

  • @KrishnaKumar-ud9cj
    @KrishnaKumar-ud9cj Месяц назад

    Thanks

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

    Please complete others parts asap

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

    👏

  • @SunShine-ge3yj
    @SunShine-ge3yj Год назад

    Waiting for your 1Lakh subs 🙂

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

    Make more videos on microservices

  • @ravirajkakade12
    @ravirajkakade12 5 месяцев назад

    How to solve distribution database problem?

  • @9675A
    @9675A Месяц назад

    Want to see Bilal Abbas and Sehar khan together in a drama.

  • @UdayabhaskarChippa
    @UdayabhaskarChippa 2 месяца назад

    I did not find the link to the book "Domain Driven Design". Can you please share the link?

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

    I am working with Spring Boot to develop microservices. We want to asynchronously integrate the services so they are decoupled and we can add new services in the future. However, we are struggling with dealing with error cases. Are there any libraries in the Spring ecosytem that help with this? We are specifically struggling with event ordering, idempotent event handlers, and retrying failed event and eventually putting them into a DLQ.

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

      This is an old question. I am going through video and do have some experience working on microservices. A lot more detail is required to accurately answer the question. But here are my high level thoughts.
      Challenges:
      1. Error Cases : Note down different scenarios of what can go wrong. Now group them into where you want to handle those, so retires and jitters. And those that are service level faults where you can either drop that request or allow client to retry later like pushing the message into DLQ as you have suggested.
      2. Your requirement for the systems are :
      - decoupled
      - you need event ordering
      - idempotent event handlers
      - retries
      - eventually putting off into DLQ to be handled later.
      This is a common use case for async system integration. In AWS ecosystem you can use FIFO Queues with their handlers implemented in idempotent way. This will give you ordering, you can add idempotency using either the queue message id or adding it to your handler with id generation and storage. hint : java UUID with key value store. You can add retries in your handlers. Also it gives good integration with DLQ. You can define like visibility time for the message, number of retires.

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

    Helo mam,
    I am a bca student
    I want to do omscs program from Georgia Tech,
    But my I have 3 years bachelors degree and Georgia Tech wants 4 years, so how can I pursue that program, if you have any suggestion for me please suggest me mam.
    Please reply

  • @mrsvvmrsvv7400
    @mrsvvmrsvv7400 Год назад +1

    A poorly structured material

    • @gabrielfono844
      @gabrielfono844 Год назад +4

      just create your youtube and help others
      you should be thanksful for people who spent time creating things to help others completely for free

    • @IITianProudIndian
      @IITianProudIndian Год назад +1

      Toh tu jaake bana apna material! Aur khud ka profile pic tak nahin hai aur bada aaya idhar bhaunkne

    • @SunShine-ge3yj
      @SunShine-ge3yj Год назад +2

      Create your own stuff and then complain

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

    Are yıu hindu