DEV Community

Mahmoud Harmouch
Mahmoud Harmouch

Posted on • Updated on

The FARR Stack Manifesto.

If you've been following the tech world at all, you know that there's a new hotness every few years. The latest is the so-called FARM stack - a combination of FastAPI, React, and MongoDB. On that basis, i would like to announce the FARR stack, It is something way too FARRR, a new software stack for developing web applications. The FARR stack is based on three main components:

  • The Frontend: ReactJS.
  • The Backend: FastAPI.
  • The Database: Redis.

Why the FARR stack? Well, each of these technologies has something to offer. ReactJS provides a great way to structure your code and build reusable components. Redis is a super fast and scalable NoSQL database which is great way to manage your data. And lastly, as the name suggest, FastAPI is blazingly fast. It is built on top of Starlette and Pydantic, and it integrates seamlessly with databases.

So what does this all mean for you? Well, if you're looking to build a modern web application, the FARR stack is a great option. It's blazingly fast, and it's got all the features you need to build a great app.

Note

This is just a relatively short statement to introduce this tech stack. Subsequent articles will be published to explain and give examples on how to integrate this stack to fit your needs.

Top comments (0)