You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/adr/tech-radar.md
+19-7Lines changed: 19 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,24 @@
1
1
# Tech Radar
2
2
3
-
- Python tech stack
4
-
- Python and dependency management: `uv`
5
-
- Linting and formatting: `ruff`
6
-
- Type checking: `mypy`
7
-
- Testing: `pytest`
8
-
- Logging: `structlog` or `Powertools for AWS Lambda`
9
-
- CLI argument parsing: `typer`
3
+
## Python tech stack
4
+
5
+
- Python and dependency management: `uv`
6
+
- Linting and formatting: `ruff`
7
+
- Type checking: `mypy`
8
+
- Testing: `pytest`
9
+
- Logging: `structlog` or `Powertools for AWS Lambda`
10
+
- CLI argument parsing: `typer`
11
+
12
+
## TypeScript tech stack
13
+
14
+
- TypeScript and dependency management: Node.js (LTS) and `pnpm`
15
+
- Linting and formatting: `biome`
16
+
- Type checking: `tsc`
17
+
- Testing: `vitest`
18
+
- Logging: `winston` or `Powertools for AWS Lambda`
19
+
- CLI argument parsing: `commander`
20
+
21
+
Note: Selecting any default tool above still requires an ADR that compares and assesses at least two or three popular alternatives using the [ADR template](./adr-template.md).
0 commit comments