@jameswill1ams
Nothing here yet.
Nothing here yet.
Despite its "new kid on the block" reputation, Svelte was created back in 2016. The obvious comparisons are with React and Vue. So, how is Svelte different? It's described as a compiler, it takes your declarative code, and turns it into the equivalen...

Eleventy(11ty) first appeared in 2018, and describes itself as a "simpler static site generator". According to the creator, the inspiration for 11ty was a desire for a utility tool like Jekyll, written in node. The main core of Eleventy is that it t...

You probably have noticed there are two ways to access a property on an object: Dot notation Bracket notation Naturally, you might assume they behave in the same way, but that's not quite the case. We will examine some differences below. Dot notati...

What exactly is a tween? The first time I heard the word "tween", I wasn't totally sure what it meant. Simply put, a tween is a sequence of frames. In a digital context, basically a tween is an animation. So how do we make them? Luckily for us, lots ...
