Tag: php
-
Understanding Pass-by-value in PHP and JavaScript
If you read my article on comparing PHP and JavaScript arrow functions, there is one relevant discussion that I did not touch in that article, as it is an important concept to grasp. In programming, when we pass a variable into a function, the function can either modify the original variable or create a copy…
-
PHP Arrow Functions: A Comparative Analysis with JavaScript Arrow Functions
This article takes a look at PHP arrow functions, how they compare to JavaScript arrow functions, and some ideal use cases for them.
-
Refocusing and Refining My Tech Stack
In the fast-paced world of software development, I’ve always been something of a Swiss Army Knife. My ability to pick up new tools and technologies at a rapid pace, fueled by an unquenchable curiosity, has been a defining feature of my professional persona.