Inside – must have game for AppleTV
I am not a big gamer and do not really care about games anymore. Maybe it’s a sign of my age, but most Playstation and Xbox games are too complicated...
WIP: Laravel naming guide
After digging in Laravel’s documentation and some other repositories, this seems to be more or less a consensus. Some go without saying like the Eloquent conventions, others are more up...
How to localize dates in PHP with Laravel and Carbon
Getting localized dates in PHP and Laravel is quite easy once you know how it works. Just setting the locale in app/config.php seems not to do the trick. Check...
Custom driver for image cache in Laravel Valet
Now and then you will need a way to serve resized images. I wanted a way to create this images and cache the result dynamically. A smart way to caching...
VSCode vs Sublime
I have been using VSCode for a copule of months now. Overall, I will stick to it now. Positive Eco-system and extensions. Ligatures (I think Sublime 3.1 has...