Three days of design, code, and hands-on content with tons of great current info and no sales pitch
Design principles
Web Performance
PWA & JavaScript
UX research
Content strategy
CSS Houdini / Grid /Responsive Web Design
Learn what’s next and how to apply them at work and in projects immediately
For UX Designers, Researcher, Engineers who build & test Web Applications
Move Fast and Don’t Break Things
--- Scott Jehl (Author, Responsible Responsive Design)
Going Offline
--- Jeremy Keith (Maker Of Websites)
The Weight of the WWWorld is Up to Us
--- Patty Toland (Partner, Filament Group)
Img src: web
The Weight of the WWWorld is Up to Us
--- Patty Toland (Partner, Filament Group)
The Weight of the WWWorld is Up to Us
--- Patty Toland (Partner, Filament Group)
The Weight of the WWWorld is Up to Us
--- Patty Toland (Partner, Filament Group)
requestmap of www.wired.com
Result form whatdoesmysitecost.com by Tim Kadlec
The Weight of the WWWorld is Up to Us
--- Patty Toland (Partner, Filament Group)
Is it happening?
Is it useful?
Is it usable?
<head>
<link rel="stylesheet" href="site.css">
<script src="site.js" defer></script>
</head>
The browser can reuse images stored in the cache without sending the request out to the server
Image src: Going Offline --- Jeremy Keith
Images src: HTTP Caching
Service workers tell the web browser to do something before they send the request to queue up a URL
Image src: Going Offline --- Jeremy Keith
Image src: http://vmorneau.me/apex-pwa-part5/
Going Offline
--- Jeremy Keith (Maker Of Websites)
Going Offline
--- Jeremy Keith (Maker Of Websites)
Going Offline
--- Jeremy Keith (Maker Of Websites)
Going Offline
--- Jeremy Keith (Maker Of Websites)
Going Offline
--- Jeremy Keith (Maker Of Websites)
is the story of how your organization designs and builds digital products
From the talk by Brad Frost: The Technical Side of Design Systems
From the talk by Brad Frost: The Technical Side of Design Systems
The heart and soul of design system is a code library of reusable UI components that power real software application
From the talk by Brad Frost: The Technical Side of Design Systems
From the talk by Brad Frost: The Technical Side of Design Systems
From the talk by Brad Frost: The Technical Side of Design Systems
From the talk by Brad Frost: The Technical Side of Design Systems
From the talk by Brad Frost: The Technical Side of Design Systems
npm install @deep-security/ds-ui-components-library
import { Button } from '@deep-security/ds-ui-components-library';
<Button id='doDemoBtn' onClick={() => this.onButtonClick()}>Click Me!</Button>
From the talk by Brad Frost: The Technical Side of Design Systems
From the Nathan Curtis: Releasing Design Systems
From the talk by Brad Frost: The Technical Side of Design Systems
The NASA has landed robots on Mars, and ...
here we’re still struggling to center-align our
<div>page content</div> !
-- front-end developer joke
From the talk by Marcy Sutton, “Emerging CSS Techniques and What They Mean for Accessibility”
Tableless Web Design
Aims to move from HTML tables to CSS for layout meant simplifying our design and markup code
From the talk by Jen Simmons: Making Things Better: Redefining the Technical Possibilities of CSS
From the talk by Jen Simmons: Making Things Better: Redefining the Technical Possibilities of CSS
From the talk by Marcy Sutton, “Emerging CSS Techniques and What They Mean for Accessibility”
Animation from: https://www.matuzo.at/blog/the-dark-side-of-the-grid/
From the talk by Jen Simmons: Making Things Better: Redefining the Technical Possibilities of CSS
From the talk by Jen Simmons: Making Things Better: Redefining the Technical Possibilities of CSS
From the talk by Jen Simmons: Making Things Better: Redefining the Technical Possibilities of CSS
From the talk by Jen Simmons: Making Things Better: Redefining the Technical Possibilities of CSS
From the talk by Jen Simmons: Making Things Better: Redefining the Technical Possibilities of CSS
What if we want to become the magician? Enter Houdini!