Theraloss

Theraloss

Follow
Follow
homebadges

RNEC Quest 1: The realm

Jul 12, 20234 min read

The beginning of a travel: why React Native and not something else ยท Let's start with an important introduction: I always used Ionic with Vue for my...

RNEC Quest 1: The realm

How Ionic and Directus helped me start volunteering

Nov 4, 20214 min read

A few weeks ago I finally decided to start volunteering and I found a beautiful cat colony in a cemetery. Well, it's not a common cemetery, it's the...

How Ionic and Directus helped me start volunteering

Add elapsed and estimated time to Laravel (and Symfony) console commands

Jul 25, 20212 min read

Laravel Artisan Console is a powerful functionality to write your console commands, also thanks to Symfony Console Component which represents the base...

Add elapsed and estimated time to Laravel (and Symfony) console commands

Time travel after each Laravel Factory

Jul 15, 20212 min read

If you ever tested an endpoint returning a collection of data and, for example, by default, you sort them by created_at, you may have been struggling...

Time travel after each Laravel Factory

Laravel FIFO queue with Redis

Jul 5, 20212 min read

Recently I needed to create a FIFO (First In, First Out) queue in Laravel to run specific actions inside a long-running worker from outside the worker...

Laravel FIFO queue with Redis

Resovable trait for Laravel container

Jun 30, 20212 min read

If you really work on Laravel, you're gonna deal a lot of times with its Container and, probably, you often will need to resolve something from it,...

Resovable trait for Laravel container