Grayscale profile picture

Patrique Ouimet

Senior Product Engineer

Articles

Messaging with PHP and Redis Streams

Introduction In this article well explain how to setup Redis Streamshttpsredisiodocsmanualdatatypess

Published on Sun, May 15, 2022 9:55 AM

#php #redis #messaging #broker #bus
PHP Variable Basics

PHP Variable Basics Variables are used to temporarily hold data during code execution In PHP variabl

Published on Fri, Nov 26, 2021 12:40 PM

#php #variable #basics
The Difference Between new self and new static in PHP

Introduction In this short article well take a look at the difference between new self and new stati

Published on Sat, May 2, 2020 12:27 PM

#php #inheritance
PHP PDO Performance Query Comparisons

This last week Ive taken an interest in PDO query performance so naturally I thought I would share w

Published on Thu, Dec 19, 2019 8:47 PM

#php #performance #query #pdo
PHP: The Differences Between isset, empty, and array_key_exists

What is the difference between isset empty and arraykeyexists Youve likely used them all but have yo

Published on Wed, Oct 23, 2019 9:36 AM

#php #isset #empty #array_key_exists