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...Discuss·1 like·105 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...Discuss·26 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 ...DiscussNode.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...Discussbff
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 ...DiscussAWS
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...Discuss·229 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...Discuss·247 readsAPI Gateway