
Tomáš
How to Create and Properly Use Generators in PHP
Generators are very useful features in PHP that allow you to generate and return large amounts of data based on requirements or conditions without taking up too much memory. I feel that despite their practicality, they aren’t very popular among PHP developers. That’s why I’ve…
Functions in PHP
In the previous article, we showed you how to get PHP up and running and presented some basic elements. In this section, we’d like to update your knowledge of the functions – how to create them, call them and process their output. We’ll describe classic…
When you have experience, you don’t need a course – I mastered the certification during a weekend
I’ve been working in our company since 2008, I started at a time when there were about seven of us altogether. ? As it usually is, with the growth of the company, there also came new challenges and opportunities. One of them was offered to…