Grayscale profile picture

Patrique Ouimet

Senior Backend Software Engineer

Tips & Tricks

Common Laravel performance mistakes

In this article, we will discuss some common performance mistakes that developers make when working...

Published on Feb 15, 2024

#php #laravel #performance #eloquent
PHP Imagick Webp Error

If imagick shows an error similar to this You might be having issues with webp images. The solution...

Published on Dec 5, 2020

#php #imagick #images
PHP Common Regex

This tip will contain common regex examples for PHP This tip will be updated as I find more...

Published on May 13, 2020

#php #regex
Suppressing PHP Psalm Errors

Recently I've been tickering with writing a routing package. While writing it I ran into issues...

Published on Dec 16, 2019

#php #psalm
PHP Annotations Cheat Sheet

Foreword Work in progress compiling a list of possible php annotations @var Used to describe a...

Published on Aug 15, 2019

#php #annotation #annotations
Installing PHP and PECL Extensions on MacOS

Install PHP with Homebrew Fixing broken directories On a fresh MacOS installation I was getting an...

Published on Apr 4, 2019

#php #homebrew #pecl #mac #macos
Fluid Eloquent Queries

Fluid Eloquent Queries This is a simple example of how to write fluid (or chained) eloquent queries...

Published on Jan 29, 2019

#laravel #eloquent #fluent #php
Laravel Eloquent vs Collection Count

Intro This can be a little confusing as the syntax barely changes but it makes a big difference....

Published on Jan 26, 2019

#laravel #eloquent #php #performance