Build an Kanban based on NestJSLast time, I try to introduce how to build a kanban. This time, I try to introduce how to use NestJS to build a kanban. If you are…Nov 30, 2020Nov 30, 2020
Build an Kanban based on TypescriptKanban is a very common assignment of interview. In this article, it will introduce how to implement from scratch. I only show some useful…Nov 7, 2020Nov 7, 2020
NestJS Source Code TracingNestJS is a very complex NodeJS HTTP Server Framework. It has lots of components, such as filter, guard and interceptor. At first, I…Apr 25, 2020Apr 25, 2020
新加坡半年軟體工程師工作 Q & A這篇文章主要是大概分享下自己在新加坡待了半年的遇到的問題還有自己碰撞過後得到的一些解答, 但因為也只有半年左右所以也不敢說自己都是對的, 但就是可以給後面的人一些參考Apr 11, 2020Apr 11, 2020
Startup Automatic testing, CI , Refactor & System Design最近在一間新加坡非常小型的 Startup 工作, 整個 Project 歷經了大概四個人之手, 如果外加上外包的 team 的話, 大概就是 6 個人以上, 更可怕的是這些人在我加入公司前全走了, 沒有任何 document 也沒有任何測試, 只有一堆很可怕的 Code…Mar 15, 2020Mar 15, 2020
Using Puppeteer to Generate Firebase Dynamic Link AutomaticallyIn order to redirect to the specific target, we use Firebase Dynamic Link. For the most cases, it is a shorten url only, but it can also…Mar 14, 2020Mar 14, 2020
Test for Template Method in TypescriptWhen you use template method pattern to implement some functions, you may encounter one problem is how to test this class. Of course, you…Dec 24, 2019Dec 24, 2019
北京工作一年半心得 (Working in Beijing)Originally, I want to post this article anonymously, but it will be banned by medium, so I use the real account to post it, because it is…Dec 21, 2019Dec 21, 2019
Stripe Subscription UsageRecently, I tried to develop the subscription function for stripe. I found there do not have clear enough tutorials in stripe official…Dec 21, 2019Dec 21, 2019