Blog
Blogging is something that is new to me. To help me get into it, I am writing about problems or interesting situations I have faced as a developer where there wasn't always a good or complete solution readily available.
Using Inertia to Supercharge Server-Rendered Applications
Across two jobs, and a number applications, I've been using Inertia JS to create great SPA experiences with ease. Inertia allows us to leverage server side routing and controllers to quickly create...
January 22, 2021 | 1 minute read
ReadRollback Database Changes When Exceptions Occur
Have you ever run into scenarios where you write some code in your controller that writes a bunch of data to your database? I've often built out API endpoints that accept a big payload of data and...
October 21, 2020 | 3 minute read
ReadA Beginners Guide to Basic Indexing
I want to preface this post with a disclaimer; this literally is a 'beginners guide'. A while back, I was facing some performance issues with an application in production and this post is a...
March 21, 2020 | 11 minute read
ReadCustom Throttle Middleware
I've said it before, and I'll say it again, one of the biggest benefits of using a framework is that so many common use-cases or problems have already been solved - and throttling requests is no...
July 24, 2019 | 4 minute read
Read