#programming-tips
Read more stories on Hashnode
Articles with this tag
Pragmatic Programmer Rules any developers should know Iβve listed some of the most essential rules any software engineer should know. Those essential...
If you are familiar with the keyword / namedarguments in programming languages such as Python, Ruby and PHP 8, you probably wonder if the same can be...
How to use the enumerations in PHP 8.1? Β· PHP 8.1 offers the new enum structure natively. Let's see how we can use them in an advanced way! π And how it...
`match` expression with PHP 8.0 Β· Let's use match expression with PHP 8.0 πͺ Lets' see when to use it and why it can have advantages over the old good...
Today, let's quickly speak about the arrow functions in JavaScript. Indeed, since ES6 (ECMAScript 2015), JavaScript offers a different (and shorter)...
https://youtu.be/OolQSbIdjBU Let's learn about the PHP final keyword in object-oriented PHP π π€ GitHub: https://github.com/pH-7 π My Udemy...