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.
๐๏ธ RDS PostgreSQL
In this tutorial, we will configure an AWS RDS PostgreSQL cluster.
๐๏ธ REST API
This document outlines the guidelines for building REST APIs.
๐๏ธ Technical Debt
Technical debt is often viewed solely as a negative consequence of poor engineering. However, at ttoss, we view technical debt as a financial instrument: leverage. When used consciously, it allows us to ship faster and learn earlier. When accumulated unconsciously, it becomes entropy that grinds development to a halt.
๐๏ธ Tests
This document outlines the guidelines for writing tests in ttoss packages.