Tagged in

Nodejs

YLD Blog
YLD Blog
YLD's latest thoughts on Software Engineering, Design, leadership and Digital Products
More information
Followers
1K
Elsewhere
More, on Medium

Machine Learning in JavaScript with Propel

Propel is a new NumPy-like scientific computing and machine learning library for JavaScript, currently under heavy development on GitHub. It’s main contributors are Ryan Dahl and Bert Belder (early contributors to the Node.js project).


So, you’re thinking about updating your Hapi.JS server to V17?

There are quite some changes with the latest HAPI.js version that are worth taking a look at. At YLD we want to be as close as possible to the latest changes and this blogpost aims to unveil a bit of the new HAPI.js…


ALTERNATIVES TO HTTP!

In one of our latest articles we introduced and debugged HTTP/2. However we’ll be exploring some other alternatives to the HTTP protocol in this one. These alternative protocols are quite interesting when we start to investigate them, since it allows us to understand how the Internet is…