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 at all times 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 you could create shifting ahead!

fetch API
One of many worst saved secrets and techniques about AJAX on the internet is that the underlying API for it,
XMLHttpRequest, wasn’t actually made for what we have been utilizing it for. We have executed nicely to create elegant APIs round XHR however we all know we will do higher. Our effort to…
Responsive and Infinitely Scalable JS Animations
Again in late 2012 it was not simple to search out open supply tasks utilizing
requestAnimationFrame()– that is the hook that permits Javascript code to synchronize with an online browser’s native paint loop. Animations utilizing this technique can run at 60 fps and ship implausible…


Fundamental AJAX Requests Utilizing MooTools 1.2
AJAX has turn out to be an enormous a part of the trendy internet and that wont change within the foreseeable future. MooTools has made AJAX so easy {that a} rookie developer can get their dynamic pages working very quickly. Step 1: The XHTML Right here we outline two hyperlinks…
