TECHNOLOGY MATTERS

Brave
TECH
STACK

Our core programming languages and frameworks we use on daily basis.

BACK-END

PYTHON

Python is a popular programming language for API development due to its simplicity, readability, and a rich ecosystem of libraries and frameworks.

DJANGO

A high-level Python web framework that follows the Model-View-Controller (MVC) architectural pattern.

FASTAPI

A high-level Python web framework that follows the Model-View-Controller (MVC) architectural pattern.

GRAPHQL

An open-source query language and runtime for APIs (Application Programming Interfaces). It was developed by Facebook and provides a more efficient and flexible alternative to traditional RESTful APIs.

SQLALCHEMY

SQLAlchemy is a popular open-source SQL toolkit and Object-Relational Mapping (ORM) library for Python. It provides a set of tools and utilities for working with relational databases, allowing developers to interact with databases using Python objects and SQL expressions.

POSTGRESQL

PostgreSQL, often referred to as Postgres, is a powerful open-source relational database management system (RDBMS). It is known for its robustness, scalability, and extensive feature set.

SALEOR.IO

An open-source, GraphQL-first e-commerce platform delivering ultra-fast, dynamic and personalized shopping experiences.

SANITY.IO

Cloud-based headless content management system (CMS) that provides a structured and flexible approach to content management

FRONTEND

TYPESCRIPT

TypeScript is an open-source programming language developed by Microsoft. It is a superset of JavaScript that introduces static typing, allowing developers to catch type-related errors during the development process.

VUE.JS

An open-source JavaScript framework used for building user interfaces and single-page applications. It is designed to be flexible, lightweight, and easy to integrate into existing projects

DEV OPS

AMAZON AWS

A comprehensive cloud computing platform offered by Amazon. It provides a wide range of cloud services that help organizations build and manage their applications and infrastructure in a scalable and flexible manner.

GITHUB

A web-based platform for version control and collaboration that allows developers to host and manage their code repositories. It provides a wide range of features and tools to streamline the development workflow

SENTRY.IO

Sentry.io is a cloud-based error monitoring and application performance monitoring (APM) platform. It helps developers identify, track, and fix errors and performance issues in their applications.

NEWRELIC

New Relic is a comprehensive observability platform that helps monitor, troubleshoot, and optimize the performance of applications, infrastructure, and customer experiences.

NETLIFY

Netlify is a cloud-based hosting and development platform that provides a seamless way to build, deploy, and manage modern web projects.

TESTING

BEHAVE

A popular Python-based BDD (Behavior-Driven Development) framework used for testing applications. It allows you to write tests in a human-readable, behavior-focused format using the Gherkin syntax.

CYPRESS.IO

End-to-end testing framework for web applications. It allows developers to write automated tests that simulate user interactions and validate the behavior of the application

OTHER

JIRA

Project management and issue tracking tool. Software development teams widely use it to plan, track, and manage their projects and tasks.

NOTION

All-in-one productivity tool that combines note-taking, project management, and collaboration features into a single platform.

SWAGGER (OPENAPI)

Open standard for designing, documenting, and consuming RESTful APIs. It provides a set of tools and specifications that allow developers to define and describe APIs in a standardized way.

SPHINX

Sphinx is an open-source documentation generation tool commonly used for Python projects, although it supports other programming languages as well. It helps developers create professional-looking documentation by extracting and formatting documentation from source code comments.