How & Why Rodco Built a Private App Store With Salesforce & Heroku

29
How and Why Rodco build a Private App Store with Salesforce and Heroku Roberto Rodriguez Artavia, 3VOT CORPORATION, CEO @rodriguezartav

description

Gartner Research states that soon most companies will run their own Private App Stores. Join Rodco's CTO and Inventor as he explains why he choose to experiment with the Private App Store Business Strategy and how he used it to jump over the current barriers of enterprise software development heading towards business innovation. The Rodco Private App Store is Open Source and uses Twitter Bootstrap, SpineJS and NodeJS on the Frontend, with a modified Command Pattern that runs on Force.com. You'll leave with a complete understanding of the frameworks and architecture, as well as the Code and Documentation Resources to start your own Private App Store.

Transcript of How & Why Rodco Built a Private App Store With Salesforce & Heroku

Page 1: How & Why Rodco Built a Private App Store With Salesforce & Heroku

How and Why Rodco build a Private App Store with Salesforce and HerokuRoberto Rodriguez Artavia, 3VOT CORPORATION, CEO@rodriguezartav

Page 2: How & Why Rodco Built a Private App Store With Salesforce & Heroku

Safe HarborSafe harbor statement under the Private Securities Litigation Reform Act of 1995: This presentation may contain forward-looking statements that involve risks, uncertainties, and assumptions. If any such uncertainties materialize or if any of the assumptions proves incorrect, the results of salesforce.com, inc. could differ materially from the results expressed or implied by the forward-looking statements we make. All statements other than statements of historical fact could be deemed forward-looking, including any projections of product or service availability, subscriber growth, earnings, revenues, or other financial items and any statements regarding strategies or plans of management for future operations, statements of belief, any statements concerning new, planned, or upgraded services or technology developments and customer contracts or use of our services. The risks and uncertainties referred to above include – but are not limited to – risks associated with developing and delivering new functionality for our service, new products and services, our new business model, our past operating losses, possible fluctuations in our operating results and rate of growth, interruptions or delays in our Web hosting, breach of our security measures, the outcome of any litigation, risks associated with completed and any possible mergers and acquisitions, the immature market in which we operate, our relatively limited operating history, our ability to expand, retain, and motivate our employees and manage our growth, new releases of our service and successful customer deployment, our limited history reselling non-salesforce.com products, and utilization and selling to larger enterprise customers. Further information on potential factors that could affect the financial results of salesforce.com, inc. is included in our annual report on Form 10-K for the most recent fiscal year and in our quarterly report on Form 10-Q for the most recent fiscal quarter. These documents and others containing important disclosures are available on the SEC Filings section of the Investor Information section of our Web site. Any unreleased services or features referenced in this or other presentations, press releases or public statements are not currently available and may not be delivered on time or at all. Customers who purchase our services should make the purchase decisions based upon features that are currently available. Salesforce.com, inc. assumes no obligation and does not intend to update these forward-looking statements.

Page 3: How & Why Rodco Built a Private App Store With Salesforce & Heroku

ROBERTOrodriguez artavia

@[email protected]

Page 4: How & Why Rodco Built a Private App Store With Salesforce & Heroku

2003

LARGEST PROBLEM?

2013Everybody’s

Page 5: How & Why Rodco Built a Private App Store With Salesforce & Heroku

Why I built the Rodco App Store

Run your App Store with 3VOT

Page 6: How & Why Rodco Built a Private App Store With Salesforce & Heroku

100 companies

use the same softwareare they any different from each other?

Page 7: How & Why Rodco Built a Private App Store With Salesforce & Heroku

“People that are really serious

about hardware, should build

their own software”Alan Key

business

Page 8: How & Why Rodco Built a Private App Store With Salesforce & Heroku

WHYApp Stores?

Page 9: How & Why Rodco Built a Private App Store With Salesforce & Heroku
Page 10: How & Why Rodco Built a Private App Store With Salesforce & Heroku

R1GarageStory

Page 11: How & Why Rodco Built a Private App Store With Salesforce & Heroku

VIDEO

Page 12: How & Why Rodco Built a Private App Store With Salesforce & Heroku

HOWprocess into an App

Apps in Hours

Professional Lifecycle

Just HTML + JS

Page 13: How & Why Rodco Built a Private App Store With Salesforce & Heroku
Page 14: How & Why Rodco Built a Private App Store With Salesforce & Heroku

Account = require(“models/account”)

Account.create( { name: “Acme” } );

Account.bind(“create”, onCreate );

Models

ControllersViews

with CommonJS

account.jscontact.js

Simplified App Structure

Page 15: How & Why Rodco Built a Private App Store With Salesforce & Heroku

Trigger

message

Listen Listen Listen

Real-Time

REAL PROGRAMMING

Page 16: How & Why Rodco Built a Private App Store With Salesforce & Heroku

SALESFORCE - AJAX

Account = require(“models/account”)

Account.query {“name like”: “acme” }

Account.bind(“refresh”, onRefesh(){

html = render( Account.all() );

with JQUery

Page 17: How & Why Rodco Built a Private App Store With Salesforce & Heroku

Menu APP

Private App Store

True Open Source

Components

JUST HTML -JS

Page 18: How & Why Rodco Built a Private App Store With Salesforce & Heroku

Free to InnovateBuild Apps Deploy in Minutes

ExperienceEngagementCommunication

Inspiration

Page 19: How & Why Rodco Built a Private App Store With Salesforce & Heroku

Toolkit

Page 20: How & Why Rodco Built a Private App Store With Salesforce & Heroku

THE FUTURE OF APPS

THE BEST WAY TO BUILD APPS

Page 21: How & Why Rodco Built a Private App Store With Salesforce & Heroku

Connected Appshttps://test.salesforce.com/packaging/installPackage.apexp?p0=04ti0000000KZAr

Instantly own an App Store

Free for sandbox!!!

Find link in 3vot.com

Page 22: How & Why Rodco Built a Private App Store With Salesforce & Heroku

App Profile

App Toolkit

App Store

Page 23: How & Why Rodco Built a Private App Store With Salesforce & Heroku

Consumes SF Data

Simplified App Structure

Super Modular Testing

Responsive Server Side

App Toolkit

Page 24: How & Why Rodco Built a Private App Store With Salesforce & Heroku

Social Network

App Store

Infographics

App Store

Page 25: How & Why Rodco Built a Private App Store With Salesforce & Heroku
Page 26: How & Why Rodco Built a Private App Store With Salesforce & Heroku

Sandbox

S3

Cloudfront

App

ToolkitContinuous Integration

Page 27: How & Why Rodco Built a Private App Store With Salesforce & Heroku

R2PlatformFull ControlWhite LabelFull Support

R2beta

FreeSandbox3VOT StyleEmail Support

Page 28: How & Why Rodco Built a Private App Store With Salesforce & Heroku

We want to hear from YOU!

Please take a moment to complete our session survey

Surveys can be found in the “My Agenda” portion of the Dreamforce app

Page 29: How & Why Rodco Built a Private App Store With Salesforce & Heroku