I’m pleased to announce that my newest video series, Rapid Lo-Dash is available for purchase through Packt Publishing. You can get all the details and view the free sample here: Rapid Lo-Dash If you’re a JavaScript developer, and you aren’t using Lo-Dash yet, you really need to check it out.
What’s your database of choice? For the next few months, I’ll be working with the team at LocalRuckus, building a new Node.js API and application. As a small shop with no dedicated Sys Admin or Dev Ops, its essential that we find Node.js hosting that is flexible, fast, and cost-effective.
Node.js gets a lot of well-deserved press for its impressive performance. The event loop can handle pretty impressive loads with a single process. However, most servers have multiple processors, and I, for one, would like to take advantage of them. Node’s cluster api can help. While cluster is a core