Posts
Why is CSS-in-JS slow?
August 26, 2024•1,585 words
If you've worked with frameworks like React, Angular, or Vue in the past you'll likely have used (or heard of) a CSS-in-JS solution like Styled Com...
It's Time For A Change: Rebranding Our Platform
July 29, 2024•750 words
"Unicorn Utterances" is now "Playful Programming". Let's talk about why, what's different, what's the same, and what's next.
A Complete History of Unicorn Utterances
July 29, 2024•1,169 words
Now that "Unicorn Utterances" is called "Playful Programming", let's look at the history of the project.
Explaining Promises, Async, and Await in JavaScript
March 15, 2024•1,835 words
Modern JavaScript is built on promises and callbacks. Let's learn what promises are and how we can make their usage easier using async functions.
Framework Comparison Table
March 11, 2024•2,129 words
Let's compare and contrast React, Angular, and Vue's APIs all in one place.