A collection of thoughts, musings and insights from our talented group of software engineers and product designers - read all about it on our blog.
Recent articles
Building a TCP service using Node.js
YLD
• February 23Building a TCP service using Node.js
YLD
• February 23This is the eighth article from a new series about Node.js. In the previous article we talked about how we can use CouchDB to deliver…
This is the eighth article from a new series about Node.js. In the previous article we talked about how we can use CouchDB to deliver…Read More...
Exploring how Node.js handles HTTP connections
YLD
• February 08
Exploring how Node.js handles HTTP connections
YLD
• February 08Why is this Node service only handling X requests per second but neither memory, CPU nor network usage is saturated? How does Node handle…
Why is this Node service only handling X requests per second but neither memory, CPU nor network usage is saturated? How does Node handle…Read More...
CouchDB to store and promote configuration changes
YLD
• February 04
CouchDB to store and promote configuration changes
YLD
• February 04This is the seventh article from a new series about Node.js. In the previous article we started talking about how you can deliver…
This is the seventh article from a new series about Node.js. In the previous article we started talking about how you can deliver…Read More...
Using a singleton module for config data
YLD
• January 28Using a singleton module for config data
YLD
• January 28By Pedro Teixeira This is the sixth article from a new series about Node.js. In the previous articles we talked about flow control: how to…
By Pedro Teixeira This is the sixth article from a new series about Node.js. In the previous articles we talked about flow control: how to…Read More...
The Hapi.js eco-system
YLD
• January 19
The Hapi.js eco-system
YLD
• January 19Overview The hapi.js ( H TTP API ) framework provides a RESTful API that is a perfect match for projects with large teams working on…
Overview The hapi.js ( H TTP API ) framework provides a RESTful API that is a perfect match for projects with large teams working on…Read More...
Performance-Driven Development
YLD
• January 18Performance-Driven Development
YLD
• January 18Intro If DevOps means anything, it’s that developers don’t just write code anymore for the sole purpose of chucking it over the wall to Ops…
Intro If DevOps means anything, it’s that developers don’t just write code anymore for the sole purpose of chucking it over the wall to Ops…Read More...