Load customer by ID in MagentoHere is a quick example of how to load customer by its ID in Magento. It is a standard load method that is used across all Magento models...February 1, 2016 | #magento
Get current store ID in MagentoThis here is a really short example of how to retrieve current store ID in Magento. Additionally to that, an example of getting current store object and some of its data...January 28, 2016 | #magento
Fix for long shown launch screen on Meteor appIn one recent project I came across an issue of app’s launch screen being shown for quite a long time. To be exact - 6 seconds...January 26, 2016 | #misc
Small collection of useful SASS mixinsI happen to use these little SASS mixins quite often, but did not have Gist created yet. So I decided to create a small collection for quick copy and easy lookup next time I need them...January 25, 2016 | #misc