GitHub for Human Beings
GitHub – and GitHub users – can be kind of annoying sometimes. Here are a few tips to improve your day-to-day experience.
3m 4ECMAScript Proposal for JavaScript Decorators
(and protocols)There’s a JavaScript decorators proposal in the works.
We take a look at how it works and why it’s useful.12m 4The
npm
Meltdown Uncovers Serious Security RisksEarlier this week, as almost everyone reading this article knows,
npm
experienced a brief service interruption wherenpm install
would fail for heaps of popular packages …8m 16JavaScript Proposal for weak references:
WeakRef
A proposal to implement weak references in JavaScript – which would expose weak references made possible by
WeakMap
andWeakSet
– is currently sitting at stage 0.6m 0Making a Simple Site Work Offline with ServiceWorker
I’ve been playing around with ServiceWorker a lot recently, so when Chris asked me to write an article about it I couldn’t have been more thrilled. …
15m 5