— Brian Moeskau (@bmoeskau)
— Ryan Vice (@ryanvice1
Thanks to our venue:
Thanks to our premiere sponsor:
Thanks to our sponsor:
![]() |
![]() |
![]() |
![]() |
| 64 | 58 | 16 | 11.1 |
![]() |
![]() |
![]() |
![]() |
| 64 65 |
58 59 |
16 | 11.1 |
Released March 6th — Release Notes
Programmatically generate an image whenever a CSS property expects an image.
class CustomPainter {
paint(ctx, geom, properties) {
ctx.fillStyle = 'red';
ctx.rect(10, 10, 10, 10);
ctx.fill();
}
}
registerPaint('my_painter', CustomPainter);
<style>
textarea {
background-image: paint(my_painter);
}
</style>
<textarea></textarea>
<script>
CSS.paintWorklet.addModule('my_painter.js');
</script>
Here's a good background primer for more info
Allows your server to pass timing information to the browser, giving you a better picture of your overall performance.
Released March 13th — Release Notes
Google’s mobile UI framework for crafting high-quality native interfaces on iOS and Android in record time.
Read the announcement or try it out (or learn some history).
This 30-minute live coding demo is pretty sweet too.
A lightweight (~8k), Canvas-based library that lets you draw in a sketchy, hand-drawn-like style.
Add CSS animations to delight users as they scroll down.
Sketch is a UI and UX design tool.
Chrome 65 will no
longer trust HAS distrusted Symantec-issed SSL certificates older than June 1, 2016
Symantec had entrusted several organizations with the ability to issue certificates without the appropriate or necessary oversight, and had been aware of security deficiencies at these organizations for some time.
View the survey results
A single track summit where you'll learn the latest tricks other companies are using to successfully build and run engineering teams
Animations for eccentric developers
/
#