Builder pattern magic in Node.js
Builder is useful whenever you need to build an object in steps, and those steps should be abstracted away from the client code. (more…)
Read more »
At VIP, we run a highly available Node service that powers much of our platform. One of the biggest challenges we see teams face is the question of how to scale a highly available API. That’s… Read more