SlideShare a Scribd company logo
1 of 44
Download to read offline
Platform  4.0  Meetup Launch  Event
FOKKEZANDBERGEN
@FokkeZB
©  2015  APPCELERATOR,  INC.  ALL  RIGHTS  RESERVED
Our  Program  for  Tonight
Our  Vision:  One  for  All
Our  Solution:  Appcelerator  Platform  4.0
Plans  &  Pricing:  Start  for  Free
Migration  Process
Q&A
Our  Vision
Our  Solution
Dashboard
Studio
CLI
Titanium  SDK
Alloy  MVC
Arrow
Analytics
Support
Plans  &  Pricing
Migration  Process
OUR  VISION
Gartner  Magic  Quadrant  Leader
2014  MAGIC  QUADRANT  FOR  MOBILE  APPLICATION  DEVELOPMENT  PLATFORMS
– GARTNER
IBM
KONY
SAP
PEGASYSTEMS
ADOBE
XAMARIN
TELERIK
SENCHA
SALESFORCE.COM
MICROSTRATEGY
APPLE
MICROSOFT
ORACLE
GOOGLE
DSI
MOTOROLA  SOLUTIONS
EMBARCEDERO
CLICKSOFTWARE
VERIVO  SOFTWARE
CHALLENGERS LEADERS
NICHE  PLAYERS VISIONARIES
COMPLETENESS   OF  VISION
ABILITY  TO  EXECUTE
AS  OF  SEPTEMBER  2014
“The  company  has  demonstrated   the  
ability  to  respond  quickly  in  a  cohesive,  
integrated  manner  to  a  changing  market.”
Customer  Benefits  of  the  Appcelerator  Platform
FULL  REPORT  AT  WWW.APPCELERATOR.COM/ROI
Forrester  findings:
40% reduction  in  time-­‐to-­‐
market
52% decrease  in  delivery  
costs
75% quicker  time-­‐to-­‐
resolution
20% reduction  in  employee  
turnover
491% ROI
!
Appcelerator  at  a  Glance
ONE  OF  THE  WORLD’S  LARGEST  MOBILE  ECOSYSTEMS
400+
ISV  extensions  &  third  party  
modules
100+
Proven  solution  partners
Mobile  developers  in  185  countries
300,000,000+
Devices  running  Appcelerator-­‐
powered  apps,  to  go  with  100,000+  
apps  built  with  Appcelerator.
2,000,000,000+
Cloud  API  calls  per  month through  the  
Appcelerator  Platform
700,000+
of  the  Fortune  10070%  
OUR  SOLUTION:  APPCELERATOR  PLATFORM  4.0
Our  Vision
Our  Solution
Dashboard
Studio
CLI
Titanium  SDK
Alloy  MVC
Arrow
Analytics
Support
Plans  &  Pricing
Migration  Process
Dashboard
Analytics
Push  Notifications
Arrow  DB  (ACS)
Testing
University
Q&A
Documentation
…
platform.appcelerator.com
Our  Vision
Our  Solution
Dashboard
Studio
CLI
Titanium  SDK
Alloy  MVC
Arrow
Analytics
Support
Plans  &  Pricing
Migration  Process
Studio
STUDIO:  LIVEVIEW
Studio:  Profile,  Analyze,  Test
Profiler
Code  Analyzer
Testing*
* Enterprise  Plan  Add-­‐on
Our  Vision
Our  Solution
Dashboard
Studio
CLI
Titanium  SDK
Alloy  MVC
Arrow
Analytics
Support
Plans  &  Pricing
Migration  Process
CLI:  Unified
$ ti setup
$ ti create
$ ti build
$ ti <cmd>
$ acs new
$ acs run
$ acs publish
$ acs <cmd>
$ alloy <cmd>
$ appc setup
$ appc new
$ appc run
$ appc ti <cmd>
$ appc new
$ appc run
$ appc publish
$ appc acs <cmd>
$ appc alloy <cmd>
$ appc use <version>
Unified  CLI
Bundles  Titanium  CLI
Bundles  ACS  CLI
Bundles  Alloy  CLI
Works  alongside  globalCLI’s
Our  Vision
Our  Solution
Dashboard
Studio
CLI
Titanium  SDK
Alloy  MVC
Arrow
Analytics
Support
Plans  &  Pricing
Migration  Process
Titanium:  JavaScript  for  Native  Apps
*
* In  Preview
Ti.UI.createButton();
Titanium:  Certified  &  Extended  Releases
Certified,  fully  tested  releases
Fully  QE  tested  &  certified
Prevent  use  of  app  debugging
Prevent  use  of  rooted  devices
Additional  Modules *
SQLite  Database  Encryption
Crypto  Module
Geofence
HTTPS  with  SSL  Pinning
LDAP
* Team  &  Enterprise  Plans  Only
Titanium:  Open  Source
Titanium  CLI  via  NPM
Titanium  SDK  via  nightly  builds
Develop  &  Publish
Source  code  remains  on  GitHub
No  proprietary  Appcelerator  fork
PRs  welcome  as  ever
www.appcelerator.org
Our  Vision
Our  Solution
Dashboard
Studio
CLI
Titanium  SDK
Alloy  MVC
Arrow
Analytics
Support
Plans  &  Pricing
Migration  Process
Alloy:  Open  Source
Alloy  via  NPM
Plugs  into  Titanium  CLI
Source  code  remains  on  GitHub
No  proprietary  Appcelerator  fork
PRs  welcome  as  ever
www.appcelerator.org
Alloy:  MVC  for  Titanium
<Alloy>
<Window>
<Label onClick=”open”>Hello
World</Label>
</Window>
</Alloy>
”Window”: {
backgroundColor: “white”
}
function open() {
alert(“Hello World”);
}
$.index.open();
var window = Ti.UI.createWindow({
backgroundColor: “white”
});
var label = Ti.UI.createLabel({
text: “Hello World”
});
label.addEventListener(“click”,
function() {
alert(“Hello World”);
});
window.add(label);
window.open();
Our  Vision
Our  Solution
Dashboard
Studio
CLI
Titanium  SDK
Alloy  MVC
Arrow
Analytics
Support
Plans  &  Pricing
Migration  Process
Arrow:  DB
Integrated  in  new  platform  dashboard
Send  push,  manage  data,  connect  apps
Arrow:  New  &  Improved
formerly
ACS
formerly
Node.ACS
NEW
Push  notifications
Prebuilt  services
Schema-­‐less  data  store
Hosting  Arrow  Builder  apps
Opinionated  framework  for  
building  APIs  &  front-­‐ends
Connector  marketplace
Visual  model  builder *Team  &  Enterprise  Plans  Only
ArrowDB
Arrow  Push
Arrow  Builder  *
ARROW:  BUILDER
Marketplace
Download  Arrow  connectors
Will  soon  include  Titanium  
modules  &  Alloy  widgets
Will  replace  old  Marketplace
Our  Vision
Our  Solution
Dashboard
Studio
CLI
Titanium  SDK
Alloy  MVC
Arrow
Analytics
Support
Plans  &  Pricing
Migration  Process
ANALYTICS
Analytics:  Insights*
*Team  &  Enterprise  Plans  Only
Analytics:  Performance  &  Crashes*
* Enterprise  Plan  Only
Our  Vision
Our  Solution
Dashboard
Studio
CLI
Titanium  SDK
Alloy  MVC
Arrow
Analytics
Support
Plans  &  Pricing
Migration  Process
Support
Integrated  Documentation
Appcelerator  University
All  new  integrated  Q&A
Web  &  Hotline  Available  (Team+)
Support:  University
Support:  Q&A
Our  Vision
Our  Solution
Dashboard
Studio
CLI
Titanium  SDK
Alloy  MVC
Arrow
Analytics
Support
Plans  &  Pricing
Migration  Process
Plans  &  Pricing:  Free  for  Existing  Community
FREE*
*Indie  Seat  for  life  if  you  signup  with  an  email  
address  that  already  holds  a  Titanium  account.
ENTERPRISE
Plans  &  Pricing:  Terminology
INDIE DEVELOPERTEAM
Plans  &  Pricing:  Features
DEVELOPER INDIE TEAM ENTERPRISE
free $39/month/seat $259/month/seat custom
develop only +  publish +  publish +  publish
premium  modules premium  modules
MDM/MAM
SOASTA  (option)
1M +  5GB  /  seat 10M +  10GB  /  seat custom
Arrow DB +  Arrow  Builder +  Arrow  Builder
30  days  /  500K  events 12 months  /  2M  events custom
+  analytics  export &  app +  performance  &  crashes
SLA custom  hosting
Q&A Q&A web  support hotline
Our  Vision
Our  Solution
Dashboard
Studio
CLI
Titanium  SDK
Alloy  MVC
Arrow
Analytics
Support
Plans  &  Pricing
Migration  Process
Migration  Process:  GA
Before  September  1st:
Titanium:  Import  in  AppC Studio  or  via  CLI  and  do  not  let  it  
replace  keys  if  you  already  used  ACS.
Node.ACS:  Republish  to  Arrow  Cloud  and  change  your  
CNAME  or  update  your  app  with  new  URL.
ACS:  Contact  support  or  wait  for  automated  migration.  
Endpoint  and  keys  remain  same.
web.appcelerator.com/product/migrate-­‐app
Thank  You
FOKKEZANDBERGEN
@FokkeZB
Q&Acommunity.appcelerator.com
developer.appcelerator.com/questions

More Related Content

What's hot

Continuous Integration and Delivery at Shapeways (Matt Boyle)
Continuous Integration and Delivery at Shapeways (Matt Boyle)Continuous Integration and Delivery at Shapeways (Matt Boyle)
Continuous Integration and Delivery at Shapeways (Matt Boyle)Nordic APIs
 
I Love APIs 2015 API Lab Design-first API Development Using Node and Swagger
I Love APIs 2015 API Lab Design-first API Development Using Node and SwaggerI Love APIs 2015 API Lab Design-first API Development Using Node and Swagger
I Love APIs 2015 API Lab Design-first API Development Using Node and SwaggerApigee | Google Cloud
 
Angular 7: Everything You Need to Know!
Angular 7: Everything You Need to Know!Angular 7: Everything You Need to Know!
Angular 7: Everything You Need to Know!Helios Solutions
 
Trouble with Performance Debugging? Not Anymore with Choreo, the AI-Assisted ...
Trouble with Performance Debugging? Not Anymore with Choreo, the AI-Assisted ...Trouble with Performance Debugging? Not Anymore with Choreo, the AI-Assisted ...
Trouble with Performance Debugging? Not Anymore with Choreo, the AI-Assisted ...WSO2
 
How LISI Automotive Accelerated Application Delivery with SwaggerHub
How LISI Automotive Accelerated Application Delivery with SwaggerHubHow LISI Automotive Accelerated Application Delivery with SwaggerHub
How LISI Automotive Accelerated Application Delivery with SwaggerHubSmartBear
 
Advanced REST API Scripting With AppDynamics
Advanced REST API Scripting With AppDynamicsAdvanced REST API Scripting With AppDynamics
Advanced REST API Scripting With AppDynamicsTodd Radel
 
Visual Studio 2017 Release Notes
Visual Studio 2017 Release NotesVisual Studio 2017 Release Notes
Visual Studio 2017 Release NotesIan Philpot
 
End to End Testing: Bug Squashing for API Developers
End to End Testing: Bug Squashing for API Developers End to End Testing: Bug Squashing for API Developers
End to End Testing: Bug Squashing for API Developers Apigee | Google Cloud
 
Java 8 - Gateway Drug or End of Line?
Java 8 - Gateway Drug or End of Line?Java 8 - Gateway Drug or End of Line?
Java 8 - Gateway Drug or End of Line?Garth Gilmour
 
BENEFIT OF FLUTTER APP DEVELOPMENT - INFOGRAPHICS
BENEFIT OF FLUTTER APP DEVELOPMENT - INFOGRAPHICSBENEFIT OF FLUTTER APP DEVELOPMENT - INFOGRAPHICS
BENEFIT OF FLUTTER APP DEVELOPMENT - INFOGRAPHICSbrtechnosoft2018
 
Not Just Initializing
Not Just InitializingNot Just Initializing
Not Just InitializingVMware Tanzu
 
I Love APIs 2015: End to End Testing: Bug Squashing for Developers
I Love APIs 2015: End to End Testing: Bug Squashing for DevelopersI Love APIs 2015: End to End Testing: Bug Squashing for Developers
I Love APIs 2015: End to End Testing: Bug Squashing for DevelopersApigee | Google Cloud
 
Test-Driven Cloud Development with Oracle SOA Cloud Service and Oracle Develo...
Test-Driven Cloud Development with Oracle SOA Cloud Service and Oracle Develo...Test-Driven Cloud Development with Oracle SOA Cloud Service and Oracle Develo...
Test-Driven Cloud Development with Oracle SOA Cloud Service and Oracle Develo...Sven Bernhardt
 
rockwell software studio 5000-lva1-app6892
rockwell software studio 5000-lva1-app6892rockwell software studio 5000-lva1-app6892
rockwell software studio 5000-lva1-app6892Shashi Ranjan Singh
 
Android android + app engine a developer's dream combination copy
Android android + app engine  a developer's dream combination copyAndroid android + app engine  a developer's dream combination copy
Android android + app engine a developer's dream combination copyChris Ramsdale
 
Android android + app engine a developer's dream combination
Android android + app engine  a developer's dream combinationAndroid android + app engine  a developer's dream combination
Android android + app engine a developer's dream combinationChris Ramsdale
 
Put the Power of Cloud-based Modeling to Work - Spotlight Session
Put the Power of Cloud-based Modeling to Work - Spotlight SessionPut the Power of Cloud-based Modeling to Work - Spotlight Session
Put the Power of Cloud-based Modeling to Work - Spotlight SessionObeo
 
Visual studio 2017 - Launch Event Keynote
Visual studio 2017  - Launch Event KeynoteVisual studio 2017  - Launch Event Keynote
Visual studio 2017 - Launch Event KeynoteDelta-N
 
Deploy Code into Production Faster on Kubernetes
Deploy Code into Production Faster on KubernetesDeploy Code into Production Faster on Kubernetes
Deploy Code into Production Faster on KubernetesVMware Tanzu
 
Executing on API Developer Experience
Executing on API Developer Experience Executing on API Developer Experience
Executing on API Developer Experience SmartBear
 

What's hot (20)

Continuous Integration and Delivery at Shapeways (Matt Boyle)
Continuous Integration and Delivery at Shapeways (Matt Boyle)Continuous Integration and Delivery at Shapeways (Matt Boyle)
Continuous Integration and Delivery at Shapeways (Matt Boyle)
 
I Love APIs 2015 API Lab Design-first API Development Using Node and Swagger
I Love APIs 2015 API Lab Design-first API Development Using Node and SwaggerI Love APIs 2015 API Lab Design-first API Development Using Node and Swagger
I Love APIs 2015 API Lab Design-first API Development Using Node and Swagger
 
Angular 7: Everything You Need to Know!
Angular 7: Everything You Need to Know!Angular 7: Everything You Need to Know!
Angular 7: Everything You Need to Know!
 
Trouble with Performance Debugging? Not Anymore with Choreo, the AI-Assisted ...
Trouble with Performance Debugging? Not Anymore with Choreo, the AI-Assisted ...Trouble with Performance Debugging? Not Anymore with Choreo, the AI-Assisted ...
Trouble with Performance Debugging? Not Anymore with Choreo, the AI-Assisted ...
 
How LISI Automotive Accelerated Application Delivery with SwaggerHub
How LISI Automotive Accelerated Application Delivery with SwaggerHubHow LISI Automotive Accelerated Application Delivery with SwaggerHub
How LISI Automotive Accelerated Application Delivery with SwaggerHub
 
Advanced REST API Scripting With AppDynamics
Advanced REST API Scripting With AppDynamicsAdvanced REST API Scripting With AppDynamics
Advanced REST API Scripting With AppDynamics
 
Visual Studio 2017 Release Notes
Visual Studio 2017 Release NotesVisual Studio 2017 Release Notes
Visual Studio 2017 Release Notes
 
End to End Testing: Bug Squashing for API Developers
End to End Testing: Bug Squashing for API Developers End to End Testing: Bug Squashing for API Developers
End to End Testing: Bug Squashing for API Developers
 
Java 8 - Gateway Drug or End of Line?
Java 8 - Gateway Drug or End of Line?Java 8 - Gateway Drug or End of Line?
Java 8 - Gateway Drug or End of Line?
 
BENEFIT OF FLUTTER APP DEVELOPMENT - INFOGRAPHICS
BENEFIT OF FLUTTER APP DEVELOPMENT - INFOGRAPHICSBENEFIT OF FLUTTER APP DEVELOPMENT - INFOGRAPHICS
BENEFIT OF FLUTTER APP DEVELOPMENT - INFOGRAPHICS
 
Not Just Initializing
Not Just InitializingNot Just Initializing
Not Just Initializing
 
I Love APIs 2015: End to End Testing: Bug Squashing for Developers
I Love APIs 2015: End to End Testing: Bug Squashing for DevelopersI Love APIs 2015: End to End Testing: Bug Squashing for Developers
I Love APIs 2015: End to End Testing: Bug Squashing for Developers
 
Test-Driven Cloud Development with Oracle SOA Cloud Service and Oracle Develo...
Test-Driven Cloud Development with Oracle SOA Cloud Service and Oracle Develo...Test-Driven Cloud Development with Oracle SOA Cloud Service and Oracle Develo...
Test-Driven Cloud Development with Oracle SOA Cloud Service and Oracle Develo...
 
rockwell software studio 5000-lva1-app6892
rockwell software studio 5000-lva1-app6892rockwell software studio 5000-lva1-app6892
rockwell software studio 5000-lva1-app6892
 
Android android + app engine a developer's dream combination copy
Android android + app engine  a developer's dream combination copyAndroid android + app engine  a developer's dream combination copy
Android android + app engine a developer's dream combination copy
 
Android android + app engine a developer's dream combination
Android android + app engine  a developer's dream combinationAndroid android + app engine  a developer's dream combination
Android android + app engine a developer's dream combination
 
Put the Power of Cloud-based Modeling to Work - Spotlight Session
Put the Power of Cloud-based Modeling to Work - Spotlight SessionPut the Power of Cloud-based Modeling to Work - Spotlight Session
Put the Power of Cloud-based Modeling to Work - Spotlight Session
 
Visual studio 2017 - Launch Event Keynote
Visual studio 2017  - Launch Event KeynoteVisual studio 2017  - Launch Event Keynote
Visual studio 2017 - Launch Event Keynote
 
Deploy Code into Production Faster on Kubernetes
Deploy Code into Production Faster on KubernetesDeploy Code into Production Faster on Kubernetes
Deploy Code into Production Faster on Kubernetes
 
Executing on API Developer Experience
Executing on API Developer Experience Executing on API Developer Experience
Executing on API Developer Experience
 

Viewers also liked

Загальношкільні батьківські збори
Загальношкільні батьківські збориЗагальношкільні батьківські збори
Загальношкільні батьківські збориCenter_Inspiration
 
вшанування пам'яті
вшанування пам'ятівшанування пам'яті
вшанування пам'ятіCenter_Inspiration
 
Bits unit 8 physical geography
Bits   unit 8 physical geographyBits   unit 8 physical geography
Bits unit 8 physical geographyLuis Gutiérrez
 
Яскевич, корекція
Яскевич, корекціяЯскевич, корекція
Яскевич, корекціяCenter_Inspiration
 
2016 06 23 sexto graduación
2016 06 23 sexto graduación2016 06 23 sexto graduación
2016 06 23 sexto graduaciónMicaelaSantander
 
Cuaderno de Verano de Sexto Grado de Primaria
Cuaderno de Verano de Sexto Grado de PrimariaCuaderno de Verano de Sexto Grado de Primaria
Cuaderno de Verano de Sexto Grado de PrimariaEditorial MD
 
לדעת לנהל בחוכמה
לדעת לנהל בחוכמהלדעת לנהל בחוכמה
לדעת לנהל בחוכמהDanny Mann
 

Viewers also liked (10)

Загальношкільні батьківські збори
Загальношкільні батьківські збориЗагальношкільні батьківські збори
Загальношкільні батьківські збори
 
вшанування пам'яті
вшанування пам'ятівшанування пам'яті
вшанування пам'яті
 
Bits unit 8 physical geography
Bits   unit 8 physical geographyBits   unit 8 physical geography
Bits unit 8 physical geography
 
Яскевич, корекція
Яскевич, корекціяЯскевич, корекція
Яскевич, корекція
 
Heat transfer by conduction
Heat transfer by conductionHeat transfer by conduction
Heat transfer by conduction
 
2016 06 13 fiesta ampa
2016 06 13 fiesta ampa2016 06 13 fiesta ampa
2016 06 13 fiesta ampa
 
2016 05 23 vela 3º ep
2016 05 23 vela 3º ep2016 05 23 vela 3º ep
2016 05 23 vela 3º ep
 
2016 06 23 sexto graduación
2016 06 23 sexto graduación2016 06 23 sexto graduación
2016 06 23 sexto graduación
 
Cuaderno de Verano de Sexto Grado de Primaria
Cuaderno de Verano de Sexto Grado de PrimariaCuaderno de Verano de Sexto Grado de Primaria
Cuaderno de Verano de Sexto Grado de Primaria
 
לדעת לנהל בחוכמה
לדעת לנהל בחוכמהלדעת לנהל בחוכמה
לדעת לנהל בחוכמה
 

Similar to Platform 4.0 Meetup Launch Event

Visual Studio 2017 - Montreal Launch Event
Visual Studio 2017  - Montreal Launch EventVisual Studio 2017  - Montreal Launch Event
Visual Studio 2017 - Montreal Launch EventGuy Barrette
 
What's new in App Engine and intro to App Engine for Business
What's new in App Engine and intro to App Engine for BusinessWhat's new in App Engine and intro to App Engine for Business
What's new in App Engine and intro to App Engine for BusinessChris Schalk
 
Real World SharePoint Framework and Azure Services
Real World SharePoint Framework and Azure ServicesReal World SharePoint Framework and Azure Services
Real World SharePoint Framework and Azure ServicesBrian Culver
 
Weave GitOps 2023.04 Release: Optimizing Developer Productivity & Experience ...
Weave GitOps 2023.04 Release: Optimizing Developer Productivity & Experience ...Weave GitOps 2023.04 Release: Optimizing Developer Productivity & Experience ...
Weave GitOps 2023.04 Release: Optimizing Developer Productivity & Experience ...CezzaineZaher1
 
App engine cloud_comp_expo_nyc
App engine cloud_comp_expo_nycApp engine cloud_comp_expo_nyc
App engine cloud_comp_expo_nycChris Schalk
 
FEDSPUG April 2014: Visual Studio 2013 for Application Lifecycle Management &...
FEDSPUG April 2014: Visual Studio 2013 for Application Lifecycle Management &...FEDSPUG April 2014: Visual Studio 2013 for Application Lifecycle Management &...
FEDSPUG April 2014: Visual Studio 2013 for Application Lifecycle Management &...WSPDC & FEDSPUG
 
Salesforce CI/CD - A strategy for success
Salesforce CI/CD - A strategy for successSalesforce CI/CD - A strategy for success
Salesforce CI/CD - A strategy for successYassine ELQANDILI ☁
 
Which Application Modernization Pattern Is Right For You?
Which Application Modernization Pattern Is Right For You?Which Application Modernization Pattern Is Right For You?
Which Application Modernization Pattern Is Right For You?Apigee | Google Cloud
 
Best of barcelona symposium experience
Best of barcelona symposium experienceBest of barcelona symposium experience
Best of barcelona symposium experienceThe Reference
 
Agile Tour Pune 2015: Dev-ops- niche or mainstream: Bhaskar Venugopalan
Agile Tour Pune 2015: Dev-ops- niche or mainstream: Bhaskar VenugopalanAgile Tour Pune 2015: Dev-ops- niche or mainstream: Bhaskar Venugopalan
Agile Tour Pune 2015: Dev-ops- niche or mainstream: Bhaskar VenugopalanIndia Scrum Enthusiasts Community
 
Cloud-Native Insights: How Platform & App Visibility Drive Business Outcomes
Cloud-Native Insights: How Platform & App Visibility Drive Business OutcomesCloud-Native Insights: How Platform & App Visibility Drive Business Outcomes
Cloud-Native Insights: How Platform & App Visibility Drive Business OutcomesVMware Tanzu
 
Microservices the Good Bad and the Ugly
Microservices the Good Bad and the UglyMicroservices the Good Bad and the Ugly
Microservices the Good Bad and the UglyAdrian Cockcroft
 
Cloud Native Cost Optimization UCC
Cloud Native Cost Optimization UCCCloud Native Cost Optimization UCC
Cloud Native Cost Optimization UCCAdrian Cockcroft
 
Breaking the 2 Pizza Paradox with your Platform as an Application
Breaking the 2 Pizza Paradox with your Platform as an ApplicationBreaking the 2 Pizza Paradox with your Platform as an Application
Breaking the 2 Pizza Paradox with your Platform as an ApplicationMark Rendell
 
DevOps KPIs as a Service: Daimler’s Solution
DevOps KPIs as a Service: Daimler’s SolutionDevOps KPIs as a Service: Daimler’s Solution
DevOps KPIs as a Service: Daimler’s SolutionVMware Tanzu
 
Optimize your CI/CD with GitLab and AWS
Optimize your CI/CD with GitLab and AWSOptimize your CI/CD with GitLab and AWS
Optimize your CI/CD with GitLab and AWSDevOps.com
 
CI/CD - A strategy for success (North Africa Dreamin' Prez)
CI/CD - A strategy for success (North Africa Dreamin' Prez)CI/CD - A strategy for success (North Africa Dreamin' Prez)
CI/CD - A strategy for success (North Africa Dreamin' Prez)Yassine ELQANDILI ☁
 
Accelerate Your Automation Testing Effort using TestProject & Docker | Docker...
Accelerate Your Automation Testing Effort using TestProject & Docker | Docker...Accelerate Your Automation Testing Effort using TestProject & Docker | Docker...
Accelerate Your Automation Testing Effort using TestProject & Docker | Docker...Ajeet Singh Raina
 
GCP Meetup #3 - Approaches to Cloud Native Architectures
GCP Meetup #3 - Approaches to Cloud Native ArchitecturesGCP Meetup #3 - Approaches to Cloud Native Architectures
GCP Meetup #3 - Approaches to Cloud Native Architecturesnine
 
Extend Agile and DevOps Practices Across Hybrid IT
Extend Agile and DevOps Practices Across Hybrid ITExtend Agile and DevOps Practices Across Hybrid IT
Extend Agile and DevOps Practices Across Hybrid ITDevOps.com
 

Similar to Platform 4.0 Meetup Launch Event (20)

Visual Studio 2017 - Montreal Launch Event
Visual Studio 2017  - Montreal Launch EventVisual Studio 2017  - Montreal Launch Event
Visual Studio 2017 - Montreal Launch Event
 
What's new in App Engine and intro to App Engine for Business
What's new in App Engine and intro to App Engine for BusinessWhat's new in App Engine and intro to App Engine for Business
What's new in App Engine and intro to App Engine for Business
 
Real World SharePoint Framework and Azure Services
Real World SharePoint Framework and Azure ServicesReal World SharePoint Framework and Azure Services
Real World SharePoint Framework and Azure Services
 
Weave GitOps 2023.04 Release: Optimizing Developer Productivity & Experience ...
Weave GitOps 2023.04 Release: Optimizing Developer Productivity & Experience ...Weave GitOps 2023.04 Release: Optimizing Developer Productivity & Experience ...
Weave GitOps 2023.04 Release: Optimizing Developer Productivity & Experience ...
 
App engine cloud_comp_expo_nyc
App engine cloud_comp_expo_nycApp engine cloud_comp_expo_nyc
App engine cloud_comp_expo_nyc
 
FEDSPUG April 2014: Visual Studio 2013 for Application Lifecycle Management &...
FEDSPUG April 2014: Visual Studio 2013 for Application Lifecycle Management &...FEDSPUG April 2014: Visual Studio 2013 for Application Lifecycle Management &...
FEDSPUG April 2014: Visual Studio 2013 for Application Lifecycle Management &...
 
Salesforce CI/CD - A strategy for success
Salesforce CI/CD - A strategy for successSalesforce CI/CD - A strategy for success
Salesforce CI/CD - A strategy for success
 
Which Application Modernization Pattern Is Right For You?
Which Application Modernization Pattern Is Right For You?Which Application Modernization Pattern Is Right For You?
Which Application Modernization Pattern Is Right For You?
 
Best of barcelona symposium experience
Best of barcelona symposium experienceBest of barcelona symposium experience
Best of barcelona symposium experience
 
Agile Tour Pune 2015: Dev-ops- niche or mainstream: Bhaskar Venugopalan
Agile Tour Pune 2015: Dev-ops- niche or mainstream: Bhaskar VenugopalanAgile Tour Pune 2015: Dev-ops- niche or mainstream: Bhaskar Venugopalan
Agile Tour Pune 2015: Dev-ops- niche or mainstream: Bhaskar Venugopalan
 
Cloud-Native Insights: How Platform & App Visibility Drive Business Outcomes
Cloud-Native Insights: How Platform & App Visibility Drive Business OutcomesCloud-Native Insights: How Platform & App Visibility Drive Business Outcomes
Cloud-Native Insights: How Platform & App Visibility Drive Business Outcomes
 
Microservices the Good Bad and the Ugly
Microservices the Good Bad and the UglyMicroservices the Good Bad and the Ugly
Microservices the Good Bad and the Ugly
 
Cloud Native Cost Optimization UCC
Cloud Native Cost Optimization UCCCloud Native Cost Optimization UCC
Cloud Native Cost Optimization UCC
 
Breaking the 2 Pizza Paradox with your Platform as an Application
Breaking the 2 Pizza Paradox with your Platform as an ApplicationBreaking the 2 Pizza Paradox with your Platform as an Application
Breaking the 2 Pizza Paradox with your Platform as an Application
 
DevOps KPIs as a Service: Daimler’s Solution
DevOps KPIs as a Service: Daimler’s SolutionDevOps KPIs as a Service: Daimler’s Solution
DevOps KPIs as a Service: Daimler’s Solution
 
Optimize your CI/CD with GitLab and AWS
Optimize your CI/CD with GitLab and AWSOptimize your CI/CD with GitLab and AWS
Optimize your CI/CD with GitLab and AWS
 
CI/CD - A strategy for success (North Africa Dreamin' Prez)
CI/CD - A strategy for success (North Africa Dreamin' Prez)CI/CD - A strategy for success (North Africa Dreamin' Prez)
CI/CD - A strategy for success (North Africa Dreamin' Prez)
 
Accelerate Your Automation Testing Effort using TestProject & Docker | Docker...
Accelerate Your Automation Testing Effort using TestProject & Docker | Docker...Accelerate Your Automation Testing Effort using TestProject & Docker | Docker...
Accelerate Your Automation Testing Effort using TestProject & Docker | Docker...
 
GCP Meetup #3 - Approaches to Cloud Native Architectures
GCP Meetup #3 - Approaches to Cloud Native ArchitecturesGCP Meetup #3 - Approaches to Cloud Native Architectures
GCP Meetup #3 - Approaches to Cloud Native Architectures
 
Extend Agile and DevOps Practices Across Hybrid IT
Extend Agile and DevOps Practices Across Hybrid ITExtend Agile and DevOps Practices Across Hybrid IT
Extend Agile and DevOps Practices Across Hybrid IT
 

More from Fokke Zandbergen

Building the (Support) Robot at Zapier
Building the (Support) Robot at ZapierBuilding the (Support) Robot at Zapier
Building the (Support) Robot at ZapierFokke Zandbergen
 
Lessons from helping developers integrate 1,000 APIs with Zapier
Lessons from helping developers integrate 1,000 APIs with ZapierLessons from helping developers integrate 1,000 APIs with Zapier
Lessons from helping developers integrate 1,000 APIs with ZapierFokke Zandbergen
 
We are all Remote Advocates
We are all Remote AdvocatesWe are all Remote Advocates
We are all Remote AdvocatesFokke Zandbergen
 
Cross-platform Native App ontwikkeling met Appcelerator
Cross-platform Native App ontwikkeling met AppceleratorCross-platform Native App ontwikkeling met Appcelerator
Cross-platform Native App ontwikkeling met AppceleratorFokke Zandbergen
 
Building Native Mobile Apps using Javascript with Titanium
Building Native Mobile Apps using Javascript with TitaniumBuilding Native Mobile Apps using Javascript with Titanium
Building Native Mobile Apps using Javascript with TitaniumFokke Zandbergen
 
Getting Started with Titanium & Alloy
Getting Started with Titanium & AlloyGetting Started with Titanium & Alloy
Getting Started with Titanium & AlloyFokke Zandbergen
 
Cross-Platform Native Apps with JavaScript
Cross-Platform Native Apps with JavaScriptCross-Platform Native Apps with JavaScript
Cross-Platform Native Apps with JavaScriptFokke Zandbergen
 
Titanium: Develop Native Mobile Apps with JavaScript
Titanium: Develop Native Mobile Apps with JavaScriptTitanium: Develop Native Mobile Apps with JavaScript
Titanium: Develop Native Mobile Apps with JavaScriptFokke Zandbergen
 
Appcelerator OSS & Platform
Appcelerator OSS & PlatformAppcelerator OSS & Platform
Appcelerator OSS & PlatformFokke Zandbergen
 
The Ultimate Titanium CLI Toolchain
The Ultimate Titanium CLI ToolchainThe Ultimate Titanium CLI Toolchain
The Ultimate Titanium CLI ToolchainFokke Zandbergen
 
Getting ready for iOS 8 & iPhone 6
Getting ready for iOS 8 & iPhone 6Getting ready for iOS 8 & iPhone 6
Getting ready for iOS 8 & iPhone 6Fokke Zandbergen
 
Titanium Community Toolkit Showcase
Titanium Community Toolkit ShowcaseTitanium Community Toolkit Showcase
Titanium Community Toolkit ShowcaseFokke Zandbergen
 
5 app alternatieven #AIB2013
5 app alternatieven #AIB20135 app alternatieven #AIB2013
5 app alternatieven #AIB2013Fokke Zandbergen
 
Apps voor kerken #Kerk2013
Apps voor kerken #Kerk2013Apps voor kerken #Kerk2013
Apps voor kerken #Kerk2013Fokke Zandbergen
 
Alloy Tips & Tricks #TiLon
Alloy Tips & Tricks #TiLonAlloy Tips & Tricks #TiLon
Alloy Tips & Tricks #TiLonFokke Zandbergen
 

More from Fokke Zandbergen (20)

Building the (Support) Robot at Zapier
Building the (Support) Robot at ZapierBuilding the (Support) Robot at Zapier
Building the (Support) Robot at Zapier
 
Lessons from helping developers integrate 1,000 APIs with Zapier
Lessons from helping developers integrate 1,000 APIs with ZapierLessons from helping developers integrate 1,000 APIs with Zapier
Lessons from helping developers integrate 1,000 APIs with Zapier
 
We are all Remote Advocates
We are all Remote AdvocatesWe are all Remote Advocates
We are all Remote Advocates
 
Cross-platform Native App ontwikkeling met Appcelerator
Cross-platform Native App ontwikkeling met AppceleratorCross-platform Native App ontwikkeling met Appcelerator
Cross-platform Native App ontwikkeling met Appcelerator
 
Building Native Mobile Apps using Javascript with Titanium
Building Native Mobile Apps using Javascript with TitaniumBuilding Native Mobile Apps using Javascript with Titanium
Building Native Mobile Apps using Javascript with Titanium
 
Getting Started with Titanium & Alloy
Getting Started with Titanium & AlloyGetting Started with Titanium & Alloy
Getting Started with Titanium & Alloy
 
Cross-Platform Native Apps with JavaScript
Cross-Platform Native Apps with JavaScriptCross-Platform Native Apps with JavaScript
Cross-Platform Native Apps with JavaScript
 
Titanium: Develop Native Mobile Apps with JavaScript
Titanium: Develop Native Mobile Apps with JavaScriptTitanium: Develop Native Mobile Apps with JavaScript
Titanium: Develop Native Mobile Apps with JavaScript
 
Appcelerator OSS & Platform
Appcelerator OSS & PlatformAppcelerator OSS & Platform
Appcelerator OSS & Platform
 
Appcelerator Alloy MVC
Appcelerator Alloy MVCAppcelerator Alloy MVC
Appcelerator Alloy MVC
 
The Ultimate Titanium CLI Toolchain
The Ultimate Titanium CLI ToolchainThe Ultimate Titanium CLI Toolchain
The Ultimate Titanium CLI Toolchain
 
Getting ready for iOS 8 & iPhone 6
Getting ready for iOS 8 & iPhone 6Getting ready for iOS 8 & iPhone 6
Getting ready for iOS 8 & iPhone 6
 
Titanium Community Toolkit Showcase
Titanium Community Toolkit ShowcaseTitanium Community Toolkit Showcase
Titanium Community Toolkit Showcase
 
Titanium Alloy Tutorial
Titanium Alloy TutorialTitanium Alloy Tutorial
Titanium Alloy Tutorial
 
5 app alternatieven #AIB2013
5 app alternatieven #AIB20135 app alternatieven #AIB2013
5 app alternatieven #AIB2013
 
Apps voor kerken #Kerk2013
Apps voor kerken #Kerk2013Apps voor kerken #Kerk2013
Apps voor kerken #Kerk2013
 
TiNy #TiAppCamp
TiNy #TiAppCampTiNy #TiAppCamp
TiNy #TiAppCamp
 
Internetmarketing
InternetmarketingInternetmarketing
Internetmarketing
 
Alloy Tips & Tricks #TiLon
Alloy Tips & Tricks #TiLonAlloy Tips & Tricks #TiLon
Alloy Tips & Tricks #TiLon
 
Alloy #DMC13
Alloy #DMC13Alloy #DMC13
Alloy #DMC13
 

Platform 4.0 Meetup Launch Event