10 Visual Studio Code tips to boost your productivity Posted by Yongzhi Huang in PentaCode Exclusive on March 23, 2017I use Visual Studio Code every day, and it is one of the biggest productivity tools in my arsenal...
Lock Down Your Node Modules With NPM Shrinkwrap Posted by Yongzhi Huang in Beginner on March 10, 2017The Problem with non-deterministic dependencies You set up a new Node JS project, installed your dependencies with npm install...