Live data from Hacker News

Viewing profile — ssalbdivad

ssalbdivad

HN member
Joined
Sun, Jul 21, 2019, 4:50 PM UTC
HN karma
20
Public activity
22 items

About ssalbdivad

Full-time open source dev and author of ArkType, TypeScript's 1:1 validator optimized from editor to runtime (github.com/arktypeio/arktype)

Recent public activity

  1. comment
    Comment #48660963

    Just merged a PR migrating our entire monorepo to nub. 0 issues, ridiculously fast.

  2. comment
    Comment #45739216

    Not sure exactly what you mean by "something similar".

  3. 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…

  4. comment
  5. story
  6. story
  7. 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…

  8. story
  9. 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…

  10. story
  11. 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.

  12. 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…

  13. 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…

  14. 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…

  15. 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…

  16. story
  17. 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({ …

  18. 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…

  19. story
  20. 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…

  21. story
  22. story