SlideShare une entreprise Scribd logo
1  sur  130
Télécharger pour lire hors ligne
Design at Scale
Faster, Better UX via Design Systems
Dane Petersen
@thegreatsunra
Karel Barnoski
@karelbarnoski
Lean Day West Portland, OR | September 16, 2013
HOUSEKEEPING
Install a text editor
Sublime Text is great on PC and Mac
Download the zip file
http://tr.im/4dkrc
Introduce yourself to the people at your table and
make sure at least one of you knows HTML/CSS
If everyone at your table knows
HTML/CSS, please consider sharing
your wisdom with another table!
Introductions
Dane Petersen
Lead Interaction Designer
GE Aviation
Karel Barnoski
Lead Interaction Designer
GE Energy☼
OUR PLAN FOR TODAY
Learn about design systems
Moving quickly from concept to creation
Sketch an app for your smart home
Use a design system to convert that sketch into code
1:00–1:10 Settle In & Introductions (10min)
1:10–1:20 Our Perspective (10min)
1:20–1:30 Sketching (10min)
1:30–2:30 Sketch Activity (60 min)
2:30–2:45 Break (15 min)
2:45–3:00 Design Systems (15 min)
3:00–3:15 Coding (15 min)
3:15–4:15 Coding Activity (60 min)
4:15–4:30 Wrap Up (15 min)
TODAY’S SCHEDULE
Go for it!
Questions?
Our Perspective
We are GE
GE is huge
121 years old
300,000 employees
14,000 developers
$147 billion revenue
$13 billion income
GE is huge
121 years old
300,000 employees
14,000 developers
$147 billion revenue
$13 billion income
machines
machines
analytics
machines
analyticspeople
machines
analyticspeople
The Industrial Internet
Help people create elegant, powerful
and extensible experiences for the
Industrial Internet
OUR MISSION
Lean UX + Design Systems + Agile
LEAN UX CASE STUDY
5 intense days of cross-functional collaboration
Worked side-by-side with several energy customers
Sketched and built a prototype to get user feedback
Overview!
Sketching
GE HAS A SKETCHING CULTURE
Externalizing Your Work
Making Over Analysis
Shared Understanding
Permission to Fail
FOUR LEAN UX PRINCIPLES
Sketching is all about getting
ideas out of your head.
SKETCHING IS EXTERNALIZING YOUR WORK
Sketching is all about getting
ideas out of your head.
Thinking only exercises one
part of your brain. Looking
engages more of your brain.
Getting sketches in front of
coworkers and users
engages their brains too.
SKETCHING IS EXTERNALIZING YOUR WORK
Make to think!
Over-analyzing a problem
can lead to fear that you’re
missing something, which
leads to analysis paralysis.
Making rough things helps
you get a direct response
from your target users.
SKETCHING IS MAKING OVER ANALYSIS
Sketching minimizes
competition between
different ideas.
SKETCHING HELPS SHARED UNDERSTANDING
Sketching minimizes
competition between
different ideas.
It turns the idea into a
third party that everyone
is free to critique.
SKETCHING HELPS SHARED UNDERSTANDING
Your first solution probably
won’t be your best one.
Use paper to make your
mistakes cheaply and quickly.
And then make some more!
SKETCHING IS ALL ABOUT RAPID FAILURE
Anybody can sketch. This isn’t about art!
Ugly is fine! And expected!
Speed is more appropriate than perfection.
And remember...
SKETCHING IS NOT DRAWING
Anybody can sketch. This isn’t about art!
Ugly is fine! And expected!
Speed is more appropriate than perfection.
And remember...
SKETCHING IS NOT DRAWING
Activity #1: Sketching
Blank paper
Sticky notes
Sharpies!
YOUR TOOLS, YOUR FRIENDS
Theme: The Smart Home Manager
ACTIVITY #1: SKETCHING
Theme: The Smart Home Manager
Think of all the connected things in your home
Imagine a system that lets you view and
manage all of those things
ACTIVITY #1: SKETCHING
Sketch as an individual (15 min)
Share your sketches with your team (1 min per person)
Establish a design direction as a team (5 min)
As a team, iterate on your shared design (15 min)
Present your design to the other teams (1 min per group)
ACTIVITY #1: SKETCHING
Feeling stuck?
Start with words
One idea per sticky
Quantity over quality
Cluster and iterate
ACTIVITY #1: SKETCHING
Feeling stuck?
Who uses it?
What does it do?
Where do they use it?
When do they use it?
How do they use it?
Why would they use it?
ACTIVITY #1: SKETCHING
Nice work!
Break
15 minutes
1:00–1:10 Settle In & Introductions (10min)
1:10–1:20 Our Perspective (10min)
1:20–1:30 Sketching (10min)
1:30–2:30 Sketch Activity (60 min)
2:30–2:45 Break (15 min)
2:45–3:00 Design Systems (15 min)
3:00–3:15 Coding (15 min)
3:15–4:15 Coding Activity (60 min)
4:15–4:30 Wrap Up (15 min)
TODAY’S SCHEDULE
Design Systems
A design system is a collection of visual and
interaction elements that embodies the brand
The system is often expressed across many
channels including web, mobile, desktop, and
service so that a consistent user experience
is produced
Logo. A visual metaphor and often the most recognizable part of a design system.
COMPONENTS OF A DESIGN SYSTEM
Color. A consistent color palette supports the system by communicating brand tone.
Imagery. Enhances core qualities of the brand and provides recognizable anchors.
Structure. Organizes content and interface for software and hardware design.
Messaging. Expresses intangible emotional values and purpose or instruction.
Typography. A recognizable brand element that reinforces a unified experience.
Interaction. Patterns for interacting with UI elements creating a quality experience.
DIETER RAMS - BRAUN 1955-1995
PHYSICAL WORLD
DESIGN SYSTEMS ARE NOTHING NEW
HARDWARE & SOFTWARE
GE Design Systems
SHARING DESIGN SYSTEMS WITH OTHERS
MARKETING DESIGN SYSTEM
HEALTHCARE DESIGN SYSTEM
MOBILE DESIGN SYSTEM
TABLET DESIGN SYSTEM
INDUSTRIAL INTERNET DESIGN SYSTEM
INDUSTRIAL INTERNET DESIGN SYSTEM
Speed application development
Improve software UI quality
Enable extension and reuse
Support additional verticals & external partners
Minimize ongoing support needs
INDUSTRIAL INTERNET DESIGN GOALS
DESIGN TEMPLATES
DESIGN TEMPLATES
DESIGN TEMPLATES
DESIGN TEMPLATES
Prototyping in Code
The Industrial Internet Design System (IIDS)
A code-based design framework that
establishes visual and interactive patterns for
all of GE’s industrial internet software
IIDS - INDUSTRIAL INTERNET DESIGN SYSTEM
IIDS - INDUSTRIAL INTERNET DESIGN SYSTEM
<!DOCTYPE html>
<title>Dashboard View</title>
<meta name="viewport" content="width=device-width">
<link href="./css/themes/iids/iids.min.css" rel="stylesheet">
<!--
Include modernizr and respond first so they can shim any
elements which are missing in older browsers. Other javascrip
should be included at the end of the page to improve load tim
-->
<script src="./js/vendor/modernizr-respond.js"></script>
</head>
<body>
<div class="navbar">
<div class="masthead navbar-inner">
<div class="container">
<a class="brand" href="#"><span class="ge-logo">General
<button class="btn btn-collapse" data-toggle="collapse"
<i class="icon-bar"></i>
<i class="icon-bar"></i>
<i class="icon-bar"></i>
</button>
♥ Bootstrap
♥
♥
♥
♥ D3.js
♥
♥
♥
Bootstrap
DataTables
express
{D3.js
Font Awesome
Activity #2: Coding
Install a text editor:
Sublime Text is great on PC and Mac
Download the zip file:
http://tr.im/4dkrc
OPEN SOURCE DESIGN SYSTEMS
BOOTSTRAP_LDW.ZIP
FLUID.HTML
FLUID.HTML
BOOTSTRAP_LDW/DOCS
BASE-CSS.HTML
BASE-CSS.HTML#BUTTONS
SCAFFOLDING.HTML#GRIDSYSTEM
Turn your sketches into an interactive prototype
for your Smart Home Manager
ACTIVITY #2: CODING
ACTIVITY #2: CODING
As a team, figure out which part of your Smart Home
Manager each of you is going to work on (5 min)
As an individual, start prototyping your part (20 min)
Share your progress with your team (1 min per person)
Iterate on your part in response to team feedback (15 min)
EXTRA CREDIT
Create a GitHub repository to collaborate with your team
EXTRA CREDIT
Add a data visualization component (Highcharts, D3, etc.)
EXTRA CREDIT
Add a data visualization component (Highcharts, D3, etc.)
Nice work!
Thank you!
Dane Petersen
@thegreatsunra
Karel Barnoski
@karelbarnoski

Contenu connexe

Tendances

Design System & Atomic Design
Design System & Atomic DesignDesign System & Atomic Design
Design System & Atomic Designeggcellent
 
Agile Prototyping for Software Development Projects
Agile Prototyping for Software Development ProjectsAgile Prototyping for Software Development Projects
Agile Prototyping for Software Development ProjectsInvolved IT
 
Building an Awesome Engineering Culture
Building an Awesome Engineering CultureBuilding an Awesome Engineering Culture
Building an Awesome Engineering CultureUri Nativ
 
Lego For Extended Scrum Simulation
Lego For Extended Scrum SimulationLego For Extended Scrum Simulation
Lego For Extended Scrum SimulationAlexey Krivitsky
 
Get Agile - Scrum for UX, Design and Development
Get Agile - Scrum for UX, Design and DevelopmentGet Agile - Scrum for UX, Design and Development
Get Agile - Scrum for UX, Design and DevelopmentPieter Jongerius
 
Agile Design the Fabrique way
Agile Design the Fabrique wayAgile Design the Fabrique way
Agile Design the Fabrique wayPieter Jongerius
 
GeneralAssemb.ly Summer Program: Tech from the Ground Up
GeneralAssemb.ly Summer Program: Tech from the Ground UpGeneralAssemb.ly Summer Program: Tech from the Ground Up
GeneralAssemb.ly Summer Program: Tech from the Ground UpDaniel Doubrovkine
 
Paper Prototyping for Agile Development
Paper Prototyping for Agile DevelopmentPaper Prototyping for Agile Development
Paper Prototyping for Agile DevelopmentMaxim Gaponov
 
Gamifying Retrospectives For Distributed Teams
Gamifying Retrospectives For Distributed TeamsGamifying Retrospectives For Distributed Teams
Gamifying Retrospectives For Distributed TeamsDana Pylayeva
 
BoS2015 James archer - software design mistakes that just wont die
BoS2015 James archer - software design mistakes that just wont dieBoS2015 James archer - software design mistakes that just wont die
BoS2015 James archer - software design mistakes that just wont dieBusiness of Software Conference
 
Technology, Project, and People
Technology, Project, and PeopleTechnology, Project, and People
Technology, Project, and PeopleErin Sean McAtee
 
Usability testing in the open
Usability testing in the openUsability testing in the open
Usability testing in the openAnne Petersen
 
Discussing Design - ConvergeSE
Discussing Design - ConvergeSEDiscussing Design - ConvergeSE
Discussing Design - ConvergeSEAaron Irizarry
 
When code gets_older
When code gets_olderWhen code gets_older
When code gets_olderSven Peters
 

Tendances (15)

Design System & Atomic Design
Design System & Atomic DesignDesign System & Atomic Design
Design System & Atomic Design
 
Agile Prototyping for Software Development Projects
Agile Prototyping for Software Development ProjectsAgile Prototyping for Software Development Projects
Agile Prototyping for Software Development Projects
 
HackYale 0-60 in Startup Tech
HackYale 0-60 in Startup TechHackYale 0-60 in Startup Tech
HackYale 0-60 in Startup Tech
 
Building an Awesome Engineering Culture
Building an Awesome Engineering CultureBuilding an Awesome Engineering Culture
Building an Awesome Engineering Culture
 
Lego For Extended Scrum Simulation
Lego For Extended Scrum SimulationLego For Extended Scrum Simulation
Lego For Extended Scrum Simulation
 
Get Agile - Scrum for UX, Design and Development
Get Agile - Scrum for UX, Design and DevelopmentGet Agile - Scrum for UX, Design and Development
Get Agile - Scrum for UX, Design and Development
 
Agile Design the Fabrique way
Agile Design the Fabrique wayAgile Design the Fabrique way
Agile Design the Fabrique way
 
GeneralAssemb.ly Summer Program: Tech from the Ground Up
GeneralAssemb.ly Summer Program: Tech from the Ground UpGeneralAssemb.ly Summer Program: Tech from the Ground Up
GeneralAssemb.ly Summer Program: Tech from the Ground Up
 
Paper Prototyping for Agile Development
Paper Prototyping for Agile DevelopmentPaper Prototyping for Agile Development
Paper Prototyping for Agile Development
 
Gamifying Retrospectives For Distributed Teams
Gamifying Retrospectives For Distributed TeamsGamifying Retrospectives For Distributed Teams
Gamifying Retrospectives For Distributed Teams
 
BoS2015 James archer - software design mistakes that just wont die
BoS2015 James archer - software design mistakes that just wont dieBoS2015 James archer - software design mistakes that just wont die
BoS2015 James archer - software design mistakes that just wont die
 
Technology, Project, and People
Technology, Project, and PeopleTechnology, Project, and People
Technology, Project, and People
 
Usability testing in the open
Usability testing in the openUsability testing in the open
Usability testing in the open
 
Discussing Design - ConvergeSE
Discussing Design - ConvergeSEDiscussing Design - ConvergeSE
Discussing Design - ConvergeSE
 
When code gets_older
When code gets_olderWhen code gets_older
When code gets_older
 

En vedette

The Fastest Pivot You'll Ever Make
The Fastest Pivot You'll Ever MakeThe Fastest Pivot You'll Ever Make
The Fastest Pivot You'll Ever MakeDane Petersen
 
Codeless Prototyping for Web and Mobile Apps
Codeless Prototyping for Web and Mobile AppsCodeless Prototyping for Web and Mobile Apps
Codeless Prototyping for Web and Mobile AppsIntelligent_ly
 
On Aircraft and Craft
On Aircraft and CraftOn Aircraft and Craft
On Aircraft and CraftDane Petersen
 
Boston Startup Ecosystem 2016: entrepeneur tool kit
Boston Startup Ecosystem 2016: entrepeneur tool kitBoston Startup Ecosystem 2016: entrepeneur tool kit
Boston Startup Ecosystem 2016: entrepeneur tool kitJoshua Flannery
 
Digital advertising ecosystem market map Italy 2016
Digital advertising ecosystem market map Italy 2016Digital advertising ecosystem market map Italy 2016
Digital advertising ecosystem market map Italy 2016Luca Brighenti
 
Polygon: Design at Scale
Polygon: Design at ScalePolygon: Design at Scale
Polygon: Design at ScaleTed Irvine
 
Digital Ecosystems
Digital EcosystemsDigital Ecosystems
Digital EcosystemsTeemu Arina
 
Industrial Internet of Things and (Machine to Machine) M2M Overview
Industrial Internet of Things and (Machine to Machine) M2M OverviewIndustrial Internet of Things and (Machine to Machine) M2M Overview
Industrial Internet of Things and (Machine to Machine) M2M OverviewBryan Kester
 
Keynote on industrial internet
Keynote on industrial internetKeynote on industrial internet
Keynote on industrial internetBenedict Evans
 
Designing the Industrial Internet
Designing the Industrial InternetDesigning the Industrial Internet
Designing the Industrial InternetDane Petersen
 
Nike: Caso de estudio en Tendencias Digitales 2017
Nike: Caso de estudio en Tendencias Digitales 2017Nike: Caso de estudio en Tendencias Digitales 2017
Nike: Caso de estudio en Tendencias Digitales 2017SM Digital
 
Tendencias digitales 2016 - SM Digital
Tendencias digitales 2016 - SM DigitalTendencias digitales 2016 - SM Digital
Tendencias digitales 2016 - SM DigitalSM Digital
 
The New Digital Ecosystem - understanding digital today
The New Digital Ecosystem - understanding digital todayThe New Digital Ecosystem - understanding digital today
The New Digital Ecosystem - understanding digital todayTamara Obradov
 
Tendencias Digitales 2017
Tendencias Digitales 2017Tendencias Digitales 2017
Tendencias Digitales 2017SM Digital
 

En vedette (20)

codecraft
codecraftcodecraft
codecraft
 
The Fastest Pivot You'll Ever Make
The Fastest Pivot You'll Ever MakeThe Fastest Pivot You'll Ever Make
The Fastest Pivot You'll Ever Make
 
Codeless Prototyping for Web and Mobile Apps
Codeless Prototyping for Web and Mobile AppsCodeless Prototyping for Web and Mobile Apps
Codeless Prototyping for Web and Mobile Apps
 
Clase6 elipses
Clase6 elipsesClase6 elipses
Clase6 elipses
 
On Aircraft and Craft
On Aircraft and CraftOn Aircraft and Craft
On Aircraft and Craft
 
Boston Startup Ecosystem 2016: entrepeneur tool kit
Boston Startup Ecosystem 2016: entrepeneur tool kitBoston Startup Ecosystem 2016: entrepeneur tool kit
Boston Startup Ecosystem 2016: entrepeneur tool kit
 
Digital advertising ecosystem market map Italy 2016
Digital advertising ecosystem market map Italy 2016Digital advertising ecosystem market map Italy 2016
Digital advertising ecosystem market map Italy 2016
 
Polygon: Design at Scale
Polygon: Design at ScalePolygon: Design at Scale
Polygon: Design at Scale
 
Digital Ecosystems
Digital EcosystemsDigital Ecosystems
Digital Ecosystems
 
Industrial Internet of Things and (Machine to Machine) M2M Overview
Industrial Internet of Things and (Machine to Machine) M2M OverviewIndustrial Internet of Things and (Machine to Machine) M2M Overview
Industrial Internet of Things and (Machine to Machine) M2M Overview
 
Keynote on industrial internet
Keynote on industrial internetKeynote on industrial internet
Keynote on industrial internet
 
Designing the Industrial Internet
Designing the Industrial InternetDesigning the Industrial Internet
Designing the Industrial Internet
 
Nike: Caso de estudio en Tendencias Digitales 2017
Nike: Caso de estudio en Tendencias Digitales 2017Nike: Caso de estudio en Tendencias Digitales 2017
Nike: Caso de estudio en Tendencias Digitales 2017
 
Tendencias digitales 2016 - SM Digital
Tendencias digitales 2016 - SM DigitalTendencias digitales 2016 - SM Digital
Tendencias digitales 2016 - SM Digital
 
The New Digital Ecosystem - understanding digital today
The New Digital Ecosystem - understanding digital todayThe New Digital Ecosystem - understanding digital today
The New Digital Ecosystem - understanding digital today
 
Tendencias Digitales 2017
Tendencias Digitales 2017Tendencias Digitales 2017
Tendencias Digitales 2017
 
Key Digital Trends for 2016
Key Digital Trends for 2016Key Digital Trends for 2016
Key Digital Trends for 2016
 
2016 Digital Yearbook
2016 Digital Yearbook2016 Digital Yearbook
2016 Digital Yearbook
 
Digital in 2017 Global Overview
Digital in 2017 Global OverviewDigital in 2017 Global Overview
Digital in 2017 Global Overview
 
Digital in 2016
Digital in 2016Digital in 2016
Digital in 2016
 

Similaire à Design At Scale Workshop

New York Design Systems Coalition - Bridging the Gap
New York Design Systems Coalition - Bridging the GapNew York Design Systems Coalition - Bridging the Gap
New York Design Systems Coalition - Bridging the GapMichael Perrotti
 
UI/UX foundations - Intro to Design
UI/UX foundations - Intro to DesignUI/UX foundations - Intro to Design
UI/UX foundations - Intro to DesignMeg Kurdziolek
 
PxS'12 - week 1 - Introduction
PxS'12 - week 1 - IntroductionPxS'12 - week 1 - Introduction
PxS'12 - week 1 - Introductionhendrikknoche
 
Designers are from Venus - Presentationas Given to CD2
Designers are from Venus - Presentationas Given to CD2Designers are from Venus - Presentationas Given to CD2
Designers are from Venus - Presentationas Given to CD2Chad Udell
 
Why Can't We All Just Get Along? Improving Designer/Developer Collaboration
Why Can't We All Just Get Along? Improving Designer/Developer CollaborationWhy Can't We All Just Get Along? Improving Designer/Developer Collaboration
Why Can't We All Just Get Along? Improving Designer/Developer CollaborationAllison Corbett
 
Scalable Design Systems with Sketch
Scalable Design Systems with SketchScalable Design Systems with Sketch
Scalable Design Systems with SketchLaura Van Doore
 
Ti&m design sprint workshop at EPFL forum
Ti&m design sprint workshop at EPFL forum Ti&m design sprint workshop at EPFL forum
Ti&m design sprint workshop at EPFL forum Walter Strametz
 
EPFL - PxS, week 1 - Personal Interaction Studio 2011 introduction
EPFL - PxS, week 1 - Personal Interaction Studio 2011 introductionEPFL - PxS, week 1 - Personal Interaction Studio 2011 introduction
EPFL - PxS, week 1 - Personal Interaction Studio 2011 introductionhendrikknoche
 
How to Use Engineers in a UX Department
How to Use Engineers in a UX DepartmentHow to Use Engineers in a UX Department
How to Use Engineers in a UX DepartmentStephen James
 
UCD / IxD Introduction - User centric design, interaction design
UCD / IxD Introduction - User centric design, interaction designUCD / IxD Introduction - User centric design, interaction design
UCD / IxD Introduction - User centric design, interaction designsdavis6b
 
Google: Rapid Prototyping for AR
Google: Rapid Prototyping for ARGoogle: Rapid Prototyping for AR
Google: Rapid Prototyping for ARAugmentedWorldExpo
 
UX Pres MIni version!
UX Pres MIni version!UX Pres MIni version!
UX Pres MIni version!Jessi Baker
 
Getting Business Exec Buy-in for Architecture Change
Getting Business Exec Buy-in for Architecture ChangeGetting Business Exec Buy-in for Architecture Change
Getting Business Exec Buy-in for Architecture ChangeDominica DeGrandis
 
Design Workshop I @ Cornell Tech
Design Workshop I @ Cornell TechDesign Workshop I @ Cornell Tech
Design Workshop I @ Cornell TechZaid Haque
 
Effective Software Development in the 21st Century
Effective Software Development in the 21st CenturyEffective Software Development in the 21st Century
Effective Software Development in the 21st CenturyAgileee
 
Finding balance of DDD while your application grows
Finding balance of DDD while your application growsFinding balance of DDD while your application grows
Finding balance of DDD while your application growsCarolina Karklis
 
Design Processes and Systems in Craft
Design Processes and Systems in CraftDesign Processes and Systems in Craft
Design Processes and Systems in CraftCourtney Bradford
 
Silent prototyping - going from analog to digital - Point Blank
Silent prototyping - going from analog to digital - Point BlankSilent prototyping - going from analog to digital - Point Blank
Silent prototyping - going from analog to digital - Point BlankMerlien Institute
 
UI/UX Foundations Part 1 - Design
UI/UX Foundations Part 1 - DesignUI/UX Foundations Part 1 - Design
UI/UX Foundations Part 1 - DesignMeg Kurdziolek
 

Similaire à Design At Scale Workshop (20)

New York Design Systems Coalition - Bridging the Gap
New York Design Systems Coalition - Bridging the GapNew York Design Systems Coalition - Bridging the Gap
New York Design Systems Coalition - Bridging the Gap
 
UI/UX foundations - Intro to Design
UI/UX foundations - Intro to DesignUI/UX foundations - Intro to Design
UI/UX foundations - Intro to Design
 
PxS'12 - week 1 - Introduction
PxS'12 - week 1 - IntroductionPxS'12 - week 1 - Introduction
PxS'12 - week 1 - Introduction
 
Designers are from Venus - Presentationas Given to CD2
Designers are from Venus - Presentationas Given to CD2Designers are from Venus - Presentationas Given to CD2
Designers are from Venus - Presentationas Given to CD2
 
Why Can't We All Just Get Along? Improving Designer/Developer Collaboration
Why Can't We All Just Get Along? Improving Designer/Developer CollaborationWhy Can't We All Just Get Along? Improving Designer/Developer Collaboration
Why Can't We All Just Get Along? Improving Designer/Developer Collaboration
 
Scalable Design Systems with Sketch
Scalable Design Systems with SketchScalable Design Systems with Sketch
Scalable Design Systems with Sketch
 
Ti&m design sprint workshop at EPFL forum
Ti&m design sprint workshop at EPFL forum Ti&m design sprint workshop at EPFL forum
Ti&m design sprint workshop at EPFL forum
 
Collaborating with UX
Collaborating with UXCollaborating with UX
Collaborating with UX
 
EPFL - PxS, week 1 - Personal Interaction Studio 2011 introduction
EPFL - PxS, week 1 - Personal Interaction Studio 2011 introductionEPFL - PxS, week 1 - Personal Interaction Studio 2011 introduction
EPFL - PxS, week 1 - Personal Interaction Studio 2011 introduction
 
How to Use Engineers in a UX Department
How to Use Engineers in a UX DepartmentHow to Use Engineers in a UX Department
How to Use Engineers in a UX Department
 
UCD / IxD Introduction - User centric design, interaction design
UCD / IxD Introduction - User centric design, interaction designUCD / IxD Introduction - User centric design, interaction design
UCD / IxD Introduction - User centric design, interaction design
 
Google: Rapid Prototyping for AR
Google: Rapid Prototyping for ARGoogle: Rapid Prototyping for AR
Google: Rapid Prototyping for AR
 
UX Pres MIni version!
UX Pres MIni version!UX Pres MIni version!
UX Pres MIni version!
 
Getting Business Exec Buy-in for Architecture Change
Getting Business Exec Buy-in for Architecture ChangeGetting Business Exec Buy-in for Architecture Change
Getting Business Exec Buy-in for Architecture Change
 
Design Workshop I @ Cornell Tech
Design Workshop I @ Cornell TechDesign Workshop I @ Cornell Tech
Design Workshop I @ Cornell Tech
 
Effective Software Development in the 21st Century
Effective Software Development in the 21st CenturyEffective Software Development in the 21st Century
Effective Software Development in the 21st Century
 
Finding balance of DDD while your application grows
Finding balance of DDD while your application growsFinding balance of DDD while your application grows
Finding balance of DDD while your application grows
 
Design Processes and Systems in Craft
Design Processes and Systems in CraftDesign Processes and Systems in Craft
Design Processes and Systems in Craft
 
Silent prototyping - going from analog to digital - Point Blank
Silent prototyping - going from analog to digital - Point BlankSilent prototyping - going from analog to digital - Point Blank
Silent prototyping - going from analog to digital - Point Blank
 
UI/UX Foundations Part 1 - Design
UI/UX Foundations Part 1 - DesignUI/UX Foundations Part 1 - Design
UI/UX Foundations Part 1 - Design
 

Dernier

Piece by Piece Magazine
Piece by Piece Magazine                      Piece by Piece Magazine
Piece by Piece Magazine CharlottePulte
 
Pearl Disrtrict urban analyusis study pptx
Pearl Disrtrict urban analyusis study pptxPearl Disrtrict urban analyusis study pptx
Pearl Disrtrict urban analyusis study pptxDanielTamiru4
 
Karim apartment ideas 01 ppppppppppppppp
Karim apartment ideas 01 pppppppppppppppKarim apartment ideas 01 ppppppppppppppp
Karim apartment ideas 01 pppppppppppppppNadaMohammed714321
 
cda.pptx critical discourse analysis ppt
cda.pptx critical discourse analysis pptcda.pptx critical discourse analysis ppt
cda.pptx critical discourse analysis pptMaryamAfzal41
 
怎么办理英国Newcastle毕业证纽卡斯尔大学学位证书一手渠道
怎么办理英国Newcastle毕业证纽卡斯尔大学学位证书一手渠道怎么办理英国Newcastle毕业证纽卡斯尔大学学位证书一手渠道
怎么办理英国Newcastle毕业证纽卡斯尔大学学位证书一手渠道yrolcks
 
10 Best WordPress Plugins to make the website effective in 2024
10 Best WordPress Plugins to make the website effective in 202410 Best WordPress Plugins to make the website effective in 2024
10 Best WordPress Plugins to make the website effective in 2024digital learning point
 
world health day 2024.pptxgbbvggvbhjjjbbbb
world health day 2024.pptxgbbvggvbhjjjbbbbworld health day 2024.pptxgbbvggvbhjjjbbbb
world health day 2024.pptxgbbvggvbhjjjbbbbpreetirao780
 
General Knowledge Quiz Game C++ CODE.pptx
General Knowledge Quiz Game C++ CODE.pptxGeneral Knowledge Quiz Game C++ CODE.pptx
General Knowledge Quiz Game C++ CODE.pptxmarckustrevion
 
Niintendo Wii Presentation Template.pptx
Niintendo Wii Presentation Template.pptxNiintendo Wii Presentation Template.pptx
Niintendo Wii Presentation Template.pptxKevinYaelJimnezSanti
 
simpson-lee_house_dt20ajshsjsjsjsjj15.pdf
simpson-lee_house_dt20ajshsjsjsjsjj15.pdfsimpson-lee_house_dt20ajshsjsjsjsjj15.pdf
simpson-lee_house_dt20ajshsjsjsjsjj15.pdfLucyBonelli
 
Top 10 Modern Web Design Trends for 2025
Top 10 Modern Web Design Trends for 2025Top 10 Modern Web Design Trends for 2025
Top 10 Modern Web Design Trends for 2025Rndexperts
 
DAKSHIN BIHAR GRAMIN BANK: REDEFINING THE DIGITAL BANKING EXPERIENCE WITH A U...
DAKSHIN BIHAR GRAMIN BANK: REDEFINING THE DIGITAL BANKING EXPERIENCE WITH A U...DAKSHIN BIHAR GRAMIN BANK: REDEFINING THE DIGITAL BANKING EXPERIENCE WITH A U...
DAKSHIN BIHAR GRAMIN BANK: REDEFINING THE DIGITAL BANKING EXPERIENCE WITH A U...Rishabh Aryan
 
guest bathroom white and blue ssssssssss
guest bathroom white and blue ssssssssssguest bathroom white and blue ssssssssss
guest bathroom white and blue ssssssssssNadaMohammed714321
 
guest bathroom white and bluesssssssssss
guest bathroom white and bluesssssssssssguest bathroom white and bluesssssssssss
guest bathroom white and bluesssssssssssNadaMohammed714321
 
group_15_empirya_p1projectIndustrial.pdf
group_15_empirya_p1projectIndustrial.pdfgroup_15_empirya_p1projectIndustrial.pdf
group_15_empirya_p1projectIndustrial.pdfneelspinoy
 
AI and Design Vol. 2: Navigating the New Frontier - Morgenbooster
AI and Design Vol. 2: Navigating the New Frontier - MorgenboosterAI and Design Vol. 2: Navigating the New Frontier - Morgenbooster
AI and Design Vol. 2: Navigating the New Frontier - Morgenbooster1508 A/S
 
Interior Design for Office a cura di RMG Project Studio
Interior Design for Office a cura di RMG Project StudioInterior Design for Office a cura di RMG Project Studio
Interior Design for Office a cura di RMG Project StudioRMG Project Studio
 
Map of St. Louis Parks
Map of St. Louis Parks                              Map of St. Louis Parks
Map of St. Louis Parks CharlottePulte
 
Iconic Global Solution - web design, Digital Marketing services
Iconic Global Solution - web design, Digital Marketing servicesIconic Global Solution - web design, Digital Marketing services
Iconic Global Solution - web design, Digital Marketing servicesIconic global solution
 
Unit1_Syllbwbnwnwneneneneneneentation_Sem2.pptx
Unit1_Syllbwbnwnwneneneneneneentation_Sem2.pptxUnit1_Syllbwbnwnwneneneneneneentation_Sem2.pptx
Unit1_Syllbwbnwnwneneneneneneentation_Sem2.pptxNitish292041
 

Dernier (20)

Piece by Piece Magazine
Piece by Piece Magazine                      Piece by Piece Magazine
Piece by Piece Magazine
 
Pearl Disrtrict urban analyusis study pptx
Pearl Disrtrict urban analyusis study pptxPearl Disrtrict urban analyusis study pptx
Pearl Disrtrict urban analyusis study pptx
 
Karim apartment ideas 01 ppppppppppppppp
Karim apartment ideas 01 pppppppppppppppKarim apartment ideas 01 ppppppppppppppp
Karim apartment ideas 01 ppppppppppppppp
 
cda.pptx critical discourse analysis ppt
cda.pptx critical discourse analysis pptcda.pptx critical discourse analysis ppt
cda.pptx critical discourse analysis ppt
 
怎么办理英国Newcastle毕业证纽卡斯尔大学学位证书一手渠道
怎么办理英国Newcastle毕业证纽卡斯尔大学学位证书一手渠道怎么办理英国Newcastle毕业证纽卡斯尔大学学位证书一手渠道
怎么办理英国Newcastle毕业证纽卡斯尔大学学位证书一手渠道
 
10 Best WordPress Plugins to make the website effective in 2024
10 Best WordPress Plugins to make the website effective in 202410 Best WordPress Plugins to make the website effective in 2024
10 Best WordPress Plugins to make the website effective in 2024
 
world health day 2024.pptxgbbvggvbhjjjbbbb
world health day 2024.pptxgbbvggvbhjjjbbbbworld health day 2024.pptxgbbvggvbhjjjbbbb
world health day 2024.pptxgbbvggvbhjjjbbbb
 
General Knowledge Quiz Game C++ CODE.pptx
General Knowledge Quiz Game C++ CODE.pptxGeneral Knowledge Quiz Game C++ CODE.pptx
General Knowledge Quiz Game C++ CODE.pptx
 
Niintendo Wii Presentation Template.pptx
Niintendo Wii Presentation Template.pptxNiintendo Wii Presentation Template.pptx
Niintendo Wii Presentation Template.pptx
 
simpson-lee_house_dt20ajshsjsjsjsjj15.pdf
simpson-lee_house_dt20ajshsjsjsjsjj15.pdfsimpson-lee_house_dt20ajshsjsjsjsjj15.pdf
simpson-lee_house_dt20ajshsjsjsjsjj15.pdf
 
Top 10 Modern Web Design Trends for 2025
Top 10 Modern Web Design Trends for 2025Top 10 Modern Web Design Trends for 2025
Top 10 Modern Web Design Trends for 2025
 
DAKSHIN BIHAR GRAMIN BANK: REDEFINING THE DIGITAL BANKING EXPERIENCE WITH A U...
DAKSHIN BIHAR GRAMIN BANK: REDEFINING THE DIGITAL BANKING EXPERIENCE WITH A U...DAKSHIN BIHAR GRAMIN BANK: REDEFINING THE DIGITAL BANKING EXPERIENCE WITH A U...
DAKSHIN BIHAR GRAMIN BANK: REDEFINING THE DIGITAL BANKING EXPERIENCE WITH A U...
 
guest bathroom white and blue ssssssssss
guest bathroom white and blue ssssssssssguest bathroom white and blue ssssssssss
guest bathroom white and blue ssssssssss
 
guest bathroom white and bluesssssssssss
guest bathroom white and bluesssssssssssguest bathroom white and bluesssssssssss
guest bathroom white and bluesssssssssss
 
group_15_empirya_p1projectIndustrial.pdf
group_15_empirya_p1projectIndustrial.pdfgroup_15_empirya_p1projectIndustrial.pdf
group_15_empirya_p1projectIndustrial.pdf
 
AI and Design Vol. 2: Navigating the New Frontier - Morgenbooster
AI and Design Vol. 2: Navigating the New Frontier - MorgenboosterAI and Design Vol. 2: Navigating the New Frontier - Morgenbooster
AI and Design Vol. 2: Navigating the New Frontier - Morgenbooster
 
Interior Design for Office a cura di RMG Project Studio
Interior Design for Office a cura di RMG Project StudioInterior Design for Office a cura di RMG Project Studio
Interior Design for Office a cura di RMG Project Studio
 
Map of St. Louis Parks
Map of St. Louis Parks                              Map of St. Louis Parks
Map of St. Louis Parks
 
Iconic Global Solution - web design, Digital Marketing services
Iconic Global Solution - web design, Digital Marketing servicesIconic Global Solution - web design, Digital Marketing services
Iconic Global Solution - web design, Digital Marketing services
 
Unit1_Syllbwbnwnwneneneneneneentation_Sem2.pptx
Unit1_Syllbwbnwnwneneneneneneentation_Sem2.pptxUnit1_Syllbwbnwnwneneneneneneentation_Sem2.pptx
Unit1_Syllbwbnwnwneneneneneneentation_Sem2.pptx
 

Design At Scale Workshop