fp/ARCHITECHTURE.md

27 lines
550 B
Markdown
Raw Normal View History

2025-01-10 19:10:04 -08:00
devbox for shareable development environment tooling
2025-01-16 12:23:58 -08:00
git monorepo for housing separate packages within a single repository (see ./services and ./packages)
2024-07-30 12:34:25 -08:00
2025-01-10 19:10:04 -08:00
pnpm for package management and workspaces (separate node packages.)
2024-02-27 07:52:43 -08:00
2025-01-16 12:23:58 -08:00
Phoenix framework
2024-02-27 07:52:43 -08:00
2025-01-16 12:23:58 -08:00
docker-compose for containerized development
2024-05-28 13:28:35 -08:00
2025-01-16 12:23:58 -08:00
Kamal for deployments
2024-09-05 21:39:08 -08:00
ggshield for preventing git commits containing secrets
2024-06-04 15:06:47 -08:00
direnv for loading .envrc
2024-08-09 16:28:37 -08:00
Graphile Worker for work queue, cron
2024-06-11 20:28:36 -08:00
Postgres for data storage
S3 for media storage
2024-06-04 15:06:47 -08:00
Domain Driven Development
2024-06-17 18:21:08 -08:00
2024-07-04 13:39:06 -08:00
Test Driven Development
2024-08-13 13:18:01 -08:00
12 Factor App