Recent posts

Compare Feature Flags and Settings

1 minute read

Almost all SaaS systems need to implement Feature Flags and Settings(or Configurations) somehow. When people talk about them, they can be mixed together. The...

git best practice

less than 1 minute read

configure user.name and user.email properly understand and use common git cli commands make good commit message use .gitignore filter files shouldn’...

Entry level Javascript weirdness

1 minute read

Javascript is weird when compared to other popular programming languages. If you search it on the Internet, there’re a lot of articles talking about the weir...

Html input checkbox using e.target.checked

less than 1 minute read

e.target.value could look familiar by almost all experienced web developers. That’s commonly seen in the input text box event handler in reactjs code, .e.g o...