Using Single-Character Constructs In the last article, we have learned how to use the simple (literal) patterns....
Year: 2016
She exudes power, she shows strength, she defines beauty; she… is so much more. She is a...
Continuing our discussion on Object-Oriented Programming, let’s finish Constructors, and start talking about their opposite: Destructors. Initializing...
After version 5.7, the next major version of PHP is 7 which reflects a huge jump in...
An abstract class is a class that you cannot instantiate; you must extend it in order to...
The each function is used to loop through elements in an array. It was constructed to make...
This tutorial is going to revolve around JavaScript arrays. An array can store a multitude of different...
Hi y’all, today we are going to learn how to create a plugin and will use the...
In the previous article, we discussed the concept of interfaces. An interface is like a contract that...
If you remember, I told you in the beginning of this series that Perl stands for Practical...