A Blog About Software Development

A guide to practical usage of PHP FFI
PHP 7.4 introduced many exciting features, such as typed properties, preloading, and the foreign function interface (FFI). Some of these features have been highly anticipated, like typed properties,...
Read more →

New awesome features of MySQL
MySQL, like any other technology, is constantly evolving and brings many new features. However, not everyone has the time to keep up with all the new features in this popular open-source database....
Read more →

A few statistics about functions usage across the PHP ecosystem
In one of the Czech fairy tales, there is a song about statistics. The song's catchiest phrase is a chorus, "statistics is boring, but its data are engrossing". I especially agree with the second...
Read more →

PHP FFI and what it can do for you
When we read the PHP 7.4 release announcement, we can see that it brings many exciting new features, such as typed properties, preloading, and FFI – foreign function interface. Some of these...
Read more →