Mike Vincentmike-vincent.hashnode.dev路Jan 13, 2025Backend for FrontendDo you remember PhoneGap and Cordova? In the early days of mobile app development, developers had a straightforward but limited choice: create separate native apps or make hybrid apps that combined a web application with a native wrapper. Many compan...Backend for frontend
Muhammad Abubakarabubakarwebdev.hashnode.dev路Jan 4, 2025How API Gateways and Backend For Frontend (BFF) Patterns Have EvolvedLet's explore some key architectural concepts from the journey of a company that has just launched its product. Chapter 1: The Monolithic Beginning The company began as a small startup with a simple web application for task management. [Web Frontend]...backend
Kirill Kovalevkirill-abblix.hashnode.dev路Aug 27, 2024Modern Authentication on .NET in Practice: OpenID Connect, BFF and SPAIntroduction As web technologies continue to advance, so do the methods and protocols designed to secure them. The OAuth 2.0 and OpenID Connect protocols have significantly evolved in response to emerging security threats and the growing complexity o...1 like路108 readsauthentication
vansh Kapoorvanshkapoor.hashnode.dev路Jun 29, 2024Part 3: Creating BFF microservice architecture using Kubernetes and NodeJsWe are done with our Product and Order Svc and now its time to create our star of the show, The 180 lbs Heavy Weight Champion BFF Svc. You can clone the code for this blog from here https://github.com/vanshkapoor/Bff-Microservice For the folks learn...28 readsbackend
vansh Kapoorvanshkapoor.hashnode.dev路Jun 29, 2024Part 2: Creating BFF Architecture using Kubernetes and NodeJsTill now we have understood about BFF pattern and we are already ready with Product SVC architecture. If you just landed here you can check previous implementation of our architecture on this link.You can checkout the codebase and fork it from here ...Node.js
Cloud Tunedcloudtuned.hashnode.dev路May 9, 2024Exploring BFF: Backend For FrontendExploring BFF: Backend For Frontend BFF, short for Backend For Frontend, is an architectural pattern that has gained popularity in recent years, especially in the context of building microservices-based web applications. BFF involves creating special...bff
Arya SoniforXeroCodee Blog'sblog.xerocodee.com路Feb 9, 2024Exploring Architectural Patterns from Diverse Perspectives 馃寪Architectural styles and patterns are essential in defining how systems are structured and operate. By categorizing these patterns from various angles, we gain insights into their unique applications and benefits. Here's a breakdown of architectural ...AWS
Francesc Travesablog.cesc.cool路Aug 11, 2023BFF and CQRSMy idol Sam Newman goes all in for BFF pattern, explained here and also better in his book and warns for the developer cognitive overhead of CQRS. I've heard the same about Event Sourcing, on Event Driven architecture talks, do it only when necessary...239 reads#CQRS
Anurag Jainblog.anuragjain.me路Feb 26, 2023Understanding API Gateway, Backend For FrontendUnderstanding API gateway If you're working on a microservices architecture with multiple services and would like to expose your APIs to external developers, several requirements need to be considered. These requirements include Authentication: Auth...247 readsAPI Gateway