Want a free comprehensive digital product evaluation? Find out more
Engineering

Parcel and Rust: A WASM Romcom

Web Assembly (WASM) and Rust have been growing and evolving over the last couple of years, so what’s it like to use them together? Introduction I’ve wanted to use Rust and WASM for a while due to a number of reasons: small bundle size, low-level access with reliable performance, and all the perks that come with Rust (strong type safety, zero-cost abstractions, etc.). So, when I was presented with the ...

By

Engineering

An Introduction to Deno

Since its introduction in 2009, Node.js has gained huge popularity and usage. But with that, issues with its ecosystem, feature adoption and dependency bloat have started to surface. So, in true JavaScript community style, there's a new kid on the block: Deno 🦕

By