SlideShare a Scribd company logo
1
Codemotion Tech Meetup
February 28, 2015
Rome
Meet IBM Bluemix up
ibm.biz/Bluemix2015
@gjuljo
2 © 2015 IBM Corporation
Today we play with

IBM Bluemix
Golang
https://hub.jazz.net/project/gsantoli/hellogin-start/overview
3 © 2015 IBM Corporation
Cloud Service Models
Networking Networking Networking Networking
Storage Storage Storage Storage
Servers Servers Servers Servers
Virtualization Virtualization Virtualization Virtualization
O/S O/S O/S O/S
Middleware Middleware Middleware Middleware
Runtime Runtime Runtime Runtime
Data Data Data Data
Applications Applications Applications Applications
Traditional
On-Premises
Infrastructure
as a Service
Platform
as a Service
Software
as a Service
ClientManages
VendorManagesinCloud
VendorManagesinCloud
VendorManagesinCloud
ClientManages
ClientManages
Customization; higher costs; slower time to value
Standardization; lower costs; faster time to value
IBM Bluemixℱ
4 © 2015 IBM Corporation
IBM Bluemix DevOps Services
1. Agile development, tracking & collaboration
2. Use your favorite tool or web IDE
6. Continuously deliver
8. Get instantaneous feedback
from mobile apps
7. Manage and monitor your
app’ performance
4. Continuously integrate your code
Agile
Planning
5. Scan your app for vulnerabilities
Jazz SCM Hosted Git
Web IDE
Delivery
Pipeline AppScan
Mobile & Web
Continous
Integration
Mobile Quality
Monitoring
and Analytics
Operate Develop/
Test
Deploy
Steer
DevOps
Services
Eclipse Sublime
3. Use the repo you like
Auto Scaling
Github
5 © 2015 IBM Corporation
Deployment Scenarios: cf push
DevOps ServicesBluemix
cf push
6 © 2015 IBM Corporation
Deployment Scenarios: “full web”
Bluemix
deploy
(manual)
DevOps Services
7 © 2015 IBM Corporation
Deployment Scenarios: git push
Bluemix
git push
deploy
(automatic)
DevOps Services
8
Bluemix works.
Start a free trial today
ibm.biz/Bluemix2015
9 © 2015 IBM Corporation
Bluemix Docs and References
- BLUEMIX DOCS
https://www.ng.bluemix.net/docs
https://developer.ibm.com/bluemix
- PREREQUISITES AND DOWNLOAD
https://developer.ibm.com/bluemix/support/#prereqs
https://www.ng.bluemix.net/docs/#starters/BuildingWeb.html#building_web
- COMMAND LINE AND VCAP_SERVICES ENVIRONMENT VARIABLE
https://www.ng.bluemix.net/docs/#cli/index.html#cli
http://docs.cloudfoundry.org/devguide/deploy-apps/environment-variable.html
- MANIFEST GUIDE (manifest.yml)
http://docs.cloudfoundry.org/devguide/deploy-apps/manifest.html
- BUILDPACK FROM CLOUD FOUNDRY COMMUNITY
https://github.com/cloudfoundry-community/cf-docs-contrib/wiki/Buildpacks
10 © 2015 IBM Corporation
Tutorials and Examples (1/5)
- TUTORIAL: Build your first App in Node.js
1) https://www.youtube.com/watch?v=GRQnwVhYeWU
2) https://www.youtube.com/watch?v=-WsIjAdGeHQ
3) https://www.youtube.com/watch?v=S_tcicKXW1A
- TUTORIAL: Mobile Data + Push Notification + Node.js
1) http://www.ibm.com/developerworks/mobile/library/mo-android-mobiledata-app/index.html
2) http://www.ibm.com/developerworks/library/mo-android-push-app/index.html
- TUTORIAL: Creating your first app with IBM Rapid Apps for Bluemix
https://www.youtube.com/watch?v=-0TSBDjeDyA
11 © 2015 IBM Corporation
Tutorials and Examples (2/5)
- EXAMPLE MOBILE APP: Cordova + Push Nofitication
http://www.ibm.com/developerworks/mobile/library/mo-push-apache-cordova-app
- EXAMPLE MEAN STACK (MongoDB, Express, AngularJS, Node.js)
http://www.ibm.com/developerworks/web/library/wa-nodejs-polling-app/index.html
- EXAMPLE: MobileFirst for iOS 8 + Cloudant + CocoaPods
http://www.ibm.com/developerworks/library/mo-mfp-ios8-app/
- EXAMPLE: Node.js + Data Chace + Monitoring and Analytics
(Express, Jade, Bootstrap, Font Awesome, jQuery, Google Analytics, request, cheerio, async)
http://www.ibm.com/developerworks/cloud/library/cl-situational-app/index.html
- EXAMPLE: Node.js + MQ Light
https://developer.ibm.com/messaging/2014/09/25/getting-started-node-js-mq-light-apps-bluemix
- EXAMPLE: Node.js + Twilio
https://developer.ibm.com/bluemix/2015/02/09/getting-started-twilio-ibm-bluemix
- EXAMPLE: Node.js + SQLDB
http://www.ibm.com/developerworks/cloud/library/cl-math-app/index.html
12 © 2015 IBM Corporation
Tutorials and Examples (3/5)
- EXAMPLE: Java EE + Session Cache + SQLDB + Auto Scaling
http://www.ibm.com/developerworks/cloud/library/cl-cloudtrader-app/index.html
- EXAMPLE: Java EE + Cloudant NoSQL
https://developer.ibm.com/bluemix/2014/07/08/cloudant_on_bluemix
- EXAMPLE: Java EE + dashDB (Data Mining)
http://www.ibm.com/developerworks/library/bd-dataminingblu-app
- EXAMPLE: Java EE + App User Registry + MongoDB
http://www.ibm.com/developerworks/cloud/library/cl-oauthregistry-app/index.html
- EXAMPLE: Java EE + MQ Light
https://developer.ibm.com/messaging/2014/09/25/getting-started-j2ee-apps-mq-light-bluemix
- HOW-TO: Java EE + Spring + MySQL
http://linkis.com/developer.ibm.com/bl/FBZMm
13 © 2015 IBM Corporation
Tutorials and Examples (4/5)
- EXAMPLE: Python with custom buildpack
http://blog.4loeser.net/2014/06/some-fun-with-bluemix-cloud-foundry.html
- EXAMPLE: Python with Pyramid, SQLAlchemy and SQLDB
https://www.ibm.com/developerworks/cloud/library/cl-chatapp-bluemix-app
- EXAMPLE: Go with custom buildpack
http://www.ibm.com/developerworks/cloud/library/cl-bluemix-go-app
- EXAMPLE: Node.js + Watson Questions and Answers
www.ibm.com/developerworks/cloud/library/cl-watson-films-bluemix-app/index.html
- EXAMPLE: Node-RED + Twitter + Watsion Questions and Answers
http://www.ibm.com/developerworks/cloud/library/cl-twitterbot-watson-bluemix-app/index.html
- CLOUD INTEGRATION API
https://www.ng.bluemix.net/docs/#services/CloudIntegration/index-gentopic3.html#cloudint_create_CIservice
- GETTING STARTED WITH DOCKER
https://developer.ibm.com/bluemix/2014/12/04/ibm-containers-beta-docker
14 © 2015 IBM Corporation
Tutorials and Examples (5/5)
- GAME EXAMPLE: JavaEE, Cloudant and Single Sign-On
http://www.ibm.com/developerworks/cloud/library/cl-multiservicegame-app
- GAME EXAPLE: Node.js, Cloudant and Oculus Rift
http://www.ibm.com/developerworks/cloud/library/cl-oculus-app
- USING CLOUDANT WITH NODE.JS
https://docs.cloudant.com/using-cloudant-with/nodejs.html
- MQ Light
https://developer.ibm.com/messaging/mq-light
https://developer.ibm.com/messaging/mq-light/docs
https://developer.ibm.com/messaging/mq-light/getting-started-mq-light
- IBM Mobile Cloud Services SDK Developer Guide
http://mbaas-gettingstarted.ng.bluemix.net
15 © 2015 IBM Corporation
Gamification Documentation and Examples
Gamification Service Documentation
https://www.ng.bluemix.net/docs/#services/Gamification/index.html#gamification
Gamification REST API:
http://gs.ng.bluemix.net/index.html
Gamification SDK for Node.js:
https://hub.jazz.net/project/bioflash/gamiRESTClient/overview
Gamification Examples:
https://hub.jazz.net/project/bioflash/HelloGami/overview
https://hub.jazz.net/project/bioflash/GamifyPollApp/overview
https://hub.jazz.net/project/jstart/payrewards/overview

More Related Content

PDF
IBM Bluemix saves the game
 
PDF
SAPTechED 2015 UX114 -Building custom SAP Fiori Apps Using SAP Web IDE
PDF
Who Does What? Mapping Cloud Foundry Activities and Entitlements to IT Roles
PDF
Ten Minutes Bluemix Pitch from Dev to Dev
PPTX
Bootstrap4XPages - an introduction
PPTX
IBM Bluemix Overview
PDF
Bluemix presentation IBM Cloud Briefing in San Jose
PDF
Integrating BlueMix into a DevOps pipeline
IBM Bluemix saves the game
 
SAPTechED 2015 UX114 -Building custom SAP Fiori Apps Using SAP Web IDE
Who Does What? Mapping Cloud Foundry Activities and Entitlements to IT Roles
Ten Minutes Bluemix Pitch from Dev to Dev
Bootstrap4XPages - an introduction
IBM Bluemix Overview
Bluemix presentation IBM Cloud Briefing in San Jose
Integrating BlueMix into a DevOps pipeline

What's hot (20)

PDF
12 Factor, or Cloud Native Apps - What EXACTLY Does that Mean for Spring Deve...
PDF
IBM Bluemix & IoT Foundation
PPTX
Micro services, reactive manifesto and 12-factors
PDF
IBM Enterprise Social Solutions on Bluemix (XPages and Connections)
PDF
Beyond 12 Factor - Developing Cloud Native Applications
PDF
The Twelve-Factor App
PDF
IBM Connect 2014 - AD206 - Build Apps Rapidly by Leveraging Services from IBM...
PDF
Cloud Foundry Summit 2015: A Year of Innovation: Cloud Foundry Lessons Learned
PPT
Bluemix and DevOps workshop lab
PDF
IBM Bluemix on the go - Giulio Santoli (Mobility Hackathon)
 
PPTX
IBM Bluemix Demo with Anki Overdrive Cars
PDF
The 12 Factors for Building Cloud-Native Software
PDF
Tools and Recipes to Replatform Monolithic Apps to Modern Cloud Environments
PPTX
Achieving Developer Nirvana With Codename: BlueMix
PDF
Lattice: A Cloud-Native Platform for Your Spring Applications
PDF
Cloud Foundry Summit 2015: Leaving your Comfort Zone - Garmin and Cloud Foundry
PDF
Measure and Increase Developer Productivity with Help of Serverless at Server...
PDF
IBM Bluemix - The Cloud Platform Java Developers have been looking for
PDF
Get over the Cloud with Bluemix
PPTX
Empowering DevOps with Cloud Foundry
12 Factor, or Cloud Native Apps - What EXACTLY Does that Mean for Spring Deve...
IBM Bluemix & IoT Foundation
Micro services, reactive manifesto and 12-factors
IBM Enterprise Social Solutions on Bluemix (XPages and Connections)
Beyond 12 Factor - Developing Cloud Native Applications
The Twelve-Factor App
IBM Connect 2014 - AD206 - Build Apps Rapidly by Leveraging Services from IBM...
Cloud Foundry Summit 2015: A Year of Innovation: Cloud Foundry Lessons Learned
Bluemix and DevOps workshop lab
IBM Bluemix on the go - Giulio Santoli (Mobility Hackathon)
 
IBM Bluemix Demo with Anki Overdrive Cars
The 12 Factors for Building Cloud-Native Software
Tools and Recipes to Replatform Monolithic Apps to Modern Cloud Environments
Achieving Developer Nirvana With Codename: BlueMix
Lattice: A Cloud-Native Platform for Your Spring Applications
Cloud Foundry Summit 2015: Leaving your Comfort Zone - Garmin and Cloud Foundry
Measure and Increase Developer Productivity with Help of Serverless at Server...
IBM Bluemix - The Cloud Platform Java Developers have been looking for
Get over the Cloud with Bluemix
Empowering DevOps with Cloud Foundry
Ad

Viewers also liked (14)

PDF
Codemotion Rome 2015 IBM Bluemix and Docker
 
PDF
Codemotion Milano 2014 - IBM Internet of Things - Giulio Santoli
 
PPTX
IBM Technical Days - Bluemix-2_final
PDF
InterConnect2015 ICP3222 A MDD Approach to Agile Development of IoT Applications
 
PPT
IBM Bluemix @Codemotion
PDF
IBM Business Connect 2015 - Bluemix Overview
 
PDF
IBM Blue Mix - Cloud e Watson nella fonderia IBM
PPTX
Ibm bluemix tracking&tracing use case implementation
PPTX
Microservices and IBM Bluemix meetup presentation
PDF
100 blue mix days technical training
PDF
IBM Bluemix hands on
PPTX
Bluemix Technical Overview
PDF
Natural Language Classifier - Handbook (IBM)
PDF
IBM BlueMix Architecture and Deep Dive (Powered by CloudFoundry)
Codemotion Rome 2015 IBM Bluemix and Docker
 
Codemotion Milano 2014 - IBM Internet of Things - Giulio Santoli
 
IBM Technical Days - Bluemix-2_final
InterConnect2015 ICP3222 A MDD Approach to Agile Development of IoT Applications
 
IBM Bluemix @Codemotion
IBM Business Connect 2015 - Bluemix Overview
 
IBM Blue Mix - Cloud e Watson nella fonderia IBM
Ibm bluemix tracking&tracing use case implementation
Microservices and IBM Bluemix meetup presentation
100 blue mix days technical training
IBM Bluemix hands on
Bluemix Technical Overview
Natural Language Classifier - Handbook (IBM)
IBM BlueMix Architecture and Deep Dive (Powered by CloudFoundry)
Ad

Similar to IBM Bluemix Tech Meetup 18-02-2015 (20)

PPTX
fiu-cloud-hackathon-lec1-v6
PPTX
Applying lean, dev ops, and cloud for better business outcomes
PPTX
Bluemix summary
PDF
IBM Bluemix Hackathon Accelerator
 
PPTX
Applying DevOps, PaaS and cloud for better citizen service outcomes - IBM Fe...
PDF
Ibm bluemix paris_techtalks 2015
PPT
Enabling DevOps in the cloud - Federal Cloud Innovation Center
PPTX
The twelve factor app
PDF
Cloud Foundry May 1 2014
PPTX
How to deploy machine learning models into production
PDF
Building Cloud-Enabled Cross-Platform Mobile Apps in C# with Azure App Services
PDF
D-DAY 2015 Hybrid Cloud IBM
PDF
Nordics IBM Mobile Foundation Integration in Action
PDF
Cloud-enabling the Next Generation of Mobile Apps
PPT
IBM Bluemix Talk at University College Cork (UCC)
PDF
Bluemix overview - Rencontres Ecole Centrale et Supelec avec IBM France Lab -...
PPTX
Perth DevOps Meetup - Introducing the IBM Innovation Lab - 12112015
PDF
Platform as a Service - Cloud Foundry and IBM Bluemix
PPTX
Dev ops
PPTX
FIU cloud-hackathon-lec1
fiu-cloud-hackathon-lec1-v6
Applying lean, dev ops, and cloud for better business outcomes
Bluemix summary
IBM Bluemix Hackathon Accelerator
 
Applying DevOps, PaaS and cloud for better citizen service outcomes - IBM Fe...
Ibm bluemix paris_techtalks 2015
Enabling DevOps in the cloud - Federal Cloud Innovation Center
The twelve factor app
Cloud Foundry May 1 2014
How to deploy machine learning models into production
Building Cloud-Enabled Cross-Platform Mobile Apps in C# with Azure App Services
D-DAY 2015 Hybrid Cloud IBM
Nordics IBM Mobile Foundation Integration in Action
Cloud-enabling the Next Generation of Mobile Apps
IBM Bluemix Talk at University College Cork (UCC)
Bluemix overview - Rencontres Ecole Centrale et Supelec avec IBM France Lab -...
Perth DevOps Meetup - Introducing the IBM Innovation Lab - 12112015
Platform as a Service - Cloud Foundry and IBM Bluemix
Dev ops
FIU cloud-hackathon-lec1

More from gjuljo (20)

PPTX
Azure deployments and ARM templates
 
PDF
Azure Monitoring Overview
 
PDF
Going serverless with azure functions
 
PPTX
Microsoft Azure Technical Overview
 
PDF
Chatbot development workshop with the Microsoft Bot Framework
 
PDF
Bot Revolution lab at Codemotion Milan 2016
 
PDF
DevOps in the Cloud with Microsoft Azure
 
PDF
Microservices Architecture: Labs
 
PDF
Microservices Architectures: Become a Unicorn like Netflix, Twitter and Hailo
 
PDF
FORUM PA 2015 - Microservices with IBM Bluemix
 
PDF
IBM Bluemix Introdution for Hackathons
 
PPTX
IBM Bluemix and the Internet of Things - Workshop
 
PDF
Codemotion Rome 2015 Bluemix Lab Tutorial
 
PPT
Codemotion Rome 2015 - Microservices with IBM Bluemix and DevOps Services
 
PDF
Hybrid Cloud with IBM Bluemix, Docker and Open Stack
 
PDF
Codemotion Milano 2014 - IBM Keynote - Giulio Santoli
 
PDF
IBM Rhapsody and MATLAB/Simulink
 
PDF
Continuous Engineering with IBM Rational RELM
 
PDF
IBM Rhapsody Code Generation Customization
 
PDF
IBM Rational Rhapsody and Qt Integration
 
Azure deployments and ARM templates
 
Azure Monitoring Overview
 
Going serverless with azure functions
 
Microsoft Azure Technical Overview
 
Chatbot development workshop with the Microsoft Bot Framework
 
Bot Revolution lab at Codemotion Milan 2016
 
DevOps in the Cloud with Microsoft Azure
 
Microservices Architecture: Labs
 
Microservices Architectures: Become a Unicorn like Netflix, Twitter and Hailo
 
FORUM PA 2015 - Microservices with IBM Bluemix
 
IBM Bluemix Introdution for Hackathons
 
IBM Bluemix and the Internet of Things - Workshop
 
Codemotion Rome 2015 Bluemix Lab Tutorial
 
Codemotion Rome 2015 - Microservices with IBM Bluemix and DevOps Services
 
Hybrid Cloud with IBM Bluemix, Docker and Open Stack
 
Codemotion Milano 2014 - IBM Keynote - Giulio Santoli
 
IBM Rhapsody and MATLAB/Simulink
 
Continuous Engineering with IBM Rational RELM
 
IBM Rhapsody Code Generation Customization
 
IBM Rational Rhapsody and Qt Integration
 

Recently uploaded (20)

PDF
Upgrade and Innovation Strategies for SAP ERP Customers
PPTX
Introduction to Artificial Intelligence
PDF
Adobe Illustrator 28.6 Crack My Vision of Vector Design
PPT
Introduction Database Management System for Course Database
PDF
Wondershare Filmora 15 Crack With Activation Key [2025
PDF
System and Network Administraation Chapter 3
PDF
PTS Company Brochure 2025 (1).pdf.......
PDF
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
PPTX
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
PPTX
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
PDF
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
PDF
Which alternative to Crystal Reports is best for small or large businesses.pdf
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
PDF
Odoo Companies in India – Driving Business Transformation.pdf
PDF
Understanding Forklifts - TECH EHS Solution
PDF
Navsoft: AI-Powered Business Solutions & Custom Software Development
PDF
2025 Textile ERP Trends: SAP, Odoo & Oracle
PDF
Flood Susceptibility Mapping Using Image-Based 2D-CNN Deep Learnin. Overview ...
PDF
Digital Strategies for Manufacturing Companies
PPTX
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
 
Upgrade and Innovation Strategies for SAP ERP Customers
Introduction to Artificial Intelligence
Adobe Illustrator 28.6 Crack My Vision of Vector Design
Introduction Database Management System for Course Database
Wondershare Filmora 15 Crack With Activation Key [2025
System and Network Administraation Chapter 3
PTS Company Brochure 2025 (1).pdf.......
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
Which alternative to Crystal Reports is best for small or large businesses.pdf
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
Odoo Companies in India – Driving Business Transformation.pdf
Understanding Forklifts - TECH EHS Solution
Navsoft: AI-Powered Business Solutions & Custom Software Development
2025 Textile ERP Trends: SAP, Odoo & Oracle
Flood Susceptibility Mapping Using Image-Based 2D-CNN Deep Learnin. Overview ...
Digital Strategies for Manufacturing Companies
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
 

IBM Bluemix Tech Meetup 18-02-2015

  • 1. 1 Codemotion Tech Meetup February 28, 2015 Rome Meet IBM Bluemix up ibm.biz/Bluemix2015 @gjuljo
  • 2. 2 © 2015 IBM Corporation Today we play with
 IBM Bluemix Golang https://hub.jazz.net/project/gsantoli/hellogin-start/overview
  • 3. 3 © 2015 IBM Corporation Cloud Service Models Networking Networking Networking Networking Storage Storage Storage Storage Servers Servers Servers Servers Virtualization Virtualization Virtualization Virtualization O/S O/S O/S O/S Middleware Middleware Middleware Middleware Runtime Runtime Runtime Runtime Data Data Data Data Applications Applications Applications Applications Traditional On-Premises Infrastructure as a Service Platform as a Service Software as a Service ClientManages VendorManagesinCloud VendorManagesinCloud VendorManagesinCloud ClientManages ClientManages Customization; higher costs; slower time to value Standardization; lower costs; faster time to value IBM Bluemixℱ
  • 4. 4 © 2015 IBM Corporation IBM Bluemix DevOps Services 1. Agile development, tracking & collaboration 2. Use your favorite tool or web IDE 6. Continuously deliver 8. Get instantaneous feedback from mobile apps 7. Manage and monitor your app’ performance 4. Continuously integrate your code Agile Planning 5. Scan your app for vulnerabilities Jazz SCM Hosted Git Web IDE Delivery Pipeline AppScan Mobile & Web Continous Integration Mobile Quality Monitoring and Analytics Operate Develop/ Test Deploy Steer DevOps Services Eclipse Sublime 3. Use the repo you like Auto Scaling Github
  • 5. 5 © 2015 IBM Corporation Deployment Scenarios: cf push DevOps ServicesBluemix cf push
  • 6. 6 © 2015 IBM Corporation Deployment Scenarios: “full web” Bluemix deploy (manual) DevOps Services
  • 7. 7 © 2015 IBM Corporation Deployment Scenarios: git push Bluemix git push deploy (automatic) DevOps Services
  • 8. 8 Bluemix works. Start a free trial today ibm.biz/Bluemix2015
  • 9. 9 © 2015 IBM Corporation Bluemix Docs and References - BLUEMIX DOCS https://www.ng.bluemix.net/docs https://developer.ibm.com/bluemix - PREREQUISITES AND DOWNLOAD https://developer.ibm.com/bluemix/support/#prereqs https://www.ng.bluemix.net/docs/#starters/BuildingWeb.html#building_web - COMMAND LINE AND VCAP_SERVICES ENVIRONMENT VARIABLE https://www.ng.bluemix.net/docs/#cli/index.html#cli http://docs.cloudfoundry.org/devguide/deploy-apps/environment-variable.html - MANIFEST GUIDE (manifest.yml) http://docs.cloudfoundry.org/devguide/deploy-apps/manifest.html - BUILDPACK FROM CLOUD FOUNDRY COMMUNITY https://github.com/cloudfoundry-community/cf-docs-contrib/wiki/Buildpacks
  • 10. 10 © 2015 IBM Corporation Tutorials and Examples (1/5) - TUTORIAL: Build your first App in Node.js 1) https://www.youtube.com/watch?v=GRQnwVhYeWU 2) https://www.youtube.com/watch?v=-WsIjAdGeHQ 3) https://www.youtube.com/watch?v=S_tcicKXW1A - TUTORIAL: Mobile Data + Push Notification + Node.js 1) http://www.ibm.com/developerworks/mobile/library/mo-android-mobiledata-app/index.html 2) http://www.ibm.com/developerworks/library/mo-android-push-app/index.html - TUTORIAL: Creating your first app with IBM Rapid Apps for Bluemix https://www.youtube.com/watch?v=-0TSBDjeDyA
  • 11. 11 © 2015 IBM Corporation Tutorials and Examples (2/5) - EXAMPLE MOBILE APP: Cordova + Push Nofitication http://www.ibm.com/developerworks/mobile/library/mo-push-apache-cordova-app - EXAMPLE MEAN STACK (MongoDB, Express, AngularJS, Node.js) http://www.ibm.com/developerworks/web/library/wa-nodejs-polling-app/index.html - EXAMPLE: MobileFirst for iOS 8 + Cloudant + CocoaPods http://www.ibm.com/developerworks/library/mo-mfp-ios8-app/ - EXAMPLE: Node.js + Data Chace + Monitoring and Analytics (Express, Jade, Bootstrap, Font Awesome, jQuery, Google Analytics, request, cheerio, async) http://www.ibm.com/developerworks/cloud/library/cl-situational-app/index.html - EXAMPLE: Node.js + MQ Light https://developer.ibm.com/messaging/2014/09/25/getting-started-node-js-mq-light-apps-bluemix - EXAMPLE: Node.js + Twilio https://developer.ibm.com/bluemix/2015/02/09/getting-started-twilio-ibm-bluemix - EXAMPLE: Node.js + SQLDB http://www.ibm.com/developerworks/cloud/library/cl-math-app/index.html
  • 12. 12 © 2015 IBM Corporation Tutorials and Examples (3/5) - EXAMPLE: Java EE + Session Cache + SQLDB + Auto Scaling http://www.ibm.com/developerworks/cloud/library/cl-cloudtrader-app/index.html - EXAMPLE: Java EE + Cloudant NoSQL https://developer.ibm.com/bluemix/2014/07/08/cloudant_on_bluemix - EXAMPLE: Java EE + dashDB (Data Mining) http://www.ibm.com/developerworks/library/bd-dataminingblu-app - EXAMPLE: Java EE + App User Registry + MongoDB http://www.ibm.com/developerworks/cloud/library/cl-oauthregistry-app/index.html - EXAMPLE: Java EE + MQ Light https://developer.ibm.com/messaging/2014/09/25/getting-started-j2ee-apps-mq-light-bluemix - HOW-TO: Java EE + Spring + MySQL http://linkis.com/developer.ibm.com/bl/FBZMm
  • 13. 13 © 2015 IBM Corporation Tutorials and Examples (4/5) - EXAMPLE: Python with custom buildpack http://blog.4loeser.net/2014/06/some-fun-with-bluemix-cloud-foundry.html - EXAMPLE: Python with Pyramid, SQLAlchemy and SQLDB https://www.ibm.com/developerworks/cloud/library/cl-chatapp-bluemix-app - EXAMPLE: Go with custom buildpack http://www.ibm.com/developerworks/cloud/library/cl-bluemix-go-app - EXAMPLE: Node.js + Watson Questions and Answers www.ibm.com/developerworks/cloud/library/cl-watson-films-bluemix-app/index.html - EXAMPLE: Node-RED + Twitter + Watsion Questions and Answers http://www.ibm.com/developerworks/cloud/library/cl-twitterbot-watson-bluemix-app/index.html - CLOUD INTEGRATION API https://www.ng.bluemix.net/docs/#services/CloudIntegration/index-gentopic3.html#cloudint_create_CIservice - GETTING STARTED WITH DOCKER https://developer.ibm.com/bluemix/2014/12/04/ibm-containers-beta-docker
  • 14. 14 © 2015 IBM Corporation Tutorials and Examples (5/5) - GAME EXAMPLE: JavaEE, Cloudant and Single Sign-On http://www.ibm.com/developerworks/cloud/library/cl-multiservicegame-app - GAME EXAPLE: Node.js, Cloudant and Oculus Rift http://www.ibm.com/developerworks/cloud/library/cl-oculus-app - USING CLOUDANT WITH NODE.JS https://docs.cloudant.com/using-cloudant-with/nodejs.html - MQ Light https://developer.ibm.com/messaging/mq-light https://developer.ibm.com/messaging/mq-light/docs https://developer.ibm.com/messaging/mq-light/getting-started-mq-light - IBM Mobile Cloud Services SDK Developer Guide http://mbaas-gettingstarted.ng.bluemix.net
  • 15. 15 © 2015 IBM Corporation Gamification Documentation and Examples Gamification Service Documentation https://www.ng.bluemix.net/docs/#services/Gamification/index.html#gamification Gamification REST API: http://gs.ng.bluemix.net/index.html Gamification SDK for Node.js: https://hub.jazz.net/project/bioflash/gamiRESTClient/overview Gamification Examples: https://hub.jazz.net/project/bioflash/HelloGami/overview https://hub.jazz.net/project/bioflash/GamifyPollApp/overview https://hub.jazz.net/project/jstart/payrewards/overview