Magento 2 Roadmap : Long walk to freedom

— Ivan Chepurnyi (@IvanChepurnyi) September 6, 2014 »

Add configuration file to your PHP Projects

https://github.com/vlucas/phpdotenv For a while now, i've been using Symfony's YAML to add a configuration file on my PHP projects. Today, i stumbled upon Vance Lucas's PHPDotEnv which is a great PHP package that will transfer the contents of a .env… »

Talking about: PHP

Magento(Varien lib) & PHP memory_limit -1 bug

Last week an unusual bug really got me some time until i figured out. Common symptoms are Magento not creating your product's images cache without a reason or when trying to upload product's image and an error says 'Memory limit reached'. A lot of… »

Does your code smells?

Programming is like my life. Being in the game since i was a little kid, it's like programming languages are my native languages. Writing good code matters a lot to me. Being able to write clean code may not seem so important but hazardous situations… »