Recent posts

ReactJS, the parts that you may dislike

2 minute read

ReactJS is one of the most popular frontend libraries, but everything has its downside. In this post, I’d like to share some reasons why people might thumb-d...

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

4 minute read

Git is easy to start with and hard to master. Over the years I have collected a short list of habits that keep a repository clean, keep the history readable,...

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...