Best of Backend Development — November 2022
- 1
- 2
Community Picks·3y
Architecting an API Backend
An API’s architecture often mimics how it is maintained and what the service accomplishes. An API may tap into various services to support its own backend, making the architecture stack deceptively complex. A similar ecosystem may exist fueling the components that make up an API itself.
- 3
Quastor Daily·3y
How Tinder Built Their Own API Gateway
Tinder is the most popular dating app in the world with over 75 million monthly active users. The app is owned by the Match Group, a conglomerate that also owns Match.com, OkCupid, Hinge and over 40 other dating apps. Tinder’s backend consists of over 500 microservices, which the components are - Routes.
- 4
freeCodeCamp·3y
Learn Full Stack Development – HTML, CSS, JavaScript, Node.js, MongoDB
Full Stack Development - HTML, CSS, JavaScript, Node.js, MongoDB Full stack development is a term used to describe the process of developing a complete website or application from start to finish. Full stack developers must have a deep understanding of both front-end and back-end web development.
- 5
freeCodeCamp·3y
The Best Backend as a Service for your React App
Firebase has dominated the backend-as-a-service space for many years, but Supabase has emerged as a great alternative. Supabase allows you to take your code and deploy it wherever you like. You can build your app, deploy it to Supabase's servers, or you can Deploy it to your own hosting service.
- 6
- 7
Community Picks·3y
Bridge pattern in TypeScript
Bridge pattern is a structural design pattern that allows you to separate a big class or set of related classes into two different domains: abstraction (also called interface) and implementation. The abstraction layer is the one that the client will use to interact with our application. This layer is not going to contain the business logic of our application.
- 8
- 9
- 10
Medium·3y
Tauri vs. Electron for Tray Apps
With Electron, you start out with an 85MB bundle size for almost no functionality, and most apps come up to a 150MB download easily. Tauri takes a radically different approach in how it is implemented. We’re going to try and rebuild most of its parts in Tauri, and see what works.
- 11
- 12
freeCodeCamp·3y
What is the Jamstack? Tutorial for Beginners
Jamstack takes advantage of existing technologies – which we'll discuss in a minute. Jamstack is an acronym for Javascript, APIs, and Markup, and is a technology stack you use to build your apps. The result is better performance, improved security, and easier scalability for web applications.
- 13
React Native Example·3y
A FIFA World Cup 2022 Predictor game made from Rocketseat bootcamp
A FIFA World Cup 2022 Predictor game made from Rocketseat bootcamp. You can see the project layout in the link above: You’ll need an Figma account. GitHub View Github View Github view the subprojects documentations.
- 14
asayer·3y
Build a full-stack application with Amplication
Amplication allows you to quickly create a production-ready Node.js backend without wasting time on repetitive coding. It also enables developers to host applications on their servers using a Docker container or the Amplication cloud. To get started building a full-stack application with Amplication, ensure you have the following installed: - Node.