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