jasonbutz.info

Article Roundup - Week of Feb 11, 2018

Article Roundup

WebAssembly Studio
Mozilla created an online IDE for building simple WebAssembly apps in C or Rust. It’s a lot of fun to play around with and worth checking out.

Building scalable microservices with gRPC
When it comes to microservice architectures people frequently go straight for RESTful APIs and don’t even consider other options, unless they need an event driven architecture. It’s interesting to see something other than RESTful APIs used.

ECMAScript 2018: the final feature set
This is a list of the main features to expect in the latest version of JavaScript, ES2018, that will be coming out this year. Surprisingly, a lot of it seems to be related to regular expressions.