Blog
Thoughts, tutorials, and insights about web development and technology.
Progressive Image Loading with BlurImage: From Placeholder to High-Resolution
February 21, 2026
Building an efficient image component with lazy loading, blur placeholders, and techniques for approximating image dimensions and converting images to base64 on macOS
Optimizing Laravel Queries: Moving Logic from PHP to the Database
February 21, 2026
How offloading vegetarian filtering from Eloquent collections to raw SQL reduced memory usage and improved performance in a Laravel menu system