Published onFebruary 9, 2025Cutup: A Rust Library for Portfolio AllocationRustRust-toolsDev-toolsDevelopmentDeveloper-toolingAnnouncing the release of Cutup, a Rust crate for portfolio allocation using MVO, HRP, and EW. Part of my upcoming book, soon to be a web app running directly in the browser.
Published onJanuary 14, 2025Rust and Nextjs with WebAssemblyRustNext.jsWebAssemblySoftwareWebA quick and easy way to integrate Rust code into your Next.js applications
Published onJanuary 13, 2025A Little Example of Using Traits and StructsRustTraitsCodeSoftwareStructsSee Rust's trait and struct features work hand-in-hand by modeling the entire universe.
Published onDecember 20, 2024Using Criterion To Benchmark Rust CodeRustBenchmarkingCodeSoftwareDeveloper-toolingRust's ecosystem for benchmarking is robust. Here's a dive into using my personal favorite, criterion.rs.