I’ve closely promoted nvm, a Node.js model supervisor, over time. Having a instrument to handle a number of variations of a language interpreter has been so helpful, particularly as a result of complexity of Node.js package deal administration.
One tip I like to offer new builders is including a .nvmrc
file to their repositories. The file contents is only a easy string representing the model of Node.js the challenge requires:
v16
A challenge with this .nvmrc
is specifying that Node.js v16
needs to be used. Any developer might then run nvm use
to obtain, set up, and swap to that model. A nvm set up
name would then set up dependencies consistent with that model.
Create Namespaced Courses with MooTools
MooTools has all the time gotten a little bit of grief for not inherently utilizing and standardizing namespaced-based JavaScript courses just like the Dojo Toolkit does. Many builders create their courses as globals which is usually frowned up. I largely disagree with that stance, however every to their very own. In any occasion…
Fading Hyperlinks Utilizing jQuery: dwFadingLinks
UPDATE: The jQuery web site was down right this moment which prompted some points with my instance. I’ve made all the pieces native and now the instance works. Earlier this week, I posted a MooTools script that light hyperlinks to and from a shade through the mouseover and mouseout occasions.
Xbox Stay Gamer API
My sharpshooter standing apart, I’ve all the time been stunned upset that Microsoft has by no means supplied an API for the huge quantity of details about customers, the video games they play, and statistics inside the video games. Particularly, I might wish to publicly disgrace each n00b I’ve baptized with my…