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
Sharing code between native and web: React and Relay
YLD
• June 13Sharing code between native and web: React and Relay
YLD
• June 13Choosing React Native comes with a set of unique advantages, such as a single ecosystem (JavaScript vs. Java/Swift/Objective-C), faster…
Choosing React Native comes with a set of unique advantages, such as a single ecosystem (JavaScript vs. Java/Swift/Objective-C), faster…Read More...
ScotlandJS 2016
YLD
• June 07ScotlandJS 2016
YLD
• June 07ScotlandJS 2016 Written by Richard Littauer On June 2–3 I attended ScotlandJS for the first time, in Edinburgh. I went to the University of…
ScotlandJS 2016 Written by Richard Littauer On June 2–3 I attended ScotlandJS for the first time, in Edinburgh. I went to the University of…Read More...
Using a Persistent Local Queue in Node.js
YLD
• June 02Using a Persistent Local Queue in Node.js
YLD
• June 02As we’ve seen in the previous article of this series , an in-memory queue can be useful in streamlining a work load and retrying by…
As we’ve seen in the previous article of this series , an in-memory queue can be useful in streamlining a work load and retrying by…Read More...
Introducing Queues in Node.js
YLD
• May 10Introducing Queues in Node.js
YLD
• May 10This is the first of a series of articles that will be diving into using work queues to manage asynchronous work in Node.js, extracted from…
This is the first of a series of articles that will be diving into using work queues to manage asynchronous work in Node.js, extracted from…Read More...
Container Camp San Francisco 2016: Wrap-Up
YLD
• May 05Container Camp San Francisco 2016: Wrap-Up
YLD
• May 05The fourth incarnation of Container Camp, and the second in San Francisco, took place on Friday April 15th. YLD were in attendance and we…
The fourth incarnation of Container Camp, and the second in San Francisco, took place on Friday April 15th. YLD were in attendance and we…Read More...
Encrypting Communication
YLD
• April 21Encrypting Communication
YLD
• April 21In the previous post of this series we saw how we could perform RPC on top of a multiplexed duplex stream. In this article we’re going to…
In the previous post of this series we saw how we could perform RPC on top of a multiplexed duplex stream. In this article we’re going to…Read More...