NextJS and Rust: Creating a Custom Webpack Loader for Native Node Modules
Introduction I needed a custom solution for loading a native node module in my nextjs project. The module was published...

My Rust learning log: small examples, mental models, and the mistakes I keep making so I can stop making them.
Introduction I needed a custom solution for loading a native node module in my nextjs project. The module was published...
Slugify is an url slug generator, and slug is a part of the URI between 2 slashes: https://www.example.com/this-is-a-slug/this_is_another_slug Usually, slugs are made from alphanumeric characters and dash. I...
I know how to write macro, what it's useful for, but can't seem to define it...
I wanted to try creating a desktop app with Rust, and found out there's Tauri and Yew. Both...
Mocking actix actors is hard. Actix is awesome for async, message-driven stuff. But if you’ve ever tried writing unit tests for Actix actors, you've probably stared at the ceiling wondering how the hell...