What are Microservices?

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

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

  • @rohitsk6793
    @rohitsk6793 6 หลายเดือนก่อน

    Nice explanation bhaiyaa

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

    Are there any tradeoffs from calling function directly from modules in a monolith architecture to switching to network calls to microservices?

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

      Yes there definitely is. But the positives outweigh the negatives which is why engineers look for other ways of speeding up their inter service communication like gRPC or they could decouple it using RabbitMQ if the usecase supports it.

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

    Hi Arpit..i am planning to take your course but your September course batch starts at around 3.30 am here in california. So i wanted to know if there would be any different batch timings going forward so i can enroll in them? Thanks for your awesome content😃

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

      Might have one in morning 9 to 11:30 IST. Does that suit you better?

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

      @@AsliEngineering Yes this time schedule works for me .thanks.

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

      @@akashshirale1927 Done. Was planning to move the batch to the morning IST, your message pushed me other the line :) Changed the timing of entire sept cohort to Morning IST.
      Do join the waitlist, will be opening up the enrollments sometime in august.

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

      @@AsliEngineering Thanks. Joined the waitlist.

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

    When its monolith, all will share a single RAM, but after you distribute it into different microservices, won't it introduce lag as each microservice has to query a database then load into RAM, then send over a API. Isn't it better to just use microservices for certain particular cases like recommendation system in Python etc.

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

    Great video bhaiya!
    So, these services could be a simple docker container. Recently, I got a chance to set up reverse-proxy-server for OAuth2.0 with FusionAuth as an identity provider. So, can we consider this OAuth services as a microservice or am I getting something wrong ?
    Also, being a student (not having access to projects with big giants who are using microservices) where can I find projects that implement such design and study them or play around with such projects to get a more practical look of how it is done.

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

    Having one microservice for one API end point. How does this sound?

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

      Spectacular ✨

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

      @@AsliEngineering in that case we might end up having 100+ because for one end point we are making a new microservice and deploying it in the same network.

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

      not practical , a single microservice may have atleast x no of apis depending on the business requirement and scale. It will be well thought out by architects.

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

    Gold