Monthly Archives: May 2020

The introduction for JavaScript ES6’s classes

Do not understand the class features of JavaScript ES6? You can take a look on this introduction in Chinese.  https://shubo.io/javascript-class/

Posted in JavaScript | Leave a comment

Speed up ActiveMQ performance by 25x

Sometimes we encounter the performance issue for persistent messaging using ActiveMQ.  Here’s the best practice on Linux system to accelerate it.  https://blog.christianposta.com/activemq/speeding-up-activemq-persistent-messaging-performance-by-25x/

Posted in ActiveMQ | Leave a comment

使用 git worktree 建立多個工作區

Reference:  https://medium.com/@kmsh3ng/%E4%BD%BF%E7%94%A8-git-worktree-%E5%BB%BA%E7%AB%8B%E5%A4%9A%E5%80%8B%E5%B7%A5%E4%BD%9C%E5%8D%80-5a02f6d9d3fd

Posted in git | Leave a comment