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

Similar

Node.js now has official certification

The Node.js Foundation’s mission is to enable widespread adoption and help accelerate development of Node.js and other related modules. We do this through an open governance model that encourages participation and technical contribution. (more…)

Read more »

5 alternatives to Node.js for Java

NodeJS is the best known and most popular way of executing JavaScript on the server. If you have existing investments in Java and see the benefits of using the Java VM, then NodeJS might not be an ideal approach. Luckily, the JVM provides Javascript suppo...

Read more »