Published on December 9, 2024 Advent Of Code 2024 in Nix - Days 04-06 nixadvent-of-code trying to do advent of code in "pure" nix eval
Published on December 5, 2024 Advent Of Code 2024 in Nix - Days 01-03 nixadvent-of-code trying to do advent of code in "pure" nix eval
Published on August 18, 2024 Making a Chess Engine in Zig zigchessnix Learning zig by making a chess engine
Published on December 2, 2023 Efficient Nix Derivations with File Sets nixnix-pkgsroc Using nix's new file set API to make efficient derivations
Published on October 9, 2023 Organizing system configs with NixOS NixOSnixguidedotfiles How I organize and manage my system and user configs with NixOS and homemanager
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 April 4, 2023 Building a Simple DB in Rust - Part 3 - Less Basic Execution rustdatabaserepl Cleaning up existing execution logic
Published on January 23, 2023 Building a Simple DB in Rust - Part 2 - Basic Execution rustdatabase Building a basic database in rust
Published on January 2, 2023 Building a Simple DB in Rust - Part 1 - Parsing rustdatabaseparsing building a basic database in rust
Published on September 6, 2022 Building Typescript Node Apps With Nix nixtypescriptnode Trying some different nix builders for typescript node apps
Published on August 2, 2022 Making a PR to Nixpkgs nixrust My rough ramblings on how to contribute a small pr to Nixpkgs
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 May 19, 2022 Rust Environment and Docker Build with Nix Flakes rustnixdocker Reproducible dev environments and builds with Nix
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