Published onAugust 2, 2022Making a PR to NixpkgsnixrustMy rough ramblings on how to contribute a small pr to Nixpkgs
Published onMay 25, 2022Type Safe GroupBy In TypeScripttypescripttypescodeguideCreate a better groupBy function that only allows valid keys to be grouped on
Published onMay 19, 2022Rust Environment and Docker Build with Nix FlakesrustnixdockerReproducible dev environments and builds with Nix
Published onJanuary 31, 2022Intermediate Typescript: Generics and Mapped TypesTypescriptcodetypesguideUseful applications of generics and mapped types
Published onJanuary 25, 2022Intermediate Typescript: Literals and UnionsTypescriptcodetypesguideTypescript patterns I have found to make your life easier in a big codebase