Posts
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.
Set up a React Native Web Project in a Monorepo
May 9, 2024•2,682 words
Setting up a React Native Web project in a monorepo is challenging. Let's do so and see what challenges we run into!
Embedding Interfaces in Go
March 6, 2024•1,492 words
Creating tests can feel tedious, but doing it in Go can be, dare I say, *fun*. Let's take a look at how embedding interfaces clears some of that tedium for us.
Build a Vite 5 Backend Integration with Flask
February 27, 2024•3,385 words
Learn how to build a lightweight backend Vite integration using a Flask Blueprint in ~50 lines of code.
Move manifest.json to the Output Directory's Parent in Vite 5
February 7, 2024•825 words
Move Vite's manifest.json file outside of the build directory.