React Server Side Component Demo App Walkthrough Posted by Yongzhi Huang in Intermediate on December 28, 2020In this video I will do a first time walkthrough of the React Server Side Component app repo. I...
Run Your Own Search Engine With Apache Solr Posted by Yongzhi Huang in DevOps on September 5, 2017In this tutorial, I will show you how you can set up a search database using Apache Solr. This...
How To Add Redux To Create React App Posted by Yongzhi Huang in Intermediate on January 5, 2017This tutorial will show you how we can add Redux to the Create React App starter project. We’ll be...
How To Add React Router To Create React App Posted by Yongzhi Huang in Intermediate on January 1, 2017If you want to add single page app capability to Create React App, then you need to add React Router...
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 javascript modules work – from past to present Posted by Yongzhi Huang in Intermediate on November 13, 2016JavaScript is an interesting language, for the past 5 years or so, I’ve witnessed its accelerated evolution in both...
Tldr: Yarn, Package Manager from Facebook Posted by Yongzhi Huang in Intermediate on October 11, 2016Facebook released Yarn, a package manager to replace NPM. Here’s a tldr of why it’s a big deal: Official...
Handle mass polling with Back Off Algorithm Posted by Yongzhi Huang in Intermediate on September 7, 2016Posted under Let’s Fix, where we discuss problems and solutions to real world web dev problems Recently I had...