Posts
Web Fundamentals: HTML
September 3, 2024•1,644 words
The first chapter of this series offers an introductory dive into the box model, HTML defaults and semantic elements.
Entity Component System: The Perfect Solution to Reusable Code?
September 1, 2024•3,000 words
The ECS pattern is used by many game engines to create stateless, reusable game logic. But how does it work?
Where should you start building your application
September 1, 2024•1,037 words
Talking about where you should start building your full stack application
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!