Grayscale profile picture

Patrique Ouimet

Developer

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

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

Setting up Brother Printer via Wifi/Network on Ubuntu 18.04

Today I bought a Brother HLL3290CDW allinone colour laser printer and I ran into some issues So I th

Published on Thu, Dec 26, 2019 1:05 PM

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: 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

Sublime Text with SublimeLinter and ESLint through NVM

Intro This article will explain how to setup SublimeLinter with ESLint while using NVM Node Version

Published on Tue, Aug 27, 2019 6:32 PM

Multiple Database Drivers Testing In Laravel

Explanation The reason I did this is I wanted the speed of SQLite but the ability to test MySQL spec

Published on Sun, May 12, 2019 5:40 PM

Ruby on Rails Exploration Part 2

Introduction Part 2 This is an overview of things Ive learnt while working on my side project Anon F

Published on Tue, Dec 4, 2018 7:25 PM

Ruby on Rails Exploration Part 1

Introduction This is an overview of things Ive learnt while working on my side project anonforumhttp

Published on Sun, Nov 25, 2018 2:32 PM

Setting up Webpack in Ruby on Rails

Introduction This is a simple introduction on how I setup Webpack in Ruby on Rails I hope itll be us

Published on Tue, Nov 20, 2018 8:30 AM

Laravel: Don't Queue Jobs Inside of a Transaction

Introduction This post hopes to explain a mistake I made recently while using a transaction and Lara

Published on Sat, Aug 11, 2018 1:07 PM

Text Editors: The Never Ending Dilemma

Introduction Text editors are something that had always interested me Ive always tried to find an ed

Published on Sat, Jun 2, 2018 8:01 PM

Why I switched operating systems

Introduction Why I switched operating systems In this post I hope to explain my reason behind switch

Published on Fri, May 18, 2018 10:16 AM

Setting Up Windows Subsystem for Linux for Laravel Development (LEMP)

Introduction This is a guide on how to get setup with Windows Subsystem for Linux Ubuntu for Laravel

Published on Thu, Sep 21, 2017 8:24 PM

Sortable Models with a Trait and Laravel's Query Scope

Introduction This post aims to provide a simple example of how to use traits with Laravel Query Scop

Published on Sat, Sep 16, 2017 5:06 PM

Setting Up Ubuntu 16.04 for Laravel Development (LEMP)

LEMP Stack First well need to install the backend essentials Nginx MySQL PHP with FPM Nginx sudo ap

Published on Mon, Aug 28, 2017 11:37 PM