SlideShare ist ein Scribd-Unternehmen logo
1 von 31
Downloaden Sie, um offline zu lesen
Hi. A bit about me.


Presentation has two parts. 
1. Case Study of a project I can’t show you but I believe captures the spirit of how we work at Square. This part
will be fast.
2. Guidelines that illustrate how important the marriage of Design and Engineering is at Square. We’re still a
startup.
This may be a different kind of presentation but I hope it works for you all. Let’s start with a short video.
HOW TO DRAW 
A STRAIGHT LINE

This is what I’d like to talk about first. 
It serves to illustrate how the most basic design task can’t happen without an engineer and how both sides work
together and push each other to ensure the most perfect results.
Inevitable you will hear a presentation that talks about design being how you get from point A to point B. Instead
of talking in broad generalizations I decided to focus on that specific straight line.
This is how I draw a straight line. Not very good, right?
If we go back in history, Cave-person drawings were not much better. Straight as an arrow had a different
meaning back in 5,000 B.C. If we look at what they were doing it’s not bad given that they didn’t have
rulers.
Egyptians got a little better. The designers of the great pyramids got a little help
from the engineers.
who invented the plumb line and made one of the seven wonders possible.
y = mx +
b
then we get a mathematical formula for it with Euclid and all the theory behind that.
at this point you might be thinking, i got a plumb line. i can figure out some kind of saw. let’s make a
ruler and get on with it. 
and this is where the case study begins. we obsess about the details and we want to make sure that we
create experiences that are as simple and as transparent as possible for our customers. 
a ruler is just not good enough.
PRECISE
a ruler is precise
ACCURATE
a ruler is not accurate. we need to be accurate. there’s a whole other side to design at Square which deals
with the Wabi-Sabi aesthetic or imperfectness, but that’s a different case study.
So, in the 1800s a french engineer named Peaucellier invented the Peaucellier–Lipkin linkage. The first
machine to draw a perfectly straight line.
this is how the system works. finally we had an accurate line.
Then we got computers and this is how they draw lines
There are a few ways to they do it. Bresenham's line algorithm — optimized to use only additions (i.e. no divisions
or multiplications); it also avoids floating-point computations.
this is where we get to present day at Square. we are developing a new interface that calls for a straight line. and
we begin by questioning how can we make the best possible straight line. the engineers and designer sit side by
side to make this happen.
btw, i’m not the engineer so excuse me if i don’t do justice to their contribution.
1	
   #html	
  
2	
   .example	
  
3	
   	
  	
  hr
4	
  
5	
  
6	
  
7	
  
8	
  
9	
  
10	
  
11	
  
12	
  
13	
  
14

html. this is option 1. we would do this 15 years ago.
1	
   #css-­‐border	
  
2	
   .example	
  
3	
   	
  	
  .css-­‐border	
  
4	
   !
5	
   !
6	
   .css-­‐border	
  
7	
   	
  	
  border-­‐bottom:	
  1px	
  solid	
  black
8	
  
9	
  
10	
  
11	
  
12	
  
13	
  
14

css. then we did this. both begin to break down in certain scenarios, particularly
when dealing with iOS retina devices.
1	
   #css-­‐shadow	
  
2	
   .example	
  
3	
   	
  	
  .css-­‐shadow	
  
4	
   !
5	
   !
6	
   .css-­‐shadow	
  
7	
   	
  	
  box-­‐shadow:	
  0	
  1px	
  1px	
  -­‐1px	
  black
8	
  
9	
  
10	
  
11	
  
12	
  
13	
  
14

css box shadow. So to correct for this engineers came up with the css box shadow. is everyone following
this? this is basically a 1 pixel line with a cropped shadow that comes close to recreating accurately in
Retina, but not quite.
1	
   #svg	
  
2	
   .example	
  
3	
   	
  	
  svg	
  xmlns="http://www.w3.org/2000/svg"	
  version="1.1"	
  
4	
   	
  	
  	
  	
  line	
  x1="0"	
  y1="0"	
  x2="100%"	
  y2="0"	
  
5	
   !
6	
   svg	
  
7	
   	
  	
  width:	
  100%	
  
8	
   	
  	
  height:	
  1px	
  
9	
   	
  	
  line	
  
10	
  	
  	
  	
  	
  stroke-­‐width:	
  1	
  
11	
  	
  	
  	
  	
  stroke:	
  black
12	
  
13	
  
14

svg. then this happens. this is a true 1 pixel Retina line. it is perfect and looks
amazing.
#html

#css-­‐border

#css-­‐shadow

#svg

this is what we knew we wanted but we had to keep at it until we achieved the best
possible result.
this is our case study and it’s going to be great, when i launches. :-)
designgineer
s
engaged
engaged

Let me be specific about how we get that done:
The key takeaway from this deck is that design and engineering cannot exists without the other.
Nothing happens without an engineer. They make it all happen.
It’s about how to make the designs not only pixel perfect, but come to life like you couldn’t even imagine.
s

s

engaged

-

understanding

kickoff the project with everyone in the room
the days of waterfall methodology seem ancient to me.
sit next to each other. 
design in code.
s kickoff the
kickoff the project
project with
with everyone in
everyone in the
the room
sit next to 
each other

-

methodologies 
are outdated

design in code

understanding

kickoff the project with everyone in the room
the days of waterfall methodology seem ancient to me.
sit next to each other. 
design in code.
s

s

understanding

-

!

understanding

define the audience, the goals and the metrics. performance is as much a part of the experience as is the photography.
understand form factors and breakpoints
design every state
explain the core of what you’re trying to accomplish, not just your proposed solution.
s define the

understand form
audience, goals,
factors and
and metrics
breakpoints
design 
design
every state

-

defend 
defend
your design

understanding

define the audience, the goals and the metrics. performance is as much a part of the experience as is the photography.
understand form factors and breakpoints
design every state
explain the core of what you’re trying to accomplish, not just your proposed solution.
s
s
communicatio
n
understanding

Common Language
- typography, styles, the grid. the framework for what you’re building. the system.
- annotate as much as they need but no more.
- know what ‘jank’ means, etc.
- understand bugzilla, jira, etc., know how to QA and submit feedback
s framework 
the
of what you’re
building
know what 
what
‘jank’ means

annotate more
than they need
know how to
submit feedback

understanding

Common Language
- typography, styles, the grid. the framework for what you’re building. the system.
- annotate as much as they need but no more.
- know what ‘jank’ means, etc.
- understand bugzilla, jira, etc., know how to QA and submit feedback
s

s
don’ts

define the scope and stick to it.
don’t compromise.
don’t compress their timeline. 
don’t say it’s final if it’s not.

understanding
s
define the scope
and stick to it
don’t compress
their timeline

define the scope and stick to it.
don’t compromise.
don’t compress their timeline. 
don’t say it’s final if it’s not.

don’t 
don’t
compromise
don’t say it’s final 
final
if it’s not

understanding
thank you

Weitere ähnliche Inhalte

Andere mochten auch

turntable.fm, SMASH summit Presentation
turntable.fm, SMASH summit Presentationturntable.fm, SMASH summit Presentation
turntable.fm, SMASH summit Presentation500 Startups
 
500’s Demo Day Batch 13 >> Nancy
500’s Demo Day Batch 13 >> Nancy 500’s Demo Day Batch 13 >> Nancy
500’s Demo Day Batch 13 >> Nancy 500 Startups
 
PJ McCormick, Challenging Data Driven Design, WarmGun 2013
PJ McCormick, Challenging Data Driven Design, WarmGun 2013PJ McCormick, Challenging Data Driven Design, WarmGun 2013
PJ McCormick, Challenging Data Driven Design, WarmGun 2013500 Startups
 
unSEXY Conf 2013: Andrew Watterson, Asana
unSEXY Conf 2013: Andrew Watterson, Asana unSEXY Conf 2013: Andrew Watterson, Asana
unSEXY Conf 2013: Andrew Watterson, Asana 500 Startups
 
Presentation on Composition
Presentation on CompositionPresentation on Composition
Presentation on CompositionChantal Musgrove
 
500’s Demo Day Batch 16 >> Ticktate
500’s Demo Day Batch 16 >> Ticktate 500’s Demo Day Batch 16 >> Ticktate
500’s Demo Day Batch 16 >> Ticktate 500 Startups
 
unSEXY Conf 2013: Adam Benayoun, BinPress
unSEXY Conf 2013: Adam Benayoun, BinPressunSEXY Conf 2013: Adam Benayoun, BinPress
unSEXY Conf 2013: Adam Benayoun, BinPress500 Startups
 
Andres Quesada, Gannett Digital, Warm Gun 2012
Andres Quesada, Gannett Digital, Warm Gun 2012Andres Quesada, Gannett Digital, Warm Gun 2012
Andres Quesada, Gannett Digital, Warm Gun 2012500 Startups
 
"The Art & Science of E-Commerce," ModCloth >> Eric Koger [COMMERCISM 2014]
"The Art & Science of E-Commerce," ModCloth >> Eric Koger [COMMERCISM 2014]"The Art & Science of E-Commerce," ModCloth >> Eric Koger [COMMERCISM 2014]
"The Art & Science of E-Commerce," ModCloth >> Eric Koger [COMMERCISM 2014]500 Startups
 

Andere mochten auch (20)

turntable.fm, SMASH summit Presentation
turntable.fm, SMASH summit Presentationturntable.fm, SMASH summit Presentation
turntable.fm, SMASH summit Presentation
 
Bluefields
BluefieldsBluefields
Bluefields
 
Fontacto
FontactoFontacto
Fontacto
 
WHILL
WHILLWHILL
WHILL
 
Survmetrics
SurvmetricsSurvmetrics
Survmetrics
 
AppSocially
AppSociallyAppSocially
AppSocially
 
500’s Demo Day Batch 13 >> Nancy
500’s Demo Day Batch 13 >> Nancy 500’s Demo Day Batch 13 >> Nancy
500’s Demo Day Batch 13 >> Nancy
 
Credii
CrediiCredii
Credii
 
PJ McCormick, Challenging Data Driven Design, WarmGun 2013
PJ McCormick, Challenging Data Driven Design, WarmGun 2013PJ McCormick, Challenging Data Driven Design, WarmGun 2013
PJ McCormick, Challenging Data Driven Design, WarmGun 2013
 
unSEXY Conf 2013: Andrew Watterson, Asana
unSEXY Conf 2013: Andrew Watterson, Asana unSEXY Conf 2013: Andrew Watterson, Asana
unSEXY Conf 2013: Andrew Watterson, Asana
 
Dakwak
DakwakDakwak
Dakwak
 
Stitch
StitchStitch
Stitch
 
VidCaster
VidCasterVidCaster
VidCaster
 
Presentation on Composition
Presentation on CompositionPresentation on Composition
Presentation on Composition
 
Presentation
PresentationPresentation
Presentation
 
500’s Demo Day Batch 16 >> Ticktate
500’s Demo Day Batch 16 >> Ticktate 500’s Demo Day Batch 16 >> Ticktate
500’s Demo Day Batch 16 >> Ticktate
 
unSEXY Conf 2013: Adam Benayoun, BinPress
unSEXY Conf 2013: Adam Benayoun, BinPressunSEXY Conf 2013: Adam Benayoun, BinPress
unSEXY Conf 2013: Adam Benayoun, BinPress
 
Andres Quesada, Gannett Digital, Warm Gun 2012
Andres Quesada, Gannett Digital, Warm Gun 2012Andres Quesada, Gannett Digital, Warm Gun 2012
Andres Quesada, Gannett Digital, Warm Gun 2012
 
Insta gis
Insta gisInsta gis
Insta gis
 
"The Art & Science of E-Commerce," ModCloth >> Eric Koger [COMMERCISM 2014]
"The Art & Science of E-Commerce," ModCloth >> Eric Koger [COMMERCISM 2014]"The Art & Science of E-Commerce," ModCloth >> Eric Koger [COMMERCISM 2014]
"The Art & Science of E-Commerce," ModCloth >> Eric Koger [COMMERCISM 2014]
 

Ähnlich wie Paco Viñoly, Designing in a Developer World, WarmGun 2013

Owning the Interaction in Dynamic Environments
Owning the Interaction in Dynamic EnvironmentsOwning the Interaction in Dynamic Environments
Owning the Interaction in Dynamic EnvironmentsFergus Roche
 
Owning the Interaction in Dynamic Environments
Owning the Interaction in Dynamic EnvironmentsOwning the Interaction in Dynamic Environments
Owning the Interaction in Dynamic Environmentsguestf4f7a4b38
 
Bridging the gap between designers and developers at theguardian.com
Bridging the gap between designers and developers at theguardian.comBridging the gap between designers and developers at theguardian.com
Bridging the gap between designers and developers at theguardian.comKaelig Deloumeau-Prigent
 
Design Types
Design TypesDesign Types
Design Types1&1
 
Going From Plumber To Painter ILUG2008 (text)
Going From Plumber To Painter ILUG2008 (text)Going From Plumber To Painter ILUG2008 (text)
Going From Plumber To Painter ILUG2008 (text)Thomas Duff
 
Ux Journey: There and back again
Ux Journey: There and back againUx Journey: There and back again
Ux Journey: There and back againSean Fallon
 
Better. Faster. UXier. — AToMIC Design
Better. Faster. UXier. — AToMIC DesignBetter. Faster. UXier. — AToMIC Design
Better. Faster. UXier. — AToMIC Designjennifer gergen
 
Ixd15 egoodman
Ixd15 egoodmanIxd15 egoodman
Ixd15 egoodmanegoodman
 
Bring the intangible to life with Concept Visualization: Part 3 of 3
Bring the intangible to life with Concept Visualization: Part 3 of 3Bring the intangible to life with Concept Visualization: Part 3 of 3
Bring the intangible to life with Concept Visualization: Part 3 of 3Deliverable Coaching
 
Insight Design, Part 1
Insight Design, Part 1Insight Design, Part 1
Insight Design, Part 1Robert Saenz
 
Visual Rhetoric March 25th
Visual Rhetoric March 25thVisual Rhetoric March 25th
Visual Rhetoric March 25thMiami University
 
Javascript Animation with Canvas - Gregory Starr 2015
Javascript Animation with Canvas - Gregory Starr 2015Javascript Animation with Canvas - Gregory Starr 2015
Javascript Animation with Canvas - Gregory Starr 2015Gregory Starr
 
WRA 210 April 14th PowerPoint
WRA 210 April 14th PowerPointWRA 210 April 14th PowerPoint
WRA 210 April 14th PowerPointMiami University
 
Transcript - Data Visualisation - Tools and Techniques
Transcript - Data Visualisation - Tools and TechniquesTranscript - Data Visualisation - Tools and Techniques
Transcript - Data Visualisation - Tools and TechniquesARDC
 
Handout 17317 es17317-sgambelluri-au2016
Handout 17317 es17317-sgambelluri-au2016Handout 17317 es17317-sgambelluri-au2016
Handout 17317 es17317-sgambelluri-au2016CutiePie33
 

Ähnlich wie Paco Viñoly, Designing in a Developer World, WarmGun 2013 (20)

Owning the Interaction in Dynamic Environments
Owning the Interaction in Dynamic EnvironmentsOwning the Interaction in Dynamic Environments
Owning the Interaction in Dynamic Environments
 
Owning the Interaction in Dynamic Environments
Owning the Interaction in Dynamic EnvironmentsOwning the Interaction in Dynamic Environments
Owning the Interaction in Dynamic Environments
 
M.B.T.S. Round 3, Week 2
M.B.T.S. Round 3, Week 2M.B.T.S. Round 3, Week 2
M.B.T.S. Round 3, Week 2
 
Basic sketching
Basic sketchingBasic sketching
Basic sketching
 
Bridging the gap between designers and developers at theguardian.com
Bridging the gap between designers and developers at theguardian.comBridging the gap between designers and developers at theguardian.com
Bridging the gap between designers and developers at theguardian.com
 
Design Types
Design TypesDesign Types
Design Types
 
Going From Plumber To Painter ILUG2008 (text)
Going From Plumber To Painter ILUG2008 (text)Going From Plumber To Painter ILUG2008 (text)
Going From Plumber To Painter ILUG2008 (text)
 
Wireframing
WireframingWireframing
Wireframing
 
Ux Journey: There and back again
Ux Journey: There and back againUx Journey: There and back again
Ux Journey: There and back again
 
Better. Faster. UXier. — AToMIC Design
Better. Faster. UXier. — AToMIC DesignBetter. Faster. UXier. — AToMIC Design
Better. Faster. UXier. — AToMIC Design
 
Ixd15 egoodman
Ixd15 egoodmanIxd15 egoodman
Ixd15 egoodman
 
Bring the intangible to life with Concept Visualization: Part 3 of 3
Bring the intangible to life with Concept Visualization: Part 3 of 3Bring the intangible to life with Concept Visualization: Part 3 of 3
Bring the intangible to life with Concept Visualization: Part 3 of 3
 
Insight Design, Part 1
Insight Design, Part 1Insight Design, Part 1
Insight Design, Part 1
 
Visual Rhetoric March 25th
Visual Rhetoric March 25thVisual Rhetoric March 25th
Visual Rhetoric March 25th
 
Veda chronicle November 2019
Veda chronicle November 2019Veda chronicle November 2019
Veda chronicle November 2019
 
Javascript Animation with Canvas - Gregory Starr 2015
Javascript Animation with Canvas - Gregory Starr 2015Javascript Animation with Canvas - Gregory Starr 2015
Javascript Animation with Canvas - Gregory Starr 2015
 
WRA 210 April 14th PowerPoint
WRA 210 April 14th PowerPointWRA 210 April 14th PowerPoint
WRA 210 April 14th PowerPoint
 
Engineering Academy( Nov 08)
Engineering  Academy( Nov 08)Engineering  Academy( Nov 08)
Engineering Academy( Nov 08)
 
Transcript - Data Visualisation - Tools and Techniques
Transcript - Data Visualisation - Tools and TechniquesTranscript - Data Visualisation - Tools and Techniques
Transcript - Data Visualisation - Tools and Techniques
 
Handout 17317 es17317-sgambelluri-au2016
Handout 17317 es17317-sgambelluri-au2016Handout 17317 es17317-sgambelluri-au2016
Handout 17317 es17317-sgambelluri-au2016
 

Mehr von 500 Startups (20)

Get on Board
Get on BoardGet on Board
Get on Board
 
Connected Analytics
Connected AnalyticsConnected Analytics
Connected Analytics
 
Sira Medical
Sira MedicalSira Medical
Sira Medical
 
The Atlas
The AtlasThe Atlas
The Atlas
 
Trash Warrior
Trash WarriorTrash Warrior
Trash Warrior
 
Thematic
ThematicThematic
Thematic
 
Shiplyst
ShiplystShiplyst
Shiplyst
 
Renetec
RenetecRenetec
Renetec
 
Predina
PredinaPredina
Predina
 
Pluto
PlutoPluto
Pluto
 
Plant an App
Plant an AppPlant an App
Plant an App
 
Pilota
PilotaPilota
Pilota
 
Mero Technologies
Mero TechnologiesMero Technologies
Mero Technologies
 
Omnitron Sensors
Omnitron SensorsOmnitron Sensors
Omnitron Sensors
 
Juked
JukedJuked
Juked
 
GamerzClass
GamerzClassGamerzClass
GamerzClass
 
eino
einoeino
eino
 
Cenos
CenosCenos
Cenos
 
Bliinx
BliinxBliinx
Bliinx
 
Butlr
ButlrButlr
Butlr
 

Kürzlich hochgeladen

Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfPrecisely
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 

Kürzlich hochgeladen (20)

Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 

Paco Viñoly, Designing in a Developer World, WarmGun 2013

  • 1. Hi. A bit about me. Presentation has two parts. 1. Case Study of a project I can’t show you but I believe captures the spirit of how we work at Square. This part will be fast. 2. Guidelines that illustrate how important the marriage of Design and Engineering is at Square. We’re still a startup. This may be a different kind of presentation but I hope it works for you all. Let’s start with a short video.
  • 2.
  • 3. HOW TO DRAW A STRAIGHT LINE This is what I’d like to talk about first. It serves to illustrate how the most basic design task can’t happen without an engineer and how both sides work together and push each other to ensure the most perfect results.
  • 4. Inevitable you will hear a presentation that talks about design being how you get from point A to point B. Instead of talking in broad generalizations I decided to focus on that specific straight line.
  • 5. This is how I draw a straight line. Not very good, right?
  • 6. If we go back in history, Cave-person drawings were not much better. Straight as an arrow had a different meaning back in 5,000 B.C. If we look at what they were doing it’s not bad given that they didn’t have rulers.
  • 7. Egyptians got a little better. The designers of the great pyramids got a little help from the engineers.
  • 8. who invented the plumb line and made one of the seven wonders possible.
  • 9. y = mx + b then we get a mathematical formula for it with Euclid and all the theory behind that.
  • 10. at this point you might be thinking, i got a plumb line. i can figure out some kind of saw. let’s make a ruler and get on with it. and this is where the case study begins. we obsess about the details and we want to make sure that we create experiences that are as simple and as transparent as possible for our customers. a ruler is just not good enough.
  • 12. ACCURATE a ruler is not accurate. we need to be accurate. there’s a whole other side to design at Square which deals with the Wabi-Sabi aesthetic or imperfectness, but that’s a different case study.
  • 13. So, in the 1800s a french engineer named Peaucellier invented the Peaucellier–Lipkin linkage. The first machine to draw a perfectly straight line.
  • 14. this is how the system works. finally we had an accurate line.
  • 15. Then we got computers and this is how they draw lines There are a few ways to they do it. Bresenham's line algorithm — optimized to use only additions (i.e. no divisions or multiplications); it also avoids floating-point computations. this is where we get to present day at Square. we are developing a new interface that calls for a straight line. and we begin by questioning how can we make the best possible straight line. the engineers and designer sit side by side to make this happen. btw, i’m not the engineer so excuse me if i don’t do justice to their contribution.
  • 16. 1   #html   2   .example   3      hr 4   5   6   7   8   9   10   11   12   13   14 html. this is option 1. we would do this 15 years ago.
  • 17. 1   #css-­‐border   2   .example   3      .css-­‐border   4   ! 5   ! 6   .css-­‐border   7      border-­‐bottom:  1px  solid  black 8   9   10   11   12   13   14 css. then we did this. both begin to break down in certain scenarios, particularly when dealing with iOS retina devices.
  • 18. 1   #css-­‐shadow   2   .example   3      .css-­‐shadow   4   ! 5   ! 6   .css-­‐shadow   7      box-­‐shadow:  0  1px  1px  -­‐1px  black 8   9   10   11   12   13   14 css box shadow. So to correct for this engineers came up with the css box shadow. is everyone following this? this is basically a 1 pixel line with a cropped shadow that comes close to recreating accurately in Retina, but not quite.
  • 19. 1   #svg   2   .example   3      svg  xmlns="http://www.w3.org/2000/svg"  version="1.1"   4          line  x1="0"  y1="0"  x2="100%"  y2="0"   5   ! 6   svg   7      width:  100%   8      height:  1px   9      line   10          stroke-­‐width:  1   11          stroke:  black 12   13   14 svg. then this happens. this is a true 1 pixel Retina line. it is perfect and looks amazing.
  • 20. #html #css-­‐border #css-­‐shadow #svg this is what we knew we wanted but we had to keep at it until we achieved the best possible result.
  • 21. this is our case study and it’s going to be great, when i launches. :-)
  • 22. designgineer s engaged engaged Let me be specific about how we get that done: The key takeaway from this deck is that design and engineering cannot exists without the other. Nothing happens without an engineer. They make it all happen. It’s about how to make the designs not only pixel perfect, but come to life like you couldn’t even imagine.
  • 23. s s engaged - understanding kickoff the project with everyone in the room the days of waterfall methodology seem ancient to me. sit next to each other. design in code.
  • 24. s kickoff the kickoff the project project with with everyone in everyone in the the room sit next to each other - methodologies are outdated design in code understanding kickoff the project with everyone in the room the days of waterfall methodology seem ancient to me. sit next to each other. design in code.
  • 25. s s understanding - ! understanding define the audience, the goals and the metrics. performance is as much a part of the experience as is the photography. understand form factors and breakpoints design every state explain the core of what you’re trying to accomplish, not just your proposed solution.
  • 26. s define the understand form audience, goals, factors and and metrics breakpoints design design every state - defend defend your design understanding define the audience, the goals and the metrics. performance is as much a part of the experience as is the photography. understand form factors and breakpoints design every state explain the core of what you’re trying to accomplish, not just your proposed solution.
  • 27. s s communicatio n understanding Common Language - typography, styles, the grid. the framework for what you’re building. the system. - annotate as much as they need but no more. - know what ‘jank’ means, etc. - understand bugzilla, jira, etc., know how to QA and submit feedback
  • 28. s framework the of what you’re building know what what ‘jank’ means annotate more than they need know how to submit feedback understanding Common Language - typography, styles, the grid. the framework for what you’re building. the system. - annotate as much as they need but no more. - know what ‘jank’ means, etc. - understand bugzilla, jira, etc., know how to QA and submit feedback
  • 29. s s don’ts define the scope and stick to it. don’t compromise. don’t compress their timeline. don’t say it’s final if it’s not. understanding
  • 30. s define the scope and stick to it don’t compress their timeline define the scope and stick to it. don’t compromise. don’t compress their timeline. don’t say it’s final if it’s not. don’t don’t compromise don’t say it’s final final if it’s not understanding