// Notes
Blog
Insights on AI, engineering, and building products
Filter by category:
Filter by tag:
Adding Keyboard Shortcuts to Your Laravel Application with Laravel Ninja Keys
Power users judge an application by how well it responds to their keyboard. Adding keyboard shortcuts to a Laravel Blade application has traditionally meant writing custom JavaScript. Laravel Ninja Keys gives you a fluent PHP API and a Blade directive — and a fully searchable command overlay — in under ten minutes.
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.