Zero Configuration Live Reload Server Posted by Yongzhi Huang in Tips & Techniques on December 24, 2016This tutorial will go over how we can set up a live reload server to serve a static HTML...
How To Create A Build System With NPM Scripts Posted by Yongzhi Huang in Intermediate on December 16, 2016In this three part live coding series, we will create a simple build system that compiles our SCSS files...
Building A Sticky Sidebar In React Posted by Yongzhi Huang in Intermediate on December 14, 2016In this three part live coding series, we will build a basic 8-2 column layout and add a sticky...
An Overview Of Classical Javascript Classes and Prototypical Inheritance Posted by Yongzhi Huang in Intermediate on December 11, 2016Object Oriented Javascript is not an easy concept to grasp, the language implements object oriented programming(oop) concepts via the Prototypical...
How to never write console.log again Posted by Yongzhi Huang in Tips & Techniques on December 5, 2016If you are a web developer and have worked with Javascript, you probably wrote console.log about a few hundred thousand...