Published on May 1, 2023 Exposing a Rust Library to Node with Napi-rs rustnodetypescript Short guide/exploration on making native node addons with rust
Published on September 6, 2022 Building Typescript Node Apps With Nix nixtypescriptnode Trying some different nix builders for typescript node apps
Published on May 25, 2022 Type Safe GroupBy In TypeScript typescripttypescodeguide Create a better groupBy function that only allows valid keys to be grouped on
Published on January 31, 2022 Intermediate Typescript: Generics and Mapped Types Typescriptcodetypesguide Useful applications of generics and mapped types
Published on January 25, 2022 Intermediate Typescript: Literals and Unions Typescriptcodetypesguide Typescript patterns I have found to make your life easier in a big codebase