-
ts-runtime-checks
A typescript transformer that automatically generates validation code from your types.
-
Sevalla
Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
-
typescript-runtime-type-benchmarks
📊 Benchmark Comparison of Packages with Runtime Validation and TypeScript Support
-
zig
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
Destructuring assignment was definitely something I missed in Zig (it's even called out in the post). Here's the relevant issue/comment, which makes me think this won't happen in Zig: https://github.com/ziglang/zig/issues/3897#issuecomment-7389...
Related posts
-
Mastering Type-Safe JSON Serialization in TypeScript
-
TDD
-
Why use Vite when Bun is also a bundler? - Vite vs. Bun
-
Typescript really hits the middle ground between extremely rigid statically typed languages on one extreme and no types at all dynamic languages on another extreme. Best type system
-
Why I Like Using Maps (and WeakMaps) for Handling DOM Nodes