$ cat ~/writing/* — notes on web dev, games, and the small tools I build.
-
Developing a CRUD Playground with Next.js, TipTap, and PrismJS
Building a CRUD playground in Next.js allows you to experiment with content creation and management interactively. In this guide, we'll integrate TipT...
read -
How I Built a Secure Wordle Game with Next.js and Vercel
IntroductionWordle has become a cultural phenomenon, challenging players to guess a secret five-letter (maybe more) word in six attempts. The simplici...
read -
Animated Text with TypedJs
Adding subtle animations to your website can significantly enhance user engagement and create a more dynamic experience. One simple yet effective way ...
read