Florian Ceprika

Florian Ceprika

Ignore Files Accross All Git Repositories

If you’re working with Git, you might find that there are files specific to your system that you’d prefer Git to ignore across all your repositories. Rather than creating a .gitignore file for every project, you can set up a…

How to log easily in Magento 2

As a seasoned Magento developer, you might find yourself missing the convenience of Mage::log() from Magento 1. This magical method was a go-to tool for quick debugging. But don’t worry! I’ve discovered a handy alternative for Magento 2 that might…