React is a powerful JavaScript library used for building user interfaces with a component-based architecture.
Knex.js is a SQL query builder for Node.js that allows you to build SQL queries using a fluent and flexible JavaScript syntax.
Prisma is an open-source database toolkit that provides an Object-Relational Mapping (ORM) layer for working with databases.
Next.js is a powerful React framework that simplifies the process of building modern web applications by providing a set of tools and conventions for server-side rendering, routing, and more..
GraphQL is a powerful query language for your APIs that provides a more efficient, flexible, and tailored way to request and manipulate data compared to traditional REST APIs.
SCSS (Sassy CSS) is a CSS preprocessor that extends the capabilities of traditional CSS by adding features like variables, nesting, and functions to make styling more efficient and maintainable.
Docker is a platform and toolset designed to make it easier to create, deploy, and run applications using containers.