Rust is is a low-level language that is strongly typed. Like C/C++, Rust can take full advantage of a machine’s processing power to create systems that are highly performative. It’s also safe. What… (more…)
Read more »
A case study in confirmation bias and goalpost shifting...
Read more »
The word "Prototype" in JavaScript doesn't mean an initial version that was quickly put together. It refers to a system instead. (more…)
Read more »
Destructuring is one of my favorite tools in JavaScript, in simple terms, destructuring allows you to break down a complex structure (like an array or an object) into simpler parts, though there’s a bit more than just that.
Let’s see it better in an examp... (more…)
Read more »
It’s not as glamorous as building a house. It’s not as instantly fun as assembling a LEGO car, opening a fresh pack of Play-Doh, or experimenting with a classic Erector set…...
Read more »