An Engineer’s Take on Elon Musk’s Twitter Posted by Yongzhi Huang in PentaCode Exclusive on November 4, 2022I’ve been a Twitter user for over 10 years, it is the first app I open when I wake...
Cloudflare Workers – an introduction to Serverless – Part 1 Posted by Yongzhi Huang in Beginner on April 13, 2021This tutorial assumes no prior knowledge about Serverless or Cloudflare Workers.
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...
React Server Side Component: A Brief First Look Posted by Yongzhi Huang in Javascript on December 25, 2020Blog post RFC
Scraping Youtube Comments With Puppeteer Posted by Yongzhi Huang in Beginner on September 1, 2019In this tutorial, we’ll go over how we can scrape Youtube comments with Google’s Puppeteer library. Puppeteer is an...
How to access local host anywhere with ngrok Posted by Yongzhi Huang in Tips & Techniques on June 23, 2019Whether you’re a freelancer or a full time employee working on a team, there are times when you need...
Lodash Get and Set Posted by Yongzhi Huang in Beginner on March 14, 2019This will be a quick tutorial about Get and Set functions from my favorite javascript utility library Lodash. Lodash...
Custom Fetch Hook With React Hooks Posted by Yongzhi Huang in ReactJS on February 18, 2019In this tutorial, we’re going to create a custom React Hook that wraps on top of Fetch API. If...
Learn React Hooks In 15 Minutes Posted by Yongzhi Huang in ReactJS on February 18, 2019What are Hooks? Hooks provide developers the ability to tap into React’s states and life cycles from anywhere. It...
Server Side Render SPAs with Puppeteer Posted by Yongzhi Huang in Javascript on December 23, 2018In this tutorial, I would like to demonstrate how we can use Puppeteer to render contents generated by client...