🔭 A passionate Self-taught Full Stack Web developer
💬 Ask me about React.js, Next.js, Node.js, MongoDB, Firebase, PHP, MySql, and WordPress
Check out latest articles
Summary: Training Start -> Training End ( Long 3 and a half months 🙂↕️ ). So, really, the experience was all over the place with excitement, tight deadlines, and fun…
/
Enumerations are a restricting layer on top of classes and class constants, intended to provide a way to define a closed set of possible values for a type. Simple Example:…
/
Attributes offer the ability to add structured, machine-readable metadata information on declarations in code: Classes, methods, functions, parameters, properties and class constants can be the target of an attribute. The…
/
Return Type Covariance Covariance allows a child’s method to return a more specific type than the return type of its parent’s method. Parameter Type Contravariance Contravariance allows a parameter type…
/
Array unpacking with string keys (PHP 7.4) PHP supports array spread operator ( …) for array unpacking. An array can be unpacked with another array if the array expression is prefixed with the…
/