The NVM (Node Version Manager) is a script used for installing and managing Node. The macOS users can install NVM using the homebrew.
Recently I've created a NuxtJS application that will run in SSR mode, this is deployed to Cloud Run on GCP via a docker image.
On the 25th November 2021 the latest version of PHP was released PHP 8.1, let's have a look at some of the new features included in the release and how it can help you with your development.
In this post we're going to look into a little laravel feature that allows jobs to automatically be deleted if the models in the job doesn't exist.