— 1 Jan 2022
How to use Google Vision in PHP efficiently
Introducing an elegant wrapper for Google Vision API
— 27 Aug 2021
Test doubles in PHP - Dummies and Stubs
Learn the differences between dummies and stubs
— 25 Aug 2020
PHP ternary operator, elvis operator, null coalescing operator, and null safe operator
Learn the differences between these four operators in PHP
— 5 Aug 2020
Doubly-Linked List, Stacks and Queues in PHP
Learn how to use the doubly-linked-lists, stacks, and queue data structure in PHP
— 25 Apr 2020
Building infinite unordered HTML list using SPL
I will be showing you how to build up nested list using SPL.
— 31 Mar 2020
Inspecting Filesystem Using SPL
Learn how to use the SPL library to iterate over the filesystem.
— 17 Mar 2020
Parsing CSV in PHP, the easiest way
I will show you the easiest way to parse CSV files in PHP.