I have a Laravel Job that is being dispatched The job gets some records to process then calls an API with each The API could occasionally could throw an error
I have a Livewire component that uploads a video to YouTube in chunks While uploading I want to update the progress bar on the frontend by dispatching Livewire
I currently store all of my dates in UTC When a user logs in it uses momentjs the momenttzguess function to fill in a hidden timezone input with their timezone