This code challenge covered the typical inheriting Shapes topic, RegEx, and some elements of the SOLID principles.
Code Challenge
5 Articles
This code challenge was to reverse an array, both with and without the use of a new array variable. While PHP does have the array_reverse function, this is the result without resorting to the standard library.
This code challenge included a JSON representation of an ordering system api response and needed to output three (3) things.
As I’m sure every developer has, I’ve been tasked with completing the infamous FizzBuzz code challenge at various points in my career. This is a more recent take.
I’ve realized that I don’t have enough development posts on this development blog. As such, I will…