Have you heard about the Null Object Pattern? It's basically a pattern that allows you to replace "null" with real objects — and those objects do nothing. And, in this article, I'm going to show how I've used it with Symfony's Console Output feature.
Today, I was working on setting up a newsletter on my website, that's open source, and had the need `MAILCOACH_API_TOKEN` to interact with the mailcoach.app. Now, because my website is built on Rust, I've used the "dotenv" crate to collect environment variables from a ".env" file.
A common mistake when needing to make multiple HTTP requests at the same time is making them sequentially and waiting for every response before issuing the following request, which can cause an `N+1` problem.
PHP 8.2 is scheduled to be released on the 25th of Nov, 2021. Of course, meanwhile, you may test the new features, syntax changes, and other improvements in your local environment.
Laravel Origins “The Documentary” has premiered on the March 2, 2022. And, for this documentary, I was interviewed two times to share my story with Laravel.
This week, I've participated on the Season 4 Episode 10 of the Laravel Podcast. As usual, Matt Staufer is an amazing host, and really had fun talking about Pest PHP once again.