DaiweiThe Quickest Way to Write a Node.js Server and Have Some FunGet started in Node.js is fun and easy enough nowadays. But setting up a Node server can still be convoluted if you just need a simple…Jun 12, 2016Jun 12, 2016
DaiweiWhat I learned from Redux — the “Redux” PatternWhat this post is and is notApr 26, 2016Apr 26, 2016
DaiweiDependency Injection and CommonJS in Node.js Unit TestingDependency injection (DI) is an often used technique to manage dependencies of a module. It’s great for testing, because we can control the…Jan 13, 2016Jan 13, 2016