Sagarpreet Chadhasagarpreet.in·Sep 3, 2024Organizing Your Frontend CodeThe Beginning: Hi there, 💡 This article discusses how our project codebase evolved as the team and apps grew over time. I'm excited to share the final state with all of you. 💪 Back in 2021, when the Xflow frontend team was formed, we were fully ...1 like·59 readsFrontend Development
Aniket Hendreblog.anikethendre.dev·Apr 9, 2024NextJS as BFFOverview Backend for frontend is a vast concept. From software architecture to engineering org structure, it has a big impact. In this post we are going to look at three things: Why NextJS is good choice for BFF. How to simplify contract between Ne...102 readsNext.js
Vaibhav Sahuvaibhavsahu.in·Nov 29, 2023Introduction to Microservices Architecture PatternsWelcome! Let's explore microservices and how they communicate with clients and among themselves. Discover their strengths and challenges in a nutshell. What to expect? Application Architecture Patterns Microservices Architecture Monolithic Archite...2 likes·155 readsMicroservices 101: From Concept to Creation Microservices
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