Today we’re announcing free private repositories with unlimited collaborators for teams with GitHub Free, and reducing the price of our paid Team plan to $4 per user/month. All of the core GitHub features are now free for everyone.
Learn more: github.co/2RDo6SL
Do you have experience in React, Node.js, webpack, and want to work on a really cool open source project? The Facebook Open Source Team is looking for a contractor to help us deliver the next version of Docusaurus. If interested, please apply here:
profacebook.applytojob.com/a…
#TipsAndTricks
Dear Node Dev
Be sure to always cross check the packages you are installing.
A common mistake is to install unofficial packages due to mistyping and this can introduce malware into your codebase.
Eg. You unintentionally install "loadash" instead of "lodash"
They sound and look the same so you can't go wrong with it right ?
#Advice
Always visit the official documentation for the package you wish to install from npmjs.com
Be sure it is the right one.
Copy and Paste the install script from the official npm website.