Mar 21 · 5 min read · At some point, most frontend teams hit the same wall. The backend exposes what it knows — resources, entities, service boundaries — and the frontend is left stitching four API calls into a single scre
Join discussion
Feb 13 · 7 min read · API Gateway Design Patterns for Microservices Architecture Backend-for-frontend and gateway aggregation strategies As microservices architectures continue to dominate enterprise software development in 2025, the API gateway has evolved from a simple ...
Join discussionSep 20, 2025 · 2 min read · Worked on something I’ve been itching to tackle in bffgen: making sure every Go server generated by bffgen comes secure by default. When you scaffold a backend service with most frameworks, the first thing you get is a wide-open playground. No timeou...
Join discussionSep 18, 2025 · 3 min read · Introduction Ever felt like your React/Next.js app is stuck playing a game of telephone with 3–5 different APIs? You send a message in, and by the time it comes back out, it’s half-broken, oddly shaped, and wrapped in enough boilerplate to build a sk...
Join discussion
Feb 28, 2025 · 4 min read · Triển khai các dịch vụ backend riêng biệt cho từng ứng dụng frontend hoặc giao diện cụ thể. Mô hình này rất hữu ích để tránh việc phải tùy chỉnh một backend duy nhất cho nhiều giao diện khác nhau. Sam Newman là người đã mô tả mô hình này. Bối cảnh và...
Join discussion
Sep 3, 2024 · 7 min read · The 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 ...
Join discussion
Apr 9, 2024 · 8 min read · Overview 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...
Join discussion
Nov 29, 2023 · 10 min read · Welcome! 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...
Join discussion
Feb 26, 2023 · 6 min read · Understanding 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...
Join discussion