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.
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.
your explanation with illustrations is perfect to simplify topics!!
great work!!
Love the effort and illustrations that goes into every explanation. Very helpful. Thank you.
Clear and concise! Great work!!
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.
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.
@@ByteMonk does BFF without graphql is just the same concept as the aggregator pattern on your other vid?
We have a bff server for our web UI. It has reduced so much complexity and improved UI performance a lot.
great way to explain, i will sure recommend to my friends
well explained got to learn something new
great video, thank you for this.
I got to know that there is a BFF for the first time while working in amazon