Building Local AI/Semantic Search in PHP without OpenAI
Implement TF-IDF and Vector Space Model search purely in PHP and SQLite. No API keys, no monthly costs, just math.
184 posts published
Implement TF-IDF and Vector Space Model search purely in PHP and SQLite. No API keys, no monthly costs, just math.
Leveraging PHP 8.1+ Enums to clean up your Laravel models, validation logic, and database interactions.
A comprehensive guide to installing Certbot, obtaining a free SSL certificate, facilitating auto-renewal, and hardening your Nginx configuration.
Understanding the heart of the framework. Dependency Injection, Binding, and how Laravel builds your application.
Why load a heavy framework for simple interactions? Alpine.js provides the reactive nature of Vue at a fraction of the cost, perfect for Blade templates.
Reading `laravel.log` via SSH is painful. Learn how to centralize your logs using the Stack channel and external services like Papertrail or Datadog.
Automate your testing and deployment workflow using GitHub Actions.
Why is your query slow? It's probably missing an index. Learn the basics of database indexing within Laravel Migrations.
Stop using `dd()` and `var_dump()`. Learn how to debug Laravel applications like a professional using Telescope and Spatie Ray.
Learn how to transform your models into JSON responses using API resources.