SlideShare uma empresa Scribd logo
1 de 87
Baixar para ler offline
@cattsmall@cattsmall
Ship it sooner
How to get more done in less time
Catt Small – Create Upstate
@cattsmall@cattsmall
◇ Product Designer, Etsy
◇ Co-founder, Brooklyn Gamery
◇ Maker of various things!
A little about me:
@cattsmall@cattsmall
I’ve also worked with:
@cattsmall@cattsmall
To help you worry less about the how
and more about the who, what,
when, where, and why.
The goal of today’s talk:
@cattsmall@cattsmall
◇ Why & when process can be helpful
◇ Why process can be unhelpful
◇ Ways to focus less on process
Topics:
@cattsmall@cattsmall
Why process can be
helpful
@cattsmall@cattsmall
Guidance
We have a
plan!
@cattsmall@cattsmall
@cattsmall@cattsmall
<form action="#" method="post">
<div>
<label for="name">Text Input:</label>
<input type="text" name="name" id="name" value="" tabindex="1" />
</div>
<div>
<h4>Radio Button Choice</h4>
<label for="radio-choice-1">Choice 1</label>
<input type="radio" name="radio-choice-1" id="radio-choice-1"
tabindex="2" value="choice-1" />
<label for="radio-choice-2">Choice 2</
label>
<input type="radio" name="radio-choice-2" id="radio-choice-2"
tabindex="3" value="choice-2" />
</div>
Efficient
It just works!
@cattsmall@cattsmall
Self-improvement
I’m a much better
designer now!
@cattsmall@cattsmall
Use cases
@cattsmall@cattsmall
Lacking clarity
@cattsmall@cattsmall
What the heck are we
making?
I don’t know what
to do next...
@cattsmall@cattsmall
Feeling frustrated
@cattsmall@cattsmall
Something is wrong!
@cattsmall@cattsmall
Needing communication
@cattsmall@cattsmall
I feel lost!
@cattsmall@cattsmall
STRUCTURE
@cattsmall@cattsmall
Why process can be
unhelpful
@cattsmall@cattsmall
A long time ago

in a galaxy far, far away...
@cattsmall@cattsmall
Baby designer Catt!
I wanna be the
very best!
@cattsmall@cattsmall
Waterfall
:(
:(
:(
@cattsmall@cattsmall
Linear process
Design Build Launch WTF???Req’s.
@cattsmall@cattsmall
Is there a
better way?
@cattsmall@cattsmall
Lean UX
:)
:)
:)
@cattsmall@cattsmall
Agile
:)
:):)
:)
Standup
Backlog
Grooming
Sprint
Planning
Retro
Sprint
Review
@cattsmall@cattsmall
50-person company
:)
:):)
:)
200-person company
:)
:):)
:)
1,000-person company
:)
:):)
:)
@cattsmall@cattsmall
It didn’t work
FAIL.
@cattsmall@cattsmall
Process can distract us
@cattsmall@cattsmall
Right vs. wrong
@cattsmall@cattsmall
@cattsmall@cattsmall
@cattsmall@cattsmall
@cattsmall@cattsmall
I have an opinion!!!!11!1!!!
Everyone
@cattsmall@cattsmall
Hierarchy
@cattsmall@cattsmall
PHPJava SQL C++ASP.NET
Objective
C
C#Ruby JS
Python
@cattsmall@cattsmall
SQL C++
C# JS
on
JS
Knockout MeteorBackbone
Angular ReactEmber
@cattsmall@cattsmall
Inflexible
@cattsmall@cattsmall
But that
doesn’t work
for our team...
We should try this
new method!
@cattsmall@cattsmall
MAKE IT FROM
SCRATCH
export class Just<A> extends Maybe<A> {
constructor(public value: A) { super(); };
export class Nothing<A> extends Maybe<A> {
constructor() { super(); };
fold<R>(match) { return match.nothing; }
export function of<A>(value: A): Maybe<A> {

return new Just(value);
export function zero<A>(): Nothing<A> {
return new Nothing();
export function map<A, B>(fn: (a: A) => B): (m: Maybe<A>) => Maybe<B> {
return function morphism(ma) {
return ma.fold({
just: (a) => { return new Just(fn(a)) },

export function bind<A, B>(fn: (a: A) => Maybe<B>): (m: Maybe<A>) => Maybe<B>
return function morphism(ma) {

return ma.fold({
</> </>
Not built here
@cattsmall@cattsmall
Perfectionism
@cattsmall@cattsmall
Refusal to accept
any standard short of
perfection
@cattsmall@cattsmall
The mind deflects the message of
impossible expectations and literally
pushes it into the body.
Meredith Arthur, “The Epidemic of Perfectionism”
@cattsmall@cattsmall
Anxiety
A feeling of worry, nervousness, or
unease, typically about an imminent
event or something with an uncertain
outcome.
@cattsmall@cattsmall
“Impostor syndrome”
@cattsmall@cattsmall
Failure
Anxiety
Perfectionism
@cattsmall@cattsmall
What this leads to
@cattsmall@cattsmall
Power shifts & vacuums
@cattsmall@cattsmall
But none of
us know how
it works...
This is the best
framework!
@cattsmall@cattsmall
@cattsmall@cattsmall
Burnout
@cattsmall@cattsmall
Physical or mental collapse
caused by overwork or stress
@cattsmall@cattsmall
Work
Think
about
what to
improve
@cattsmall@cattsmall
It is the harsh self-evaluative processes
central to perfectionistic concerns that are
understood to fuel the perfectionism-
burnout relationship
Andrew P. Hill & Thomas Curran, “Multidimensional Perfectionism and Burnout”
@cattsmall@cattsmall
How to refocus
@cattsmall@cattsmall
Breathe
@cattsmall@cattsmall
You’re doing a good job
@cattsmall@cattsmall
Define objectives
@cattsmall@cattsmall
I think we should use–
What is our goal?
@cattsmall@cattsmall
I still don’t get
what we’re doing!
Yeah! Me neither.
How about we
step back?
@cattsmall@cattsmall
Make your own process
@cattsmall@cattsmall
Ideate
Iterate
Learn Design
BuildCelebrate
Launch Test
@cattsmall@cattsmall
Consider your context
Company size Team composition
@cattsmall@cattsmall
Create a deadline
Start Finish!
@cattsmall@cattsmall
Define
who, what, when, where, why
Define
how
@cattsmall@cattsmall
Things to remember
@cattsmall@cattsmall
Communicate upfront
@cattsmall@cattsmall
How do you like to work?
@cattsmall@cattsmall
Ignore trendy hotness
@cattsmall@cattsmall
“Fire Burning” by matthewvogel1234 on DeviantArt (lol)
@cattsmall@cattsmall
React worked well for
them, but Ember does
the job for us!
@cattsmall@cattsmall
Share knowledge
@cattsmall@cattsmall
//random integer method.

Lorem.prototype.randomInt = function (min, max) {

return Math.floor(Math.random() * (max - min +
1)) + min;

};

//text creator method with parameters: how many,
what

Lorem.prototype.createText = function(count, type) {

switch (type) {

//paragraphs are loads of sentences.

case Lorem.TYPE.PARAGRAPH:

var paragraphs = new Array;

for (var i = 0; i < count; i++) {

var paragraphLength =
Let’s break down how
this function works.
@cattsmall@cattsmall
Let’s do a
sketching
session!
@cattsmall@cattsmall
Be flexible
@cattsmall@cattsmall
CHILL OUT
WE DIDN’T GO BY
THE PROCESS OH
MY GOD
@cattsmall@cattsmall
That’s not what the
book says, but it
works for us!
@cattsmall@cattsmall
We’re all
gross meaty
bump lumps
@cattsmall@cattsmall
Pat yourself on the back
@cattsmall@cattsmall
NOICE!
@cattsmall@cattsmall
You tried
yay
@cattsmall@cattsmall
Wrap-up
@cattsmall@cattsmall
◇Process is a double-edged sword.
◇One’s right is another’s wrong.
◇Power shifts/vacuums can happen
when one person advocates for a
new process or tool.
In summary:
@cattsmall@cattsmall
◇Think about your context first.
◇Always define project goals.
◇Accept imperfection.
◇Don’t worry about the new hotness.
◇Share what you learn.
Advice:
@cattsmall@cattsmall
Celebrate what you make!
We’re such an
awesome team.
@cattsmall@cattsmall
◇UX Team of One
◇Overcoming Perfectionism
◇The Burnout Society
◇Google Calendar
◇Therapy
Resources:
@cattsmall@cattsmall
Thank you.
Questions?
Tweet @cattsmall
Gaming event in June: gdocexpo.com

Mais conteúdo relacionado

Semelhante a Create Upstate - Ship it sooner: how to get more done in less time

PyCon 2011 talk - ngram assembly with Bloom filters
PyCon 2011 talk - ngram assembly with Bloom filtersPyCon 2011 talk - ngram assembly with Bloom filters
PyCon 2011 talk - ngram assembly with Bloom filters
c.titus.brown
 
Bca sem 6 php practicals 1to12
Bca sem 6 php practicals 1to12Bca sem 6 php practicals 1to12
Bca sem 6 php practicals 1to12
Hitesh Patel
 

Semelhante a Create Upstate - Ship it sooner: how to get more done in less time (20)

Why (I think) CoffeeScript Is Awesome
Why (I think) CoffeeScript Is AwesomeWhy (I think) CoffeeScript Is Awesome
Why (I think) CoffeeScript Is Awesome
 
You're Doing It Wrong
You're Doing It WrongYou're Doing It Wrong
You're Doing It Wrong
 
You're Doing It Wrong
You're Doing It WrongYou're Doing It Wrong
You're Doing It Wrong
 
A, B, C. 1, 2, 3. Iterables you and me - Willian Martins (ebay)
A, B, C. 1, 2, 3. Iterables you and me - Willian Martins (ebay)A, B, C. 1, 2, 3. Iterables you and me - Willian Martins (ebay)
A, B, C. 1, 2, 3. Iterables you and me - Willian Martins (ebay)
 
Scala 3camp 2011
Scala   3camp 2011Scala   3camp 2011
Scala 3camp 2011
 
Haml, Sass and Compass for Sane Web Development
Haml, Sass and Compass for Sane Web DevelopmentHaml, Sass and Compass for Sane Web Development
Haml, Sass and Compass for Sane Web Development
 
Method::Signatures
Method::SignaturesMethod::Signatures
Method::Signatures
 
FusionConf 2018 - We're all designers
FusionConf 2018 - We're all designersFusionConf 2018 - We're all designers
FusionConf 2018 - We're all designers
 
Cassandra Day London 2015: Getting Started with Apache Cassandra and Java
Cassandra Day London 2015: Getting Started with Apache Cassandra and JavaCassandra Day London 2015: Getting Started with Apache Cassandra and Java
Cassandra Day London 2015: Getting Started with Apache Cassandra and Java
 
Cassandra Day London: Building Java Applications
Cassandra Day London: Building Java ApplicationsCassandra Day London: Building Java Applications
Cassandra Day London: Building Java Applications
 
Perl Teach-In (part 1)
Perl Teach-In (part 1)Perl Teach-In (part 1)
Perl Teach-In (part 1)
 
Playing With The Web
Playing With The WebPlaying With The Web
Playing With The Web
 
Gpars concepts explained
Gpars concepts explainedGpars concepts explained
Gpars concepts explained
 
Element
ElementElement
Element
 
PyCon 2011 talk - ngram assembly with Bloom filters
PyCon 2011 talk - ngram assembly with Bloom filtersPyCon 2011 talk - ngram assembly with Bloom filters
PyCon 2011 talk - ngram assembly with Bloom filters
 
NetPonto - The Future Of C# - NetConf Edition
NetPonto - The Future Of C# - NetConf EditionNetPonto - The Future Of C# - NetConf Edition
NetPonto - The Future Of C# - NetConf Edition
 
Introduction to web programming with JavaScript
Introduction to web programming with JavaScriptIntroduction to web programming with JavaScript
Introduction to web programming with JavaScript
 
Rails Antipatterns | Open Session with Chad Pytel
Rails Antipatterns | Open Session with Chad Pytel Rails Antipatterns | Open Session with Chad Pytel
Rails Antipatterns | Open Session with Chad Pytel
 
Bca sem 6 php practicals 1to12
Bca sem 6 php practicals 1to12Bca sem 6 php practicals 1to12
Bca sem 6 php practicals 1to12
 
Django - Framework web para perfeccionistas com prazos
Django - Framework web para perfeccionistas com prazosDjango - Framework web para perfeccionistas com prazos
Django - Framework web para perfeccionistas com prazos
 

Mais de Catt Small

Mais de Catt Small (13)

BrooklynJS: Feelings and Frameworks
BrooklynJS: Feelings and FrameworksBrooklynJS: Feelings and Frameworks
BrooklynJS: Feelings and Frameworks
 
Write/Speak/Code 2018 – The Full Story: Presenting Complete Ideas
Write/Speak/Code 2018 – The Full Story: Presenting Complete IdeasWrite/Speak/Code 2018 – The Full Story: Presenting Complete Ideas
Write/Speak/Code 2018 – The Full Story: Presenting Complete Ideas
 
More than bleeps and bloops: UX lessons from game design
More than bleeps and bloops: UX lessons from game designMore than bleeps and bloops: UX lessons from game design
More than bleeps and bloops: UX lessons from game design
 
AIGA Design Conference 2016 - Bootstrapping Communities
AIGA Design Conference 2016 - Bootstrapping CommunitiesAIGA Design Conference 2016 - Bootstrapping Communities
AIGA Design Conference 2016 - Bootstrapping Communities
 
Designing Socially Impactful Digital Experiences
Designing Socially Impactful Digital ExperiencesDesigning Socially Impactful Digital Experiences
Designing Socially Impactful Digital Experiences
 
FOWD NYC 2015 – Beyond gamification: more important lessons we can learn from...
FOWD NYC 2015 – Beyond gamification: more important lessons we can learn from...FOWD NYC 2015 – Beyond gamification: more important lessons we can learn from...
FOWD NYC 2015 – Beyond gamification: more important lessons we can learn from...
 
Making Native Browser Games in The Modern Age
Making Native Browser Games in The Modern AgeMaking Native Browser Games in The Modern Age
Making Native Browser Games in The Modern Age
 
From Maker to Businessperson: Lessons Learned from Becoming a Creative Entrep...
From Maker to Businessperson: Lessons Learned from Becoming a Creative Entrep...From Maker to Businessperson: Lessons Learned from Becoming a Creative Entrep...
From Maker to Businessperson: Lessons Learned from Becoming a Creative Entrep...
 
RVA #GGJ15 Keynote Talk - From Consumer to Creator: Making Games
RVA #GGJ15 Keynote Talk - From Consumer to Creator: Making GamesRVA #GGJ15 Keynote Talk - From Consumer to Creator: Making Games
RVA #GGJ15 Keynote Talk - From Consumer to Creator: Making Games
 
We're all Designers: Encouraging Collaboration in Design Without Forming a Co...
We're all Designers: Encouraging Collaboration in Design Without Forming a Co...We're all Designers: Encouraging Collaboration in Design Without Forming a Co...
We're all Designers: Encouraging Collaboration in Design Without Forming a Co...
 
Hooray for UX!
Hooray for UX!Hooray for UX!
Hooray for UX!
 
ConveyUX 2014 – Beyond Gamification: Lessons from Game Design for Engaging Users
ConveyUX 2014 – Beyond Gamification: Lessons from Game Design for Engaging UsersConveyUX 2014 – Beyond Gamification: Lessons from Game Design for Engaging Users
ConveyUX 2014 – Beyond Gamification: Lessons from Game Design for Engaging Users
 
Fun and Usable: Making Better, More Intuitive Games
Fun and Usable: Making Better, More Intuitive GamesFun and Usable: Making Better, More Intuitive Games
Fun and Usable: Making Better, More Intuitive Games
 

Último

the Husband rolesBrown Aesthetic Cute Group Project Presentation
the Husband rolesBrown Aesthetic Cute Group Project Presentationthe Husband rolesBrown Aesthetic Cute Group Project Presentation
the Husband rolesBrown Aesthetic Cute Group Project Presentation
brynpueblos04
 
call Now 9811711561 Cash Payment乂 Call Girls in Dwarka Mor
call Now 9811711561 Cash Payment乂 Call Girls in Dwarka Morcall Now 9811711561 Cash Payment乂 Call Girls in Dwarka Mor
call Now 9811711561 Cash Payment乂 Call Girls in Dwarka Mor
vikas rana
 
KLINIK BATA Jual obat penggugur kandungan 087776558899 ABORSI JANIN KEHAMILAN...
KLINIK BATA Jual obat penggugur kandungan 087776558899 ABORSI JANIN KEHAMILAN...KLINIK BATA Jual obat penggugur kandungan 087776558899 ABORSI JANIN KEHAMILAN...
KLINIK BATA Jual obat penggugur kandungan 087776558899 ABORSI JANIN KEHAMILAN...
Cara Menggugurkan Kandungan 087776558899
 

Último (14)

WOMEN EMPOWERMENT women empowerment.pptx
WOMEN EMPOWERMENT women empowerment.pptxWOMEN EMPOWERMENT women empowerment.pptx
WOMEN EMPOWERMENT women empowerment.pptx
 
(Anamika) VIP Call Girls Navi Mumbai Call Now 8250077686 Navi Mumbai Escorts ...
(Anamika) VIP Call Girls Navi Mumbai Call Now 8250077686 Navi Mumbai Escorts ...(Anamika) VIP Call Girls Navi Mumbai Call Now 8250077686 Navi Mumbai Escorts ...
(Anamika) VIP Call Girls Navi Mumbai Call Now 8250077686 Navi Mumbai Escorts ...
 
(Aarini) Russian Call Girls Surat Call Now 8250077686 Surat Escorts 24x7
(Aarini) Russian Call Girls Surat Call Now 8250077686 Surat Escorts 24x7(Aarini) Russian Call Girls Surat Call Now 8250077686 Surat Escorts 24x7
(Aarini) Russian Call Girls Surat Call Now 8250077686 Surat Escorts 24x7
 
2k Shots ≽ 9205541914 ≼ Call Girls In Dashrath Puri (Delhi)
2k Shots ≽ 9205541914 ≼ Call Girls In Dashrath Puri (Delhi)2k Shots ≽ 9205541914 ≼ Call Girls In Dashrath Puri (Delhi)
2k Shots ≽ 9205541914 ≼ Call Girls In Dashrath Puri (Delhi)
 
2k Shots ≽ 9205541914 ≼ Call Girls In Jasola (Delhi)
2k Shots ≽ 9205541914 ≼ Call Girls In Jasola (Delhi)2k Shots ≽ 9205541914 ≼ Call Girls In Jasola (Delhi)
2k Shots ≽ 9205541914 ≼ Call Girls In Jasola (Delhi)
 
2k Shots ≽ 9205541914 ≼ Call Girls In Mukherjee Nagar (Delhi)
2k Shots ≽ 9205541914 ≼ Call Girls In Mukherjee Nagar (Delhi)2k Shots ≽ 9205541914 ≼ Call Girls In Mukherjee Nagar (Delhi)
2k Shots ≽ 9205541914 ≼ Call Girls In Mukherjee Nagar (Delhi)
 
Top Rated Pune Call Girls Tingre Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Tingre Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Tingre Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Tingre Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
$ Love Spells^ 💎 (310) 882-6330 in West Virginia, WV | Psychic Reading Best B...
$ Love Spells^ 💎 (310) 882-6330 in West Virginia, WV | Psychic Reading Best B...$ Love Spells^ 💎 (310) 882-6330 in West Virginia, WV | Psychic Reading Best B...
$ Love Spells^ 💎 (310) 882-6330 in West Virginia, WV | Psychic Reading Best B...
 
LC_YouSaidYes_NewBelieverBookletDone.pdf
LC_YouSaidYes_NewBelieverBookletDone.pdfLC_YouSaidYes_NewBelieverBookletDone.pdf
LC_YouSaidYes_NewBelieverBookletDone.pdf
 
the Husband rolesBrown Aesthetic Cute Group Project Presentation
the Husband rolesBrown Aesthetic Cute Group Project Presentationthe Husband rolesBrown Aesthetic Cute Group Project Presentation
the Husband rolesBrown Aesthetic Cute Group Project Presentation
 
2k Shots ≽ 9205541914 ≼ Call Girls In Palam (Delhi)
2k Shots ≽ 9205541914 ≼ Call Girls In Palam (Delhi)2k Shots ≽ 9205541914 ≼ Call Girls In Palam (Delhi)
2k Shots ≽ 9205541914 ≼ Call Girls In Palam (Delhi)
 
call Now 9811711561 Cash Payment乂 Call Girls in Dwarka Mor
call Now 9811711561 Cash Payment乂 Call Girls in Dwarka Morcall Now 9811711561 Cash Payment乂 Call Girls in Dwarka Mor
call Now 9811711561 Cash Payment乂 Call Girls in Dwarka Mor
 
KLINIK BATA Jual obat penggugur kandungan 087776558899 ABORSI JANIN KEHAMILAN...
KLINIK BATA Jual obat penggugur kandungan 087776558899 ABORSI JANIN KEHAMILAN...KLINIK BATA Jual obat penggugur kandungan 087776558899 ABORSI JANIN KEHAMILAN...
KLINIK BATA Jual obat penggugur kandungan 087776558899 ABORSI JANIN KEHAMILAN...
 
Pokemon Go... Unraveling the Conspiracy Theory
Pokemon Go... Unraveling the Conspiracy TheoryPokemon Go... Unraveling the Conspiracy Theory
Pokemon Go... Unraveling the Conspiracy Theory
 

Create Upstate - Ship it sooner: how to get more done in less time