Guidelines
This is a collection of guidelines that we follow to build our projects. It's a living document, so please feel free to contribute to it.
Scopesโ
๐๏ธ Feature Flags
Feature flags enable controlled rollout of new features, instant rollback capability, and decoupled deployment from feature activation. Every new feature must implement feature flags as part of our systematic approach to reducing production bugs.
๐๏ธ Postgres Database
In this guide, we will configure a PostgreSQL database.
๐๏ธ RDS PostgreSQL
In this tutorial, we will configure an AWS RDS PostgreSQL cluster.
๐๏ธ REST API
This document outlines the guidelines for building REST APIs.
๐๏ธ Tests
This document outlines the guidelines for writing tests.