// Notes
Blog
Insights on AI, engineering, and building products
Filter by category:
Filter by tag:
Laravel Grid.js: Eloquent-Powered Data Tables Without the Framework Overhead
Most Laravel data table solutions force you to choose between heavy JavaScript framework components and featureless HTML tables. Laravel Grid.js takes a different approach: wrap the lightweight Grid.js library in a PHP API that speaks Eloquent natively. Here is how it works and why I built it.
Why You Should Replace Browser alert() and confirm() Dialogs Today
Every web developer has shipped `alert()` and `confirm()` calls in production at some point. They work, but they look terrible, cannot be styled, block the JavaScript event loop, and signal to users that the application is not production-quality. Alertify.js is the drop-in replacement that fixes all of that in minutes.