Posts

OpenAI and Laravel to code less
March 9th, 2023
Part of the thing I was trying to show earlier is that you can ask in the playground general questions that then it could produce results for that. Typically you would have to query a database. And...

QuickTips: Snippets and the Alfred App
March 7th, 2023
This next one is one of my favorites. Basically I use Alfred. For snippets. And other things I'll explain later, but this particular app. Which you load on your Mac and do a lot of things, includin...


QuickTips: Using Screen
March 1st, 2023
Using Screen CLI command to help running a long process on a server

Nice way of doing filters in Laravel
February 25th, 2023
I got a chunk of this idea from https://github.com/inertiajs/pingcrm to quickly make filters in Laravel





VueJS and Language files
January 24th, 2023
I wanted a way to centralize the site copy so when clients need to edit a something it is easy for me or them 😱 to go edit it in one place.
https://github.com/xiCO2k/laravel-vue-i18n this library ...