Published on April 3, 2026 Making a Type Checker/LSP for Nix nixtypes Building a TypeScript-style type checker and LSP for Nix with algebraic subtyping and negation types
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