My Writing

All of my long-form thoughts on programming, technology, and more. Presented in chronological order.

Intelligent Document Chunking for PHP

A native PHP solution for intelligent Markdown chunking that preserves document structure and semantic meaning.

Simple Vector Similarity Search For Laravel

What if you wanted to search your data by a concept. Not a keyword. But rather something more abstract, like a category? How would you accomplish that?