Top Banner
Technical entrepreneurship @bpapillard
59

Le Wagon - Technical entrepreneurship

Aug 16, 2015

Download

Technology

bpapillard
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Le Wagon - Technical entrepreneurship

Technical entrepreneurship

@bpapillard

Page 2: Le Wagon - Technical entrepreneurship

Product pitch Product / Market fit Build & Scale

Roadmap

Page 3: Le Wagon - Technical entrepreneurship

Product pitch Product / Market fit Build & Scale

Measure

Page 4: Le Wagon - Technical entrepreneurship

Product Pitch

Page 5: Le Wagon - Technical entrepreneurship

Target User typical profile / 1st segment?

Pain

What does he suffer from ?

Solution What’s my value proposition ?

Page 8: Le Wagon - Technical entrepreneurship

Target Creative people without tech skills, CEOs Pain Free resources focused on technicalities

Solution Paying online courses with a product approach

On-Demand

Page 9: Le Wagon - Technical entrepreneurship

Product / Market fit

Page 10: Le Wagon - Technical entrepreneurship

ActivationRevenueRetention Referral

Acquisition

Page 11: Le Wagon - Technical entrepreneurship

No rules

Coupons / partnerships Newsletters Follow & ping prospects Whatever it takes…

Page 12: Le Wagon - Technical entrepreneurship

On-Demand

Page 13: Le Wagon - Technical entrepreneurship

On-Demand

Page 14: Le Wagon - Technical entrepreneurship

Paid ads

Upload emails on FB-ads Create look-alike audiences

Page 15: Le Wagon - Technical entrepreneurship

ActivationRevenueRetention Referral

Acquisition

Page 16: Le Wagon - Technical entrepreneurship

Set metrics-

+

Likes, followers Emails Pre-orders

Page 17: Le Wagon - Technical entrepreneurship

Vanity metrics

Overall likes

Likes / weekvs.

Page 18: Le Wagon - Technical entrepreneurship

Landing page

Clear proposition value Clean design Call-to-Action CRM first milestone

Page 19: Le Wagon - Technical entrepreneurship

Landing page tools

Page 20: Le Wagon - Technical entrepreneurship

Front-end languages

Page 21: Le Wagon - Technical entrepreneurship

CSS frameworks

Page 24: Le Wagon - Technical entrepreneurship

External services

Page 25: Le Wagon - Technical entrepreneurship

Web-forms

Page 27: Le Wagon - Technical entrepreneurship

Measure

Page 28: Le Wagon - Technical entrepreneurship

Emails

Page 29: Le Wagon - Technical entrepreneurship

Traffic

Page 30: Le Wagon - Technical entrepreneurship

Bounce rate

Page 31: Le Wagon - Technical entrepreneurship

Utm-ize every URL

Page 32: Le Wagon - Technical entrepreneurship

Prototyping

Page 33: Le Wagon - Technical entrepreneurship

On-Demand MVP

+

Page 34: Le Wagon - Technical entrepreneurship

World of APIsIn computer programming, an application programming interface (API) is a set of routines, protocols, and tools for building software applications. An API expresses a software component in terms of its operations, inputs, outputs, and underlying types. An API defines functionalities that are independent of their respective implementations, which allows definitions and implementations to vary without compromising each other. A good API makes it easier to develop a program by providing all the building blocks. A programmer then puts the blocks together.

wikipedia

humm…

Page 35: Le Wagon - Technical entrepreneurship

Web-101

Page 36: Le Wagon - Technical entrepreneurship

Web-101

Page 37: Le Wagon - Technical entrepreneurship

Web-101

Page 38: Le Wagon - Technical entrepreneurship

Web-101

Page 39: Le Wagon - Technical entrepreneurship

Human interface

Readable content HTML / CSS

Page 40: Le Wagon - Technical entrepreneurship

Programming interface

Structured data

{"richestPeople":[ {"firstName":"Bill", “lastName":"Gates", “value":"81"},

{"firstName":"Carlos", “lastName":"Slim", “value”:"79"}, {"firstName":"Warren", “lastName":"Buffet", "value":"72"}

]}

Page 41: Le Wagon - Technical entrepreneurship

API

Page 43: Le Wagon - Technical entrepreneurship

Http

Page 44: Le Wagon - Technical entrepreneurship

Http

Page 45: Le Wagon - Technical entrepreneurship

Get

https://www.airbnb.fr/s/Torino?checkin=15%2F09%2F2016&checkout=23%2F09%2F2016&guests=4

Params in the URL

Page 46: Le Wagon - Technical entrepreneurship

Get / Post

GET https://wagon-chat.herokuapp.com/100/comments

POST https://wagon-chat.herokuapp.com/100/comments

{ "author": "Boris", "content": "I'm chatting with HTTP, how cool?" }

Page 48: Le Wagon - Technical entrepreneurship

They know you’re not devs(yet)

Page 49: Le Wagon - Technical entrepreneurship

Look for embed button!

Page 50: Le Wagon - Technical entrepreneurship

Support tools

Page 51: Le Wagon - Technical entrepreneurship

APIs connector

Page 52: Le Wagon - Technical entrepreneurship

APIs connector

Page 53: Le Wagon - Technical entrepreneurship

APIs connector

Page 54: Le Wagon - Technical entrepreneurship

APIs for custom backends

Page 55: Le Wagon - Technical entrepreneurship

Scale

Page 56: Le Wagon - Technical entrepreneurship

Go Fullstack

Page 57: Le Wagon - Technical entrepreneurship

Go Fullstack

Page 58: Le Wagon - Technical entrepreneurship

2 options

Find a CTO Build it yourself

Page 59: Le Wagon - Technical entrepreneurship

Go further

ondemand.lewagon.org