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.

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.

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.