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
React Component Profiling
YLD
• November 25
React Component Profiling
YLD
• November 25The React library is still evolving and Facebook’s React team is working on a set of features to improve it, both internally (e.g the new…
The React library is still evolving and Facebook’s React team is working on a set of features to improve it, both internally (e.g the new…Read More...
Node.js databases: embedded database using LevelDB
YLD
• October 24
Node.js databases: embedded database using LevelDB
YLD
• October 24Node.js has been designed to do quick and efficient network I/O. Its event-driven streams make it ideal to be used as a kind of smart proxy…
Node.js has been designed to do quick and efficient network I/O. Its event-driven streams make it ideal to be used as a kind of smart proxy…Read More...
RabbitMQ and AMQP for Distributed Work Queues in Node.js
YLD
• October 03
RabbitMQ and AMQP for Distributed Work Queues in Node.js
YLD
• October 03Using RabbitMQ and AMQP for Distributed Work Queues in Node.js This is the last article in the Work Queue Patterns series. In the past…
Using RabbitMQ and AMQP for Distributed Work Queues in Node.js This is the last article in the Work Queue Patterns series. In the past…Read More...
Lessons from YLD Innovate
YLD
• August 22
Lessons from YLD Innovate
YLD
• August 22Innovation in a fast-growing environment YLD Innovate is a series of events covering relevant business topics for the CIO. The first event…
Innovation in a fast-growing environment YLD Innovate is a series of events covering relevant business topics for the CIO. The first event…Read More...
Why your application needs to be offline-first
YLD
• July 20Why your application needs to be offline-first
YLD
• July 20I recently attended the first Offline Camp , a gathering of a very diverse group of people that were interested and invested in the Offline…
I recently attended the first Offline Camp , a gathering of a very diverse group of people that were interested and invested in the Offline…Read More...
A Distributed Work Queue
YLD
• July 12
A Distributed Work Queue
YLD
• July 12So far, we’ve seen that creating a local queue can be very useful for streamlining the workload and persisting the work throughout process…
So far, we’ve seen that creating a local queue can be very useful for streamlining the workload and persisting the work throughout process…Read More...