Most builders spoil themselves with enjoyable command line utilities to make their work simpler and extra environment friendly. One such command line helper permits builders to all the time present the git department within the command line. How are you going to get the present department? With this helpful snippet:
git department --show-current
It is nice to maintain this snippet round for any automation chances are you’ll create transferring ahead!
CSS @helps
Function detection through JavaScript is a consumer facet finest apply and for all the suitable causes, however sadly that very same performance hasn’t been accessible inside CSS. What we find yourself doing is repeating the identical properties a number of occasions with every browser prefix. Yuck. One other factor we…
JavaScript Promise API
Whereas synchronous code is less complicated to observe and debug, async is mostly higher for efficiency and adaptability. Why “maintain up the present” when you may set off quite a few requests without delay after which deal with them when every is prepared? Guarantees are turning into a giant a part of the JavaScript world…
Introducing MooTools LinkAlert
One among my favourite Firefox plugins is named LinkAlert. LinkAlert reveals the person an icon after they hover over a particular hyperlink, like a hyperlink to a Microsoft Phrase DOC or a PDF file. I really like that warning as a result of I hate the shock…