Best of Backend Development — February 2021
- 1
- 2
Bits and Pieces·5y
BFF Pattern (Backend for Frontend): An Introduction
The BFF Pattern (Backend for Frontend): An Introduction Get to know the benefits of using the BFF pattern in practice. The BFF acts as a simple interface between the frontend and microservices. A single BFF is focused on a single UI. Can we have multiple BFFs for multiple UIs? We’ll answer this question in the latter section of this article.
- 3
Medium·5y
Writing a Node.js GraphQL backend that actually scales — A complete guide — Part 1: Setup
GraphQL is a popular alternative for building your backend application. The ultimate objective of this series of articles is to show you how to build it from scratch in a proper manner. The tutorial will be for beginners, but there are other better resources to learn about primitive types.
- 4
DZone·5y
Building Large Projects With Vue, Vite, and Lerna
Vite is a new build tool from creators of Vue JS framework. It works smoothly with Vue, and with any other web framework just as well. Combined with Lerna, it works great with large modular applications. It is much faster and easier than competitors.
- 5
LogRocket·5y
Firebase vs. Supabase: Which is better?
Backend-as-a-Service (BaaS) is a service model in which developers outsource all the behind-the-scenes aspects of web or mobile development. Over the last decade, we’ve seen the rise of companies offering these services, including Firebase, Supabase, Parse, Back4app, and AWS Amplify. We’ll start by exploring each platform individually, then compare Firebase vs. Supabase.