— Brian Moeskau (@bmoeskau)
— Ted Patrick (@__ted__)
Thanks to our venue:
Thanks to our premiere sponsor:
Thanks to our sponsor:
|
|
|
|
| 65 | 59 | 16 | 11.1 |
![]() |
![]() |
![]() |
![]() |
| 65 66 |
59 | 16 | 11.1 |
Released April 17th — Release Notes
The old way:
el.style.padding = 42;
console.log(el.style.padding); // '42' (string)
The new way:
el.attributeStyleMap.set('padding', CSS.px(42));
const padding = el.attributeStyleMap.get('padding');
console.log(padding.value, padding.unit); // 42, 'px'
Note: Firefox support in progress, Edge is considering
The old way:
var success = document.execCommand('copy');
The new way:
navigator.clipboard.writeText('Some text')
.then(() => {
console.log('Success');
})
* Largely goverened by the Media Engagement Index
Looking for a new framework? You might check it out.
Contain your Facebook session—and identity—so it's harder for Facebook to track you around the web.
An official Firefox extension available now
The fastest, privacy-first consumer DNS service
Announced on April 1st by Cloudflare
Install it today in 2 minutes
Aka "WebAuthn"—Moving toward a future without password strings!
Check out the developer resources.
Just a little PSA—Node v4.x End-of-life is April 30th!
As of last month Progressive Web Apps are supported on iOS
Here's a comprehensive overview
Outlines and discusses the practice of front-end engineering: how to learn it and what tools are used when practicing it in 2018.
Great survey of the current state-of-the-art in front-end web dev:
Also available as a downloadable e-book
Making it easy for anyone to explore the health of the web as a whole
On March 27th they pushed out an updated, responsive design.
Martin Fowler is rewriting his seminal book after 20 years!
Face detection in 200 lines of JavaScript
All processing is client-side, without sending images to a server (demo).
Check out the science behind it if you're interested.
/
#