Blog
Thoughts on PHP, Laravel, AI, and software engineering.
PHP
Updated
Test doubles in PHP - Mocking
Learn how to use Mocking in testing
PHP
Updated
How to use Google Vision in PHP efficiently
Introducing an elegant wrapper for Google Vision API
PHP
Updated
Temporal Coupling
What is Temporal Coupling? And how to fix it?
PHP
Updated
Test doubles in PHP - Dummies and Stubs
Learn the differences between dummies and stubs
PHP
Updated
Introduction to test doubles in PHP
An introduction to test doubles in PHP
PHP
Updated
PHP ternary operator, elvis operator, null coalescing operator, and null safe operator
Learn the differences between these four operators in PHP
PHP
Updated
Doubly-Linked List, Stacks and Queues in PHP
Learn how to use the doubly-linked-lists, stacks, and queue data structure in PHP
PHP
Updated
Building infinite unordered HTML list using SPL
I will be showing you how to build up nested list using SPL.
PHP
Updated
Inspecting Filesystem Using SPL
Learn how to use the SPL library to iterate over the filesystem.
PHP
Updated
Late Static Binding Explained
What static keyword means in PHP?
PHP
Updated
Parsing CSV in PHP, the easiest way
I will show you the easiest way to parse CSV files in PHP.