Quickly zip or tar a git project
There are times when you need to zip your project, either for backup or whatever. You can always use tar or zip commands. But if you use git as a version control, there is a very simple way to achieve this.
Shut down session on “Broken pipe” in terminal
So, you’re connected to a server via SSH, doing your wizardry and dark magic. Suddenly, a wild Pidgey appears. Just kidding.
Change Magento 2 admin url
If you’re like me, you probably just fly through the Magento 2 installation, without actually reading anything. Usually, this is not an issue (especially if you’ve done it several times), but recently Magento has an addition with creating an administration url.
“repeat your email address” validation in Magento
What can we do to implement a repeat email frontend validation?
Make immutable objects in javascript
Cool thing I ran into when watching Douglas Crockford’s talk on Javascript: the good parts was a different way of creating objects, with lot more options than usual way I was doing it. More specifically, I found it interesting to see that we can set certain properties as non-writeable ie. immutable.