This Week in JavaScript - 13 June 2016

Hello and welcome to a slightly later than usual This Week in JavaScript’ — another curated collection of links relating to what’s new and exciting in the world of JavaScript. The complete list is tagged jsweekly. (Don’t forget to check out our weekly .NET and front end roundups too!)

And now for this week’s finds …


Getting started

Learning more

Libraries

ES2015

  • A Promise-Based Worldview - Once the Node.js developer’s victim of choice, Promise now enjoys healthy adoption on both sides of the stack - what’s changed?
  • ES Modules and Node.js: Hard Choices - Yosuke recently published a blog post in Japanese regarding the challenges Node.js was facing with considering ES Modules support (translated).
  • Service Workers 101 - An infographic to summarize the most important parts of the Service Workers’ API.
  • Async and Await - Guillermo Rauch shows you how Promise combined with async / await enables this, but also some of the lessons he’s learned from using these new features in production.

Frameworks

  • How Using Yeoman Changed the Way We Work - If you think a tool to help you scaffold out new projects to your liking could help you, check out Noam Elboim’s journey!
  • How to Create a Face Detection App With React Native - In this tutorial, we look at the Face Detection API, which is part of Microsoft Cognitive Services. This API allows developers to easily implement face detection functionality in apps.
  • Versioning: the chicken & egg - Remy Sharp was working on a project where he kept running into the constraints of versioning a package he was pushing to npm, but now I has a near perfect workflow that completely mitigates the entire issue of versioning.

Other Stuff


For more links like this and to keep up-to-date with the latest goings on in JS land, you can follow SitePoint’s JavaScript channel on Twitter.
Please PM us if you have anything of interest for the next issue or if there is anything you would like to see featured. Paul and Chris of Arabia.

5 Likes

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.