Magento 2 Roadmap : Long walk to freedom

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

William Petri's Answer on Quora : Where can i find developers willing to join my startup

http://www.quora.com/Startups/Where-can-I-find-developers-willing-to-join-my-startup/answer/William-Pietri?srid=ujr&share=1 This answer is gold. I am posting it here just to remind my self about facts that i am forgetting very easily. »

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… »