#programming-tips
Read more stories on Hashnode
Articles with this tag
Master the Array.sort() Β· https://www.youtube.com/watch?v=3XYREfb_l94 Today we're going to look at how to sort arrays (and numbered arrays) in...
Efficiency & Time-Management Β· Recently, I've been asked the following question: How do you prioritize your tasks? And below are my answers. Start with...
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...