Grayscale profile picture

Patrique Ouimet

Developer

Tips & Tricks

Common Laravel performance mistakes

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

Published on Thu, Feb 15, 2024 8:16 AM

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

If imagick shows an error similar to this ERROR unable to open file tmpmagick7508Zd2ThTGmaMOK No suc

Published on Sat, Dec 5, 2020 4:32 PM

#php #imagick #images
PHP Common Regex

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

Published on Wed, May 13, 2020 4:46 PM

#php #regex
Suppressing PHP Psalm Errors

Recently Ive been tickering with writing a routing packagehttpsgithubcompatouirouter While writing i

Published on Mon, Dec 16, 2019 8:42 AM

#php #psalm
PHP Annotations Cheat Sheet

Foreword Work in progress compiling a list of possible php annotations varUsed to describe a variab

Published on Thu, Aug 15, 2019 8:33 AM

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

Install PHP with Homebrew brew install php Fixing broken directories On a fresh MacOS installation

Published on Wed, Apr 3, 2019 9:47 PM

#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 ra

Published on Mon, Jan 28, 2019 9:21 PM

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

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

Published on Sat, Jan 26, 2019 12:38 PM

#laravel #eloquent #php #performance