April 2024

  • Asserting Exceptions in Laravel Tests

    Asserting Exceptions in Laravel Tests

    Laravel’s recent release of Laravel 11.4 introduced the Exceptions facade, which adds conveniences around asserting exceptions in Laravel’s exception handler. Before this release, I would typically use the $this->withoutExceptionHandling() to assert that a specific exception happened during an HTTP test: When you expect a request to not throw any exceptions, using withoutExceptionHandling cuts out the…

    Know More

  • Website Redesign Checklist and Redesign Tips

    Website Redesign Checklist and Redesign Tips

    Renovation and redesign of a website take a lot of effort, and you might have to deal with the anxiety that many feel from the overload of work and decisions to be made. Knowing all the things to change, to keep, and to avoid on and off the website is an imperative aspect when you…

    Know More