Prevent using magic value
Jimmy Lin · 2021-12-08 16:45
Magic value is not a good idea.
Jimmy Lin · 2021-12-08 16:45
Magic value is not a good idea.
Jimmy Lin · 2021-12-01 17:52
A guard clause helps you removing one level of nesting and resulting in flatter code.
Jimmy Lin · 2021-09-26 21:17
Here are some data source I consider to use in my blog posts.
Jimmy Lin · 2021-09-24 11:08
Today, there are many tools available to help smooth out the development process.
Jimmy Lin · 2021-09-21 14:23
Fira Code is a monospaced font that is easier to code with.
Jimmy Lin · 2021-08-31 22:43
The ways of annotating a function are more than one, and it's a little confusing to pick one to use.
Jimmy Lin · 2021-08-24 11:12
There are many ways to define a function in Javascript.
Jimmy Lin · 2021-08-17 15:36
Some tar things I know.
Jimmy Lin · 2021-08-15 21:31
You need docker engine to build docker image, run image as a container and so on.
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.
Jimmy Lin · 2021-08-08 03:52
ODBC could be annoying, these article list out some ODBC issues I got.
Jimmy Lin · 2021-08-02 17:10
Pushing a Docker image is easy.
Jimmy Lin · 2021-08-01 13:44
Create a Docker image by yourself.