Expert Guide: Backend for Frontend (BFF) in Microservices

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

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

  • @learn_vinod
    @learn_vinod Месяц назад +3

    your explanation with illustrations is perfect to simplify topics!!
    great work!!

  • @ajayadav09
    @ajayadav09 Месяц назад +2

    Love the effort and illustrations that goes into every explanation. Very helpful. Thank you.

  • @AchintBhat
    @AchintBhat Месяц назад +1

    Clear and concise! Great work!!

  • @sandyGamer97
    @sandyGamer97 Месяц назад +2

    I am a UI developer but in my project, we are using this bff pattern in api side. Our is e-commerce application so it will be b2c type so more load will be there , so they are following this bff pattern. As a UI developer we get response directly from bff and bff has many microservices integrated within and those ms calls multiple downstream services.

    • @ByteMonk
      @ByteMonk  Месяц назад

      Thanks for sharing! It’s interesting to hear your experience with the Backend for Frontend (BFF) pattern as a UI developer. In e-commerce apps like yours, which handle B2C traffic, BFF plays a critical role in managing the complexity of integrating multiple microservices and handling high loads. By abstracting these microservices behind a BFF layer, you get tailored responses optimized for UI needs, which improves performance and simplifies the frontend development process.

    • @muhammadnizwa
      @muhammadnizwa Месяц назад

      ​@@ByteMonk does BFF without graphql is just the same concept as the aggregator pattern on your other vid?

  • @StingSting844
    @StingSting844 Месяц назад +1

    We have a bff server for our web UI. It has reduced so much complexity and improved UI performance a lot.

  • @Prakhar2-v7u
    @Prakhar2-v7u Месяц назад +1

    great way to explain, i will sure recommend to my friends

  • @HimanshuPatel-zv1lj
    @HimanshuPatel-zv1lj Месяц назад +2

    well explained got to learn something new

  • @NaveedAli-n5g
    @NaveedAli-n5g Месяц назад +1

    great video, thank you for this.

  • @devmadan30
    @devmadan30 Месяц назад +1

    I got to know that there is a BFF for the first time while working in amazon