Should I pin my Rust toolchain version?| swatinem.de
It’s no secret that web development has been problematic for a long time. Year after year, more tools are created with the pretense of…| Medium
Open-source software (OSS) sits at the center of almost every digital technology moving the world since the early 1980s—laptops, cellphones, widespread internet connectivity, cloud computing, social media, automation, all the rainbow flavors of e-commerce, and even secure communications and anti-censorship tools.| Atlantic Council
To be an effective developer, regularly aim to pierce the abstraction wall, especially when you identify a soft interface.| nemil
npm Blog (Archive); updates from the npm team are now published on the GitHub Blog and the GitHub Changelog| blog.npmjs.org
Adding Node.js NPM modules to serverless fuctions with OpenWhisk.| jamesthom.as
Code pulled from NPM – which everyone was using| www.theregister.com
Intro Okay developers, time to have a serious talk. As you are probably already aware, this week React, Babel, and a bunch of other high-profile packages on NPM broke. The reason they broke is rather astounding: A simple NPM package called left-pad that was a dependency of their code. left-pad, at the time of writing this, has 11 stars on GitHub. The entire package is 11 simple lines that implement a basic left-pad string function.| David Haney