Matt made an awesome visualization that generates art. He wrote a blog post outlining his process and the idea. | |
|
The HTMLFormElement is weird. Although it was designed to make working with forms easier in the early days of the web, there are many subtle problems and inconsistencies that create nasty JavaScript bugs. | |
|
This is a module I published a couple of weeks ago. It creates a gif animation out of the Wayback Machine archive for a website of your choice. A silly but fun project! Never underestimate the power of letting yourself be silly, creative, and have fun while working on a side project. | |
|
3D brush painting through VR with an amazing user experience. Do I really need to type any more words to describe this masterpiece of awesomeness? | |
|
TL;DR – We’re extending JavaScript with a primitive API that lets programmers use multiple workers and shared memory to implement true parallel algorithms in JavaScript. |
|
Alex walks us through some of the history of how ServiceWorker came into being, why it’s not merely a better API when compared with AppCache. Here’s a particularly interesting quote I haven’t seen brought up quite this way before: It’s hard to stress enough how much better reliable performance is. Think of it this way: the first load of a native app sucks. It’s gated by an app store and a huge download, but once you get to a point where the app is installed, that up-front cost is amortized across all app starts and none of those starts have a variable delay. Each application start is as fast as the last, no variance. What native apps deliver is reliable performance. |
|
In this long-form post, Boopathi walks us through some common – and not-so-common – issues that can arise out of using ServiceWorker . He then outlines several solutions in each case and points you to more awesome articles. A great read! | |
|
Jon came up with an assortment of educational screencasts ranging from introductory material to in-depth ES6 video series. Tons of quality content for free! |
|
Zeke takes a glance at what’s in store for vanilla CSS and ponders whether it’ll be enough to overthrow pre-processors such as LESS, SCSS, or Stylus. |
|
Joanne points out the importance of inclusivity for an open-source ecosystem to thrive and prosper. Useful advice for authors and contributors alike. | |
|
Comments