Viewing profile — ssalbdivad
ssalbdivad
HN member- Joined
- Sun, Jul 21, 2019, 4:50 PM UTC
- HN karma
- 20
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About ssalbdivad
Recent public activity
-
comment
Comment #48660963
Just merged a PR migrating our entire monorepo to nub. 0 issues, ridiculously fast.
-
comment
Comment #45739216
Not sure exactly what you mean by "something similar".
-
comment
Comment #45735508
Yes, there are limits on what string literals can precisely represent, but we've tried to be pragmatic about trade offs around clarity, concision and performance. Subexpressions li…
- comment
- story
- story
-
comment
Comment #43197310
Safe runtime type syntax is incredibly powerful in JS, and not just for validation. ArkType 2.1's new pattern matching API showcases that, both in terms of DX and performance. Woul…
- story
-
comment
Comment #42743959
ArkType 2.0 is a no-setup solution for schema validation with a new style of type-safe API that parallels native type syntax while offering validation functionality like Zod or Yup…
- story
-
comment
Comment #42743934
It does runtime validation like Zod. It can be used in vanilla JS but usually it is used with TypeScript for all the same reasons people normally use TypeScript.
-
comment
Comment #42742358
This has been a long time coming, but I hope the finished product was worth the wait. ArkType 2.0 is a no-setup solution for schema validation with a new style of type-safe API tha…
-
comment
Comment #35186939
Since `.ts` extensions were in alpha, our repo has been set up so that you can switch between Node and Deno seamlessly in-editor and continue developing with no config or source ch…
-
comment
Comment #35186860
Massive release! `const` generic parameters in particular have been a god-send for our repo’s static inference ( https://github.com/arktypeio/arktype ) where previously we were for…
-
comment
Comment #35182550
Hey everyone! I started working on ArkType about 15 months ago, which at the time was an experiment to determine whether a TypeScript syntax parser written using TS's own generic t…
- story
-
comment
Comment #35058737
Have you seen ArkType ( https://github.com/arktypeio/arktype )? Similar parse-based approach to validation with a significantly more concise definition syntax: const info = type({ …
-
comment
Comment #35057128
Hey everyone! I've been working on a new approach to type-first validation and would love to get some feedback or answer any questions you have! By far the most common question I g…
- story
-
comment
Comment #34974661
ArkType is a library for defining runtime types using TypeScript syntax that can be inferred 1:1. Each character you type is instantly validated both syntactically and semantically…
- story
- story