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.
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.