fp/ARCHITECHTURE.md

27 lines
550 B
Markdown
Raw Normal View History

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