http://archive.today/KEBWI
They've raised 450m according to this article. Their site mentions 250m raised in 2023. Even if your plan is growth or bust, how do you burn through 250m in two years without thinking 'Maybe we should plan to keep 50 or…
I am not totally sure what your API's look like but if you know the API only has a certain type (or subset of types), you would only validate that type on the method. Don't use a single union for everything. Here is…
I think you would use discrimated unions. const MyResult = z.discriminatedUnion("status", [ z.object({ status: z.literal("success"), data: z.string() }), z.object({ status: z.literal("failed"), error: z.string() }), ]);…
Location: USA Remote: Remote only Willing to relocate: No Technologies: Python C#/.NET Typescript, JavaScript, next.js, node.js, React AWS: Lambda, Glue, S3, DynamoDb, RDS, SQS, SNS, EventBridge, CDK, Cloudformation,…
http://archive.today/KEBWI
They've raised 450m according to this article. Their site mentions 250m raised in 2023. Even if your plan is growth or bust, how do you burn through 250m in two years without thinking 'Maybe we should plan to keep 50 or…
I am not totally sure what your API's look like but if you know the API only has a certain type (or subset of types), you would only validate that type on the method. Don't use a single union for everything. Here is…
I think you would use discrimated unions. const MyResult = z.discriminatedUnion("status", [ z.object({ status: z.literal("success"), data: z.string() }), z.object({ status: z.literal("failed"), error: z.string() }), ]);…
Location: USA Remote: Remote only Willing to relocate: No Technologies: Python C#/.NET Typescript, JavaScript, next.js, node.js, React AWS: Lambda, Glue, S3, DynamoDb, RDS, SQS, SNS, EventBridge, CDK, Cloudformation,…