У нас вы можете посмотреть бесплатно What is a BFF microservice? | Why do we NEED it? или скачать в максимальном доступном качестве, которое было загружено на ютуб. Для скачивания выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
The backend for frontend is a pattern described by Sam Newman in his "Building Microservices" book where a microservice is developed for a specific user interface. This way we can satisfy the requirements of each user interface without bloating our gateway or downstream microservices with presentational concerns. Most importantly we can fine tune the BFF to serve the specific requirements of its user interface. The best way to think about the BFF pattern is to think of a User Interface application split into two portions: one running on the client device; and the other running on the server side. As usual architecture is about trade-offs. Let's discover what are the advantages and disadvantages of this pattern. 📖 Inspiration Book 📖 Building Microservices by Sam Newman https://amzn.to/3Q3GYI9 Help this channel by clicking on the link and buying the book. I will receive an affiliation fee 🤝 Do you want to connect with me? / Do you need my services? 🤝 Visit my website: https://marcolenzo.eu Add me on LinkedIn: / marcolenzo Add me on Twitter: / marco_lenzo 📝 Subscribe to my newsletter! 📝 https://news.marcolenzo.eu 00:00 Multi-Frontend Challenges 01:42 What is a BFF? 04:12 How many BFFs? 04:58 Drawbacks of BFF 07:17 GraphQL vs BFF 07:56 Conclusion #microservices #softwarearchitecture #frontend