Published onJanuary 14, 2025Rust and Nextjs with WebAssemblyRustNext.jsWebAssemblySoftwareWebA quick and easy way to integrate Rust code into your Next.js applicationsRead more →
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.Read more →
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.Read more →
Published onDecember 19, 2024Using The as const Assertion In TypeScriptTypeScriptLanguage-featuresSoftwareDevelopmentDeveloper-toolingProvide immutability and a better developer experience for your TypeScript types using the as const assertion. In this article I detail how we do that at tincre.com.Read more →
Published onDecember 9, 2024What is cargo expand?RustRust-toolsDev-toolsDevelopmentDeveloper-toolingReveal Rust macros with cargo-expand—a tool to simplify debugging and understand macro expansions in your projects.Read more →