$ cat ~/writing/* — notes on web dev, games, and the small tools I build.
-
Migrating my CI4 blog to Laravel
This blog ran on CodeIgniter 4 for a few years. Recently I moved it to Laravel. This post is not a full tutorial, it's more about why I did it and the...
read -
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 -
Penerapan SEO dalam Pengembangan Web: Panduan Santai Buat Developer
Halo, devs! Pernah nggak sih ngerasa udah cape bikin website kece tapi ternyata nggak banyak yang ngunjungin? Nah, bisa jadi itu karena SEO (Search En...
read -
How to Implement Lazy Load in CodeIgniter 4 (CI4)
Lazy loading is a technique to make your website faster by loading images or content only when it’s needed, like when it’s visible on the screen. This...
read