whichit - lessons from building a startup

18
Confidential for review purposes only Share to Choose. Whichit.

Upload: ktkellytran

Post on 02-Aug-2015

91 views

Category:

Technology


2 download

TRANSCRIPT

Page 1: Whichit - lessons from building a startup

Confidential for review purposes only

Share to Choose.Whichit.

Page 2: Whichit - lessons from building a startup
Page 3: Whichit - lessons from building a startup

?

Page 4: Whichit - lessons from building a startup

Confidential for review purposes only

@Jennifer

Which #dress should I buy for the party?

Boohoo Shop

Share withUpload from

Page 5: Whichit - lessons from building a startup

Confidential for review purposes only

@Victoria

Which is the hot color of this season ?

Engage with your customer

Page 6: Whichit - lessons from building a startup

Confidential for review purposes only

@Victoria

Which is the hot color of this season ?

5% 15%

20%60%

Identifying customers' preferences

Target audience

Gender

Age

Location

Page 7: Whichit - lessons from building a startup

Confidential for review purposes only

@Victoria

Which is the hot color of this season ?

5% 60%

20%15%

BUY

Get Coupon

Purchase

Make them an offer they can't refuse

Page 8: Whichit - lessons from building a startup

Confidential for review purposes only

System Architecture

server Azure MVC Web Api( .Net)

Web application

Landingpage

Androidapp

iOSapp

Page 9: Whichit - lessons from building a startup

Confidential for review purposes only

So … what I’ve learned ?

• Build only what you must build!• Build smart & make your life easy.• How to add features without building a monster ?• Check yourself .• Tracking tasks .

Page 10: Whichit - lessons from building a startup

Confidential for review purposes only

Build only what you must build

D.I.Y

D.D.I.Y (Picasso)

Page 11: Whichit - lessons from building a startup

Confidential for review purposes only

Build things right and easy

• Put things where they belong :• Separate API calls from screens or views• Wrap data access with façade to enable persistent

data and cache .• Don’t duplicate code.• Android : use event’s to allow components

communication without coupling .

Page 12: Whichit - lessons from building a startup

Confidential for review purposes only

Build things right and easy – server API example

Page 13: Whichit - lessons from building a startup

Confidential for review purposes only

Add features with no effort

• Use public free API :• Instagram• Amazon • Google• Java– generate POJO easy with online tools:

• http://www.jsonschema2pojo.org/• http://jsongen.byingtondesign.com/

• Android : use intents !

Page 14: Whichit - lessons from building a startup

Confidential for review purposes only

Add features with no effort

Page 15: Whichit - lessons from building a startup

Confidential for review purposes only

Monitor

• Use analytics to find out how users use your product• Use crash reporting to find bugs quickly.

Page 16: Whichit - lessons from building a startup

Confidential for review purposes only

Tasks

• Every version contain large amount of tasks • Different areas – web , server , clients , creative ,

sales .• Different stages – in progress , testing , wait for

release , postpone …

https://waffle.io/

https://trello.com

Page 17: Whichit - lessons from building a startup

Confidential for review purposes only

IDE’s & links

• IDE’s :• Android studio -

https://developer.android.com/sdk/installing/studio.html

• (Web) brackets.io – http://brackets.io

• Links :• (Android) Open source list – http://android-

arsenal.com• Picasso - http://square.github.io/picasso/• Retrofit - http://square.github.io/retrofit/• Trello – http://trello.com

Page 18: Whichit - lessons from building a startup

Confidential for review purposes only

Share to Choose.Whichit.

Yarden [email protected]