Posts

Inertia and redicting back to save state

June 7th, 2023

Just a reminder to self that when I have multiple forms or components on a page and I want a component to send a backend request and not lose state I just do this in the controller.
Enums and getting name from value

June 1st, 2023

Here is a note to self on how I can do this:
Quick Command to send Heartbeat pings to Envoyer

May 5th, 2023

Just a note to self for sending pings to Envoyer.com
Note to Self: Setting up Echo Events

May 1st, 2023

I always have to remember to do this when using Echo and Pusher
Mocking OpenAi-PHP

April 6th, 2023

This is a known limitation on this library. I explain a work around here https://github.com/openai-php/laravel/issues/23#issuecomment-1499510702
Quick Vuejs Phone formatter

April 6th, 2023

Three simple steps to format phone numbers in VueJS
QuickTips: SSH Config

March 14th, 2023

A quicktip to help you SSH into your servers