Guard clause

Jimmy Lin · 2021-12-01 17:52

A guard clause helps you removing one level of nesting and resulting in flatter code.

Read more

Docker image with Node.js and Python

Jimmy Lin · 2021-08-09 21:32

Sometimes you want to customize your own base image. This article tells you how to build a image including `Python3.8`, `Node.js 14.x`based on a `Ubuntu 20.04` official base image.

Read more