Blog

September 26, 2025

Building Snooji

I recently built Snooji, a modern take on the classic Snood puzzle game using Laravel 12 and HTML5 Canvas. In this post, I'll share how I implemented the core game mechanics, level system, and...

Read

September 4, 2025

JSONL Viewer Tool

Working with large JSONL files can be a real pain. You've got thousands of lines of data, but no easy way to browse through them, format them properly, or quickly jump to specific records. That's...

Read

April 15, 2025

Building a Serverless Search Engine with Laravel and Cloudflare Vectorize

Ever wanted to build a search system that's both powerful and globally distributed without managing servers? That's exactly what we're going to do today using Laravel and Cloudflare Vectorize. This...

Read

April 9, 2025

Building a Site Search Engine with Laravel and Meilisearch

Ever tried implementing search on your Laravel site and ended up with slow, irrelevant results? Traditional search solutions often require complex setup, extensive configuration, and still fall short...

Read