Blog

Laravel + React

December 16, 2024

It's hard to beat Laravel for backend development and React is a force for front end development. Inertia.js is the little bridge flowing the traffic between the two. This YouTube series does a 🧨 job of explaining how to make it happen. 

If Vanna White becomes AI ...

October 31, 2023

A modern "twist" on a Solari board using AlpineJs and Css. 

AlpineJS Mask

October 23, 2023

🥸 Alpine Plugin: Mask

One directive: x-mask

Easy, powerful and elegant input masking.

Spread Operator

October 19, 2023

The spread operator [...] is a handy way to convert iterable item(s) like strings, arrays and node lists into arrays. Converting node lists from querySelectorAll statements into arrays is 🌶️