Portfolio
Published the Laravel Watermelon Package I've been learning more about app development lately, and one really useful tool I've been introduced to is Watermelon, a local database interface that impl...
Published the Laravel Slack Blocks Package After the Laravel core team decided not to support the more advanced Slack message block formatting, I developed a package so that developers looking for ...
Presented "End-to-End Testing Laravel Apps with Cypress" Demonstrated how to develop a full end-to-end test suite for a Laravel application using the Cypress test tool. Watch the recorded presentat...
Presented "Front-end Development in Laravel" Demonstrated several ways of developing the front-end for your Laravel projects by covering server-side rendering with the Blade templating language, sh...
Presented "Eloquent Database Tips and Patterns" Introduced one of Laravel's most powerful features, the built-in database ORM: Eloquent.