From a7a47033508ba03991c57f1b1f08c7d10ed278d6 Mon Sep 17 00:00:00 2001 From: Nishu Goel Date: Tue, 24 Oct 2023 18:30:03 +1100 Subject: [PATCH] Add zod to techradar --- static/techradar/radar.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/static/techradar/radar.csv b/static/techradar/radar.csv index 2a83b64..93617fd 100644 --- a/static/techradar/radar.csv +++ b/static/techradar/radar.csv @@ -70,3 +70,4 @@ Git,adopt,tools,false,"For source control, you know." "Lerna",endure,tools,false,"We initially used Lerna for monorepos, but since it's no longer maintained, we're switching to Turborepo" "InfluxDB",explore,tools,true,"We are using InfluxDB for large time-series smart metering datasets" "MongoDB",explore,tools,true,"MongoDB is a document-oriented NoSQL database that stores and manages data in a flexible, semi-structured JSON-like format called BSON." +"Zod",adopt,tools,true,"We are using Zod for TypeScript-first schema validation with static type inference"