Coding
XDebug 3 is officially released
This release saved my sanity with a feature that allows to disable the extension whenever, before you just had to deal with it (e.g. when using composer, doing code coverage, etc). Props to the guy Read more…
This release saved my sanity with a feature that allows to disable the extension whenever, before you just had to deal with it (e.g. when using composer, doing code coverage, etc). Props to the guy Read more…
Built for those poor souls (ie. myself) that are stuck professionally with Laravel for the foreseeable future. https://github.com/dev-this/laravel-console-logg Zero dependency, no magic (ie. traits/magic methods/static calls), Logger output for your console commands. Leaves your usual Read more…
PHP 8 will be released today! If you have anything to discuss or ask about PHP 8, or if you want to express how you feel about the new release; then you’re free to share Read more…
I’ve just started a side project on it and it’s super great to be up and running quite fast. But I’ve hit quite a blocker soon in the project when I realized I had to Read more…
The amount of people giving reasons to hate it who haven’t used it since 5.4, if ever. array_ functions. Why? I use functions like unique, map, filter and some others a lot. Lack of enums. Read more…
Saying “Haskell has this feature and it allows you to express some common Haskell patterns more succinctly” does not imply “Adding this feature to PHP will allow you to do the same”. Haskell is a Read more…
Mine are: (Best) Named Arguments — I usually like to stick to syntax which is common among the majority of languages I know (multi-lingual), but this looks pretty useful to me. I might try it. Read more…
Hi, I wanted to ask you what do you think about my concept of extending PHP with JSDoc capabilities. I was just frustrated that I cannot pass an array with big number of optional keys Read more…
Throwing away Exceptions as a tool is a terrible idea. (“Go away Rust, you’re drunk”) You’ve described several different types of problems in your example code and attributed all of them to … not being Read more…
You can get the digital version for free (Just trade your email) https://www.phparch.com/books/php-development-with-windows-subsystem-for-linux-wsl/ The work is self-recommending. Looking forward to reading it! Just started reading it earlier. Thanks! Any specific reasons on why not using Read more…