If you've coming from Laravel, you're probably used to simple validation rules that ease developers life with confirmed rule. On NestJs there is no such rules. On top of
I recenly started gettting 504 from Laravel app using valet had some issues while debugging it. Basically it boils down to NGINX.
Go to ~/.config/Valet/nginx/Sites
Add these values to your
Today I had an issue where I needed to find a key in multidimensional array. It took trial and error ant some googling around, but this is what I found.
<php
function
But todays tip is about how to handle errors in NestJs microservice architecture. For an example lets use Redis as a proxy between other microservices instead of letting each microservice talk to each other.