SlideShare a Scribd company logo
1 of 14
Download to read offline
Ditch Your Desktop!
Lead Your Team into Cloud
Computing!
A Grace Hopper Celebration of Women in Computing Workshop
http://ibm.biz/ghc15-workbook
Lauren Schaefer
@Lauren_Schaefer
10/14/15
#ghc15
#DitchYourDesktop
1
Table of Contents
The App Revolution, Cloud Computing, & Platforms as a Service .............................................................................2
Software as a Service..................................................................................................................................................5
DevOps .................................................................................................................................................................... 10
2
The App Revolution, Cloud Computing, & Platforms as a Service
Learn this!
1. The app revolution fundamentally changes the way we interact with technology.
2. Cloud services can remove pain: Infrastructure as a Service (removes some pain), Platform as a
Service (removes more pain), and Software as a Service (removes the most pain).
3. Platforms as a service allow you to focus on your app—not the infrastructure behind it.
4. Platforms as a service typically provide a command line client and/or user interface for
deploying apps.
5. Platforms as a service typically have services like databases, auto-scaling, and load balancing
that make creating and managing apps easier.
Try this!
1. Sign Up for IBM Bluemix and IBM Bluemix DevOps Services
We’ll begin by signing up for IBM Bluemix (a PaaS) and IBM Bluemix DevOps Services (a SaaS).
a. Navigate to http://ibm.biz/ghc-bluemix and sign up.
Note: Be sure to use an e-mail address to which you currently have access as you will
need to confirm your account.
b. As part of the Bluemix registration process, you will receive an e-mail asking you to
confirm your account. If you do not confirm, you are not registered. If you do not
receive a confirmation e-mail, send an email to id@bluemix.net.
c. Navigate to http://ibm.biz/ghc-devops.
d. Click LOG IN.
e. Authenticate with the IBM id you created in the step above.
f. Input an alias and click Finish.
g. Click Continue.
2. Deploy an app on a PaaS
Now that you’re signed up, let’s create an app! In this section, you’ll deploy a Bluemix
Boilerplate (sample app) to quickly get an app running on Bluemix. The app leverages the
Watson Personality Insights Service (remember Watson – the supercomputer that competed on
Jeopardy?) and the Monitoring and Analytics service to analyze the personality traits of an
author.
a. Deploy an app
3
i. Navigate to http://ibm.biz/ghc-bluemix.
ii. Log in if you are not already authenticated.
iii. Click CATALOG in the top navigation bar.
Hint: you may need to open the top menu if CATALOG is not already visible.
iv. In the Boilerplates section, click Personality Insights Node.js Web Starter.
Note: Be sure to click the Node.js Web Starter and NOT the Java Web Starter.
v. Information about the boilerplate will be displayed. Note that the boilerplate
leverages the Watson Personality Insights Service and the Monitoring and
Analytics service. This means that the application code doesn’t have to handle
analyzing personality insights—it gets that functionality directly from the
services hosted on Bluemix.
vi. Input a name for your app.
vii. The Host field will automatically be filled for you based on the name you input.
The host is what will go before “mybluemix.net” in your app’s url. Therefore,
the host you choose needs to be unique across all apps hosted on Bluemix, so
be creative.
viii. Click CREATE.
ix. Bluemix will deploy the app for you. Typically, this takes a minute or two.
When your app has finished deploying, “Your app is running” will be displayed.
How easy was that? You just deployed an app to a PaaS in only a few minutes!
b. Try out your app
Now that your app is deployed, let’s check it out!
i. Click the link beside “Your app is running” to navigate to your app.
ii. The app includes default text from Moby Dick. Click Analyze.
4
iii. Personality traits about Moby Dick’s author, Herman Melville, are displayed.
Tweet this!
 Just deployed an app to the cloud in minutes by leveraging a #PaaS. Check it out: [insert link to
your app] #DitchYourDesktop #ghc15
Get creative
 In Bluemix, navigate to the Catalog. Explore the various boilerplates, runtimes, and services.
Brainstorm apps you could rapidly create by leveraging these assets. Note your ideas here, on
your blog, or on Twitter.
 Use your new app to analyze the personality of various authors. Consider analyzing text from
your favorite blogger, your local newspaper, or your manager’s e-mail!
Additional resources
 The Mobile Apps Revolution is Here to Stay http://www.computerworlduk.com/in-
depth/applications/3536724/the-mobile-apps-revolution-is-here-to-stay/
 Mobile App Revolution Rivals Industrial Revolution
http://www.cio.com/article/2380501/mobile/mobile-app-revolution-rivals-industrial-
revolution.html
 The Mobile App Revolution: What’s Holding You Back?
http://blogs.salesforce.com/company/2013/06/mobile-app-revolution.html
 Computerworld Forecast Study 2015 http://www.idgenterprise.com/report/computerworld-
forecast-study-2015
 MQTT Starfighter, JazzHub, Bluemix and live Scaling Out
https://www.youtube.com/watch?v=b9hkCHmH7H4
 Transforming Enterprise Cloud Services
http://books.google.com/books?id=yyiPyIXgbxMC&pg=PA55#v=onepage&q&f=false
5
Software as a Service
Learn this!
 Leveraging software as a service that works well with the platform as a service of your choice
can greatly speed up your software delivery lifecycle.
 Coding in the cloud can be easy as working locally on your desktop. Plus, you may not even
have to set up a development environment!
Try this!
1. Create a DevOps Services project for your app
Right now, your app is deployed on Bluemix. You probably want to do more with your app like
plan changes to your app, edit your app’s code, manage your app’s code in source control, and
maybe even setup a DevOps delivery pipeline. This workshop is all about ditching your desktop,
so we’re going to do all of those things in the cloud!
We’ll begin by creating a DevOps Services project that is associated with your app.
a. Create a DevOps Services project
i. On the Bluemix page that has a link to your running app, scroll down and click
VIEW APP OVERVIEW.
Hint: If you previously closed the page or navigated away, don’t worry.
Navigate to http://ibm.biz/ghc-bluemix, log in if you’re not already
authenticated, open the DASHBOARD, and click the tile for your app in the
Applications section.
ii. Click ADD GIT.
iii. In the Create Git Repository dialog, ensure the Populate the repo with the
starter app package and enable the Build & Deploy pipeline box is checked and
click CONTINUE.
Bluemix will create a new DevOps Services project for your app. The project will
include a Git repository that has a copy of your app’s code and have a tracking
and planning capability you can use to organize your work. The project will also
have a Build & Deploy pipeline, which we’ll use in the final portion of this
workshop.
6
iv. Once the Git repository has been successfully created, click CLOSE.
2. Plan tasks to update your app
When working with teammates or even by yourself, organizing your ideas into tasks and user
stories and then organizing those tasks and user stories into a plan can be incredibly valuable.
a. Open Track & Plan
i. Open the project you created in the previous section by navigating to
http://ibm.biz/ghc-devops, signing in if you're not already authenticated, and
clicking on your project on the My Projects page.
ii. Click the gear icon ( ) in the upper-right corner to open the Project Settings
page.
iii. Click OPTIONS.
iv. On the page that loads, select the Enable Track & Plan checkbox (if it is not
already enabled) and click SAVE.
v. Click TRACK & PLAN in the upper-right corner. The Track & Plan section is your
place to organize your ideas.
vi. If the Welcome to Track & Plan dialog is displayed, review it and click Close.
b. Create work items in your backlog
A work item is a generic term for any type of work you want to track. Work items can
be of type user story, task, defect, among others.
i. On the left pane, click Backlog.
ii. On the right pane, type the following in the Create a work item… field: Update
the sample text to something more modern.
iii. By default, the work item type is set to Task.
iv. In the icon bar below, click the Owned By ( ) icon and select your username.
v. Click CREATE.
vi. Repeat Steps 2-5 to create work items for the following stories:
1. Change the shades of blue in the UI to be shades
of pink.
2. Add a “Customized By…” line at the bottom of the
app’s home page.
c. Plan your work
Now that you have filled your backlog with tasks, it's time to plan your first sprint.
i. On the left pane, click Sprint Planning. A sprint represents a period of time.
7
ii. Click Add Sprints.
iii. Configure the sprints so you have at least two and click Create.
iv. In the Backlog tile of the Sprint Planning page (the page you’re currently
viewing), rearrange your stories so they are in a ranked order by dragging and
dropping them. Put Add a “Customized By…” line at the
bottom of the app’s home page as the top item in the list.
v. Click the Sprint 1 dropbdown box and select Sprint 1 so that Sprint 1 appears to
the right of the backlog.
Hint: You may need to select Sprint 2 and then select Sprint 1 in order for the
sprint to appear.
vi. Assume you have time to complete one task per sprint. Drag the topmost item
in the list to Sprint 1 (on the right).
vii. In the sprint dropdown box, select Sprint 2.
viii. Drag the new top most item to Sprint 2.
d. Track your work
You’ve planned your first two sprints (easy, right?), so let’s start Sprint 1!
i. In the sprint dropdown box, select Sprint 1.
ii. In the Sprint 1 section, click the Status: New icon ( ) for the story planned
for Sprint 1.
iii. In the Status dialog, click Start Working.
iv. Note the task ID for your task because you will need it later in this workshop.
3. Implement the task
Next, implement the task Add a “Customized By…” line at the bottom of
the app’s home page. You might be thinking, “Oh no! I need to code, and I don’t have
an IDE currently installed on my device.” Don’t worry – we’re going to code in the cloud! (For
those of you who love coding in your favorite IDE, that’s totally cool. It’s easy to connect to your
project’s Git repository, but we won’t get into how to do that here.)
i. Click EDIT CODE in the upper-right. The web IDE will load.
ii. In the toolbar, toggle on Live Edit (it may take a moment for the option to be
displayed).
iii. Click OK in the confirmation dialog.
Live Edit is a handy feature that will automatically deploy changes you make to
your app. It makes coding in the cloud as fast and easy as coding on your
8
desktop.
Changes that you make to static files (for example, Jade or CSS files) are
reflected almost instantaneously in your deployed app. To deploy changes to
Node.js modules, you must do a fast app restart (not a full redeploy) because
the server caches Node.js modules in memory. You can do a fast app restart by
clicking the Restart button ( ) in the toolbar.
iv. In the code navigation pane, expand Views and click index.jade.
v. At the end of line 43, create a new line, begin typing at the beginning of the line
(you may need to delete several spaces that are added by default for you), add 4
spaces, and type the following: div.col-xs-12 Customized by [YOUR
NAME HERE].
vi. Ensure that Live Edit has finished enabling by waiting for the green status dot to
appear: .
vii. Switch to the tab or window that has your running app and refresh the page.
Notice that your new line of text is at the bottom of the page!
4. Complete the task
To indicate that you have finished your task, mark your task as complete.
i. In the Web IDE, click TRACK & PLAN in the upper-right corner.
Hint: You may need to make your browser wider in order to see the button.
ii. In the right pane, find your task associated with the “Customized By…” feature,
and click the Status: In Progress icon ( ).
iii. Click Complete.
iv. In the right pane, scroll right until you see the RESOLVED section. Notice that
your task is now marked done.
Tweet this!
 Kicking off #ghc15 by getting #SaaS-y at the #DitchYourDesktop workshop with
@Lauren_Schaefer [Feeling extra sassy? Include a selfie of you looking sassy!]
Get creative
 Invite a friend to join your project. Navigate to your project's home page, click Members, and
invite a friend to join.
 Create new work items for features you’d like to implement or defects you find.
 Implement some of the work items you created.
9
Additional resources
 Managing Distributed Teams
https://www.scrumalliance.org/community/articles/2013/july/managing-distributed-
teams.aspx
 So Long Scrum, Hello Kanban https://stormpath.com/blog/so-long-scrum-hello-kanban/
 Rapidly create a Node.js app using a Bluemix boilerplate and DevOps Services
http://www.ibm.com/developerworks/library/d-bluemix-devops90/
10
DevOps
Learn this!
 DevOps aims to get software released faster and more frequently by bridging the gaps between
various teams supporting the software.
 Deployment automation is one of the keys to a successful DevOps approach.
Try this!
You can configure a multi-stage build and deployment pipeline to support your DevOps approach to
software development. In this section, you will configure a builder and a deployment to your
development (dev) space. You could also configure a deployment to a new production space; the
production space would store the app your end users would use. To save time, we won’t configure
a deployment to a production space during this workshop.
1. Open the Pipeline
You can configure a multi-stage build and deployment pipeline to support your DevOps
approach to software development. Note that the pipeline only includes changes that have
been pushed to your project’s repository; changes that are in your workspace in the Web IDE
that have not been pushed to your project’s repository will NOT be deployed as part of the
pipeline.
a. Open the Personality Insights project you created in the previous section by navigating
to DevOps Services (http://ibm.biz/ghc-devops), signing in if you're not already
authenticated, and clicking on your project on the My Projects page.
b. Click BUILD & DEPLOY in the upper-right corner.
2. Investigate the Build Stage
As part of using a Bluemix Boilerplate and choosing to Add Git, a simple delivery pipeline was
created for you. The pipeline has a Build Stage and a Deploy Stage.
a. In the Build Stage tile, click the Stage Configuration icon ( ) and select Configure
Stage.
b. On the JOBS tab, note that the the Builder Type is set to Simple. This app can use the
Simple builder since it does not require a build step (whereas a Java app would require a
build step).
c. On the INPUT tab, note that the Run jobs whenever a change is pushed to Git option is
selected. This means that whenever you or a member of your team pushes code to your
project’s repository, a build will automatically be kicked off for you.
11
d. Click Back to Pipeline.
3. Configure the Deploy Stage
The Deploy Stage deploys to the space that represents your development space. Some might
call this a quality assurance or test space. It is a place where developers can test their code live
in a production quality environment without actually putting it in production. The pipeline is
configured by default to deploy to the same name and url as your existing app. To allow you to
have your own personal deployed app where you can test your changes as well as a shared app
where developers on your team can test the app as part of your DevOps delivery pipeline, we
will update the Deploy Stage configuration to deploy to a new name and url.
a. In the Deploy Stage tile, click the Stage Configuration icon ( ) and select Configure
Stage.
b. Update the Application Name to be a new name that is unique to your Bluemix dev
space.
c. We want your app to deploy to a consistent place where developers on your team will
be able to test their code. In the Script section, after
cf push “${CF_APP}”
add -n whateverYouWantYourUrlToBe.
Note: the url needs to be unique across all Bluemix apps, so be creative.
d. On the INPUT tab, note that the Run jobs when the previous stage is completed option
is selected by default. The pipeline is now configured so that whenever someone
pushes code to your project’s repository, the build step will run, and, if it succeeds, a
deploy to the dev space will be kicked off.
e. Click SAVE.
4. Kick off the pipeline
Now that we have the build pipeline configured, it’s time to try it out! One way to kick off the
pipeline is to manually trigger it by clicking the Run Stage button ( ) in the Build. To
demonstrate the DevOps flow, we’ll instead kick off the pipeline by pushing code to the
project’s Git repository.
a. Click EDIT CODE in the upper right corner.
b. In the leftmost bar of icons, click the Git Repository button ( ).
c. In the box in the Working Directory Changes section, type a comment similar to the
following, being sure to replace 20 with the task ID associated with the task you
created: Added a Customized By line to the home page as
described in work item 20.
d. Select each change in the Working Directory Changes section and click the COMMIT
button.
12
e. In the OUTGOING section, click PUSH.
f. If you are prompted for your committer information, enter it and click OK.
5. Discover the traceability
When you added a comment in your commit that mentioned your task, a link was automatically
created for you between the change and the task.
a. Click TRACK & PLAN in the upper right corner.
b. In the right pane, scroll to the Resolved view if you are not currently viewing your
resolved work items.
c. Click the textual summary of the work item associated with adding the “Customized
By…” line to open it.
d. In the work item, click the Links tab.
e. In the LINKS section, notice that a link was automatically generated for you. Click the
link. The Git Log displays.
f. Observe that you have a summary of the Git commit and its associated work items.
g. Click GIT LOG in the left navigation to see a list of all of your git commits.
6. Observe the delivery pipeline
The build pipeline was triggered when you pushed your changes to the Git repository. Let’s
check its progress!
a. Click BUILD & DEPLOY in the upper right corner.
b. In the Build Stage tile, click View logs and history. Observe the logs and the artifacts
that were generated as part of the build.
c. Click Back to Pipeline.
d. In the Deploy Stage tile, wait until the stage is listed as passed.
e. In the LAST EXECUTION RESULT section, click the url for your app (it may take a moment
for the url to be displayed). Try it out! This is the place where your development team
would run automated and/or manual tests to ensure the app is in good shape.
Tweet this!
 Dove into #DevOps by creating a delivery pipeline for my app. [attach a screenshot of the Build
& Deploy page for your app] #ghc15 #DitchYourDesktop
13
Get creative
 In a full DevOps pipeline, you’ll likely want to deploy to multiple spaces: a development or
quality assurance space, a production space, and more. Configure your pipeline to deploy to a
production space.
Hint: check out this article: http://www.ibm.com/developerworks/cloud/library/cl-intro4-app/.
 Zero downtime deployments are very important to web applications. Design and implement a
strategy to deploy your app to your production space without any downtime.
Hint: check out this article: http://www.ibm.com/developerworks/cloud/library/cl-bluemix-
rollingpipeline/.
Additional resources
 DevOps for Dummies ebook http://ibm.co/devopsfordummies
 Top 10 Practices for Effective DevOps http://www.drdobbs.com/architecture-and-design/top-
10-practices-for-effective-devops/240149363
 Cloud Computing Trends: 2014 State of the Cloud Survey
http://www.rightscale.com/blog/cloud-industry-insights/cloud-computing-trends-2014-state-
cloud-survey
 DevOps Embracing Cloud Services http://www.midsizeinsider.com/en-us/article/devops-
embracing-cloud-services#.VJmrScABg

More Related Content

What's hot

GAE as Android Test Portal. Part 1.
GAE as Android Test Portal. Part 1.GAE as Android Test Portal. Part 1.
GAE as Android Test Portal. Part 1.Åsa Pehrsson
 
Getting Start with React Native
Getting Start with React NativeGetting Start with React Native
Getting Start with React NativeHiroshi Maekawa
 
App Development: Create Cross Platform Mobile App with .NETStandard 2.0
App Development: Create Cross Platform Mobile App with .NETStandard 2.0App Development: Create Cross Platform Mobile App with .NETStandard 2.0
App Development: Create Cross Platform Mobile App with .NETStandard 2.0Marvin Heng
 
warblecamp - twical
warblecamp - twical warblecamp - twical
warblecamp - twical Angus Fox
 
Web Designer to Motion Designer - Generate NYC
Web Designer to Motion Designer - Generate NYCWeb Designer to Motion Designer - Generate NYC
Web Designer to Motion Designer - Generate NYCVal Head
 
Flux: A modern way of doing MVC?
Flux: A modern way of doing MVC?Flux: A modern way of doing MVC?
Flux: A modern way of doing MVC?David Leitner
 
Software Development: Trends and Perspectives
Software Development: Trends and PerspectivesSoftware Development: Trends and Perspectives
Software Development: Trends and PerspectivesSoftheme
 
Azure slots for app deployment the continuous delivery way
Azure slots for app deployment the continuous delivery wayAzure slots for app deployment the continuous delivery way
Azure slots for app deployment the continuous delivery waywale ayandiran
 
Git and Git Workflow Models as Catalysts of Software Development
Git and Git Workflow Models as Catalysts of Software DevelopmentGit and Git Workflow Models as Catalysts of Software Development
Git and Git Workflow Models as Catalysts of Software DevelopmentLemi Orhan Ergin
 
Devnest 110802
Devnest 110802Devnest 110802
Devnest 110802Angus Fox
 
Here are the Most Useful Tools for Mobile App Development
Here are the Most Useful Tools for Mobile App DevelopmentHere are the Most Useful Tools for Mobile App Development
Here are the Most Useful Tools for Mobile App DevelopmentIndianAppDevelopers
 
Microsoft hackathon presentation 2013.02.15
Microsoft hackathon presentation 2013.02.15Microsoft hackathon presentation 2013.02.15
Microsoft hackathon presentation 2013.02.15Andrew Smith
 
Git Branching for Agile Teams
Git Branching for Agile TeamsGit Branching for Agile Teams
Git Branching for Agile TeamsSven Peters
 
Packaging teams solutions(manifest, app studio, packaging)
Packaging teams solutions(manifest, app studio, packaging)Packaging teams solutions(manifest, app studio, packaging)
Packaging teams solutions(manifest, app studio, packaging)Jenkins NS
 
Summit 2015: Mobile App Dev and Content Management with Adobe Experience Manager
Summit 2015: Mobile App Dev and Content Management with Adobe Experience ManagerSummit 2015: Mobile App Dev and Content Management with Adobe Experience Manager
Summit 2015: Mobile App Dev and Content Management with Adobe Experience Managerbrucelefebvre
 
Deploying Apps Heroku
Deploying Apps HerokuDeploying Apps Heroku
Deploying Apps HerokuAjit N K
 
Azure Deployment(Seattle)
Azure Deployment(Seattle)Azure Deployment(Seattle)
Azure Deployment(Seattle)Mithun T. Dhar
 
Git Branching for Agile Teams
Git Branching for Agile Teams Git Branching for Agile Teams
Git Branching for Agile Teams Atlassian
 
CIRCUIT 2015 - Hybrid App Development with AEM Apps
CIRCUIT 2015 - Hybrid App Development with AEM AppsCIRCUIT 2015 - Hybrid App Development with AEM Apps
CIRCUIT 2015 - Hybrid App Development with AEM AppsICF CIRCUIT
 

What's hot (20)

GAE as Android Test Portal. Part 1.
GAE as Android Test Portal. Part 1.GAE as Android Test Portal. Part 1.
GAE as Android Test Portal. Part 1.
 
Getting Start with React Native
Getting Start with React NativeGetting Start with React Native
Getting Start with React Native
 
App Development: Create Cross Platform Mobile App with .NETStandard 2.0
App Development: Create Cross Platform Mobile App with .NETStandard 2.0App Development: Create Cross Platform Mobile App with .NETStandard 2.0
App Development: Create Cross Platform Mobile App with .NETStandard 2.0
 
warblecamp - twical
warblecamp - twical warblecamp - twical
warblecamp - twical
 
Web Designer to Motion Designer - Generate NYC
Web Designer to Motion Designer - Generate NYCWeb Designer to Motion Designer - Generate NYC
Web Designer to Motion Designer - Generate NYC
 
Flux: A modern way of doing MVC?
Flux: A modern way of doing MVC?Flux: A modern way of doing MVC?
Flux: A modern way of doing MVC?
 
Software Development: Trends and Perspectives
Software Development: Trends and PerspectivesSoftware Development: Trends and Perspectives
Software Development: Trends and Perspectives
 
Azure slots for app deployment the continuous delivery way
Azure slots for app deployment the continuous delivery wayAzure slots for app deployment the continuous delivery way
Azure slots for app deployment the continuous delivery way
 
Git and Git Workflow Models as Catalysts of Software Development
Git and Git Workflow Models as Catalysts of Software DevelopmentGit and Git Workflow Models as Catalysts of Software Development
Git and Git Workflow Models as Catalysts of Software Development
 
Devnest 110802
Devnest 110802Devnest 110802
Devnest 110802
 
Here are the Most Useful Tools for Mobile App Development
Here are the Most Useful Tools for Mobile App DevelopmentHere are the Most Useful Tools for Mobile App Development
Here are the Most Useful Tools for Mobile App Development
 
Microsoft hackathon presentation 2013.02.15
Microsoft hackathon presentation 2013.02.15Microsoft hackathon presentation 2013.02.15
Microsoft hackathon presentation 2013.02.15
 
Git Branching for Agile Teams
Git Branching for Agile TeamsGit Branching for Agile Teams
Git Branching for Agile Teams
 
Packaging teams solutions(manifest, app studio, packaging)
Packaging teams solutions(manifest, app studio, packaging)Packaging teams solutions(manifest, app studio, packaging)
Packaging teams solutions(manifest, app studio, packaging)
 
Summit 2015: Mobile App Dev and Content Management with Adobe Experience Manager
Summit 2015: Mobile App Dev and Content Management with Adobe Experience ManagerSummit 2015: Mobile App Dev and Content Management with Adobe Experience Manager
Summit 2015: Mobile App Dev and Content Management with Adobe Experience Manager
 
Deploying Apps Heroku
Deploying Apps HerokuDeploying Apps Heroku
Deploying Apps Heroku
 
Vue Vuex 101
Vue Vuex 101Vue Vuex 101
Vue Vuex 101
 
Azure Deployment(Seattle)
Azure Deployment(Seattle)Azure Deployment(Seattle)
Azure Deployment(Seattle)
 
Git Branching for Agile Teams
Git Branching for Agile Teams Git Branching for Agile Teams
Git Branching for Agile Teams
 
CIRCUIT 2015 - Hybrid App Development with AEM Apps
CIRCUIT 2015 - Hybrid App Development with AEM AppsCIRCUIT 2015 - Hybrid App Development with AEM Apps
CIRCUIT 2015 - Hybrid App Development with AEM Apps
 

Viewers also liked

Girl Scouts Website Designer Badge Seminar - Presentation Slides
Girl Scouts Website Designer Badge Seminar - Presentation SlidesGirl Scouts Website Designer Badge Seminar - Presentation Slides
Girl Scouts Website Designer Badge Seminar - Presentation SlidesLauren Hayward Schaefer
 
How fighting, flaunting, and improvising led me to graph databases
How fighting, flaunting, and improvising led me to graph databasesHow fighting, flaunting, and improvising led me to graph databases
How fighting, flaunting, and improvising led me to graph databasesLauren Hayward Schaefer
 
Intro to IBM Bluemix DevOps Services, an open lab for IBM InterConnect
Intro to IBM Bluemix DevOps Services, an open lab for IBM InterConnectIntro to IBM Bluemix DevOps Services, an open lab for IBM InterConnect
Intro to IBM Bluemix DevOps Services, an open lab for IBM InterConnectLauren Hayward Schaefer
 
Girl Scouts Website Designer Badge Seminar - Workbook
Girl Scouts Website Designer Badge Seminar - WorkbookGirl Scouts Website Designer Badge Seminar - Workbook
Girl Scouts Website Designer Badge Seminar - WorkbookLauren Hayward Schaefer
 
Key Lime Interactive Mood Meter: A Real-Time Satisfaction Meter
Key Lime Interactive Mood Meter: A Real-Time Satisfaction MeterKey Lime Interactive Mood Meter: A Real-Time Satisfaction Meter
Key Lime Interactive Mood Meter: A Real-Time Satisfaction Meterkeylimeinteractive
 
Intro to IBM Bluemix DevOps Services, a Workshop with a Cloudant twist
Intro to IBM Bluemix DevOps Services, a Workshop with a Cloudant twistIntro to IBM Bluemix DevOps Services, a Workshop with a Cloudant twist
Intro to IBM Bluemix DevOps Services, a Workshop with a Cloudant twistLauren Hayward Schaefer
 

Viewers also liked (6)

Girl Scouts Website Designer Badge Seminar - Presentation Slides
Girl Scouts Website Designer Badge Seminar - Presentation SlidesGirl Scouts Website Designer Badge Seminar - Presentation Slides
Girl Scouts Website Designer Badge Seminar - Presentation Slides
 
How fighting, flaunting, and improvising led me to graph databases
How fighting, flaunting, and improvising led me to graph databasesHow fighting, flaunting, and improvising led me to graph databases
How fighting, flaunting, and improvising led me to graph databases
 
Intro to IBM Bluemix DevOps Services, an open lab for IBM InterConnect
Intro to IBM Bluemix DevOps Services, an open lab for IBM InterConnectIntro to IBM Bluemix DevOps Services, an open lab for IBM InterConnect
Intro to IBM Bluemix DevOps Services, an open lab for IBM InterConnect
 
Girl Scouts Website Designer Badge Seminar - Workbook
Girl Scouts Website Designer Badge Seminar - WorkbookGirl Scouts Website Designer Badge Seminar - Workbook
Girl Scouts Website Designer Badge Seminar - Workbook
 
Key Lime Interactive Mood Meter: A Real-Time Satisfaction Meter
Key Lime Interactive Mood Meter: A Real-Time Satisfaction MeterKey Lime Interactive Mood Meter: A Real-Time Satisfaction Meter
Key Lime Interactive Mood Meter: A Real-Time Satisfaction Meter
 
Intro to IBM Bluemix DevOps Services, a Workshop with a Cloudant twist
Intro to IBM Bluemix DevOps Services, a Workshop with a Cloudant twistIntro to IBM Bluemix DevOps Services, a Workshop with a Cloudant twist
Intro to IBM Bluemix DevOps Services, a Workshop with a Cloudant twist
 

Similar to Ditch Your Desktop! Lead Your Team into Cloud Computing! (workbook)

Sentiment Analysis App with DevOps Services
Sentiment Analysis App with DevOps ServicesSentiment Analysis App with DevOps Services
Sentiment Analysis App with DevOps Servicessheetal sharma
 
Progressive Web Application by Citytech
Progressive Web Application by CitytechProgressive Web Application by Citytech
Progressive Web Application by CitytechRitwik Das
 
Qalcwise Introduction to Designer v20160215
Qalcwise Introduction to Designer v20160215Qalcwise Introduction to Designer v20160215
Qalcwise Introduction to Designer v20160215qalcwise
 
Enhance model driven embedded canvas app here is all that you need to know!
Enhance model driven embedded canvas app  here is all that you need to know!Enhance model driven embedded canvas app  here is all that you need to know!
Enhance model driven embedded canvas app here is all that you need to know!Concetto Labs
 
IBM MobileFirst Platform v7.0 POT Offers Lab v1.0
IBM MobileFirst Platform v7.0 POT Offers Lab v1.0IBM MobileFirst Platform v7.0 POT Offers Lab v1.0
IBM MobileFirst Platform v7.0 POT Offers Lab v1.0Banking at Ho Chi Minh city
 
Enhance model driven embedded canvas app here is all that you need to know!
Enhance model driven embedded canvas app  here is all that you need to know!Enhance model driven embedded canvas app  here is all that you need to know!
Enhance model driven embedded canvas app here is all that you need to know!Heli Thakkar
 
Web application development process
Web application development processWeb application development process
Web application development processJohn Smith
 
Creating Mobile Aps without Coding
Creating Mobile Aps without CodingCreating Mobile Aps without Coding
Creating Mobile Aps without CodingJack Molisani
 
Firebase crashlytics integration in iOS swift (dSYM File Required Problem Res...
Firebase crashlytics integration in iOS swift (dSYM File Required Problem Res...Firebase crashlytics integration in iOS swift (dSYM File Required Problem Res...
Firebase crashlytics integration in iOS swift (dSYM File Required Problem Res...InnovationM
 
Qalcwise collaboration workspace intro unit 010 v20160126
Qalcwise collaboration workspace intro unit 010 v20160126Qalcwise collaboration workspace intro unit 010 v20160126
Qalcwise collaboration workspace intro unit 010 v20160126qalcwise
 
Containers Lab
Containers Lab Containers Lab
Containers Lab Dev_Events
 

Similar to Ditch Your Desktop! Lead Your Team into Cloud Computing! (workbook) (20)

Sentiment Analysis App with DevOps Services
Sentiment Analysis App with DevOps ServicesSentiment Analysis App with DevOps Services
Sentiment Analysis App with DevOps Services
 
Homestead demo
Homestead demoHomestead demo
Homestead demo
 
Progressive Web Application by Citytech
Progressive Web Application by CitytechProgressive Web Application by Citytech
Progressive Web Application by Citytech
 
Qalcwise Introduction to Designer v20160215
Qalcwise Introduction to Designer v20160215Qalcwise Introduction to Designer v20160215
Qalcwise Introduction to Designer v20160215
 
CI & CD- mobile application
CI & CD- mobile applicationCI & CD- mobile application
CI & CD- mobile application
 
CI & CD- mobile application
CI & CD- mobile applicationCI & CD- mobile application
CI & CD- mobile application
 
Enhance model driven embedded canvas app here is all that you need to know!
Enhance model driven embedded canvas app  here is all that you need to know!Enhance model driven embedded canvas app  here is all that you need to know!
Enhance model driven embedded canvas app here is all that you need to know!
 
IBM MobileFirst Platform v7.0 POT Offers Lab v1.0
IBM MobileFirst Platform v7.0 POT Offers Lab v1.0IBM MobileFirst Platform v7.0 POT Offers Lab v1.0
IBM MobileFirst Platform v7.0 POT Offers Lab v1.0
 
Enhance model driven embedded canvas app here is all that you need to know!
Enhance model driven embedded canvas app  here is all that you need to know!Enhance model driven embedded canvas app  here is all that you need to know!
Enhance model driven embedded canvas app here is all that you need to know!
 
Web application development process
Web application development processWeb application development process
Web application development process
 
Homestead Weather workshop
Homestead Weather workshopHomestead Weather workshop
Homestead Weather workshop
 
Cloud hub deployment
Cloud hub deploymentCloud hub deployment
Cloud hub deployment
 
Build apps for slack
Build apps for slackBuild apps for slack
Build apps for slack
 
web application.pptx
web application.pptxweb application.pptx
web application.pptx
 
Creating Mobile Aps without Coding
Creating Mobile Aps without CodingCreating Mobile Aps without Coding
Creating Mobile Aps without Coding
 
Firebase crashlytics integration in iOS swift (dSYM File Required Problem Res...
Firebase crashlytics integration in iOS swift (dSYM File Required Problem Res...Firebase crashlytics integration in iOS swift (dSYM File Required Problem Res...
Firebase crashlytics integration in iOS swift (dSYM File Required Problem Res...
 
Qalcwise collaboration workspace intro unit 010 v20160126
Qalcwise collaboration workspace intro unit 010 v20160126Qalcwise collaboration workspace intro unit 010 v20160126
Qalcwise collaboration workspace intro unit 010 v20160126
 
Salesforce.com Lightning
Salesforce.com LightningSalesforce.com Lightning
Salesforce.com Lightning
 
Containers Lab
Containers Lab Containers Lab
Containers Lab
 
Bubble(No code Tool)
Bubble(No code Tool)Bubble(No code Tool)
Bubble(No code Tool)
 

More from Lauren Hayward Schaefer

7 Ways to Build an API that Developers Will Hate
7 Ways to Build an API that Developers Will Hate7 Ways to Build an API that Developers Will Hate
7 Ways to Build an API that Developers Will HateLauren Hayward Schaefer
 
Developer Advocacy: A Career Path for Those With a Passion for Code, Communit...
Developer Advocacy: A Career Path for Those With a Passion for Code, Communit...Developer Advocacy: A Career Path for Those With a Passion for Code, Communit...
Developer Advocacy: A Career Path for Those With a Passion for Code, Communit...Lauren Hayward Schaefer
 
10 Best Practices for Writing Documentation (For Those Who Would Rather Do An...
10 Best Practices for Writing Documentation (For Those Who Would Rather Do An...10 Best Practices for Writing Documentation (For Those Who Would Rather Do An...
10 Best Practices for Writing Documentation (For Those Who Would Rather Do An...Lauren Hayward Schaefer
 
Intro to Technical Writing: Creating Content that Google and Readers will Love
Intro to Technical Writing: Creating Content that Google and Readers will LoveIntro to Technical Writing: Creating Content that Google and Readers will Love
Intro to Technical Writing: Creating Content that Google and Readers will LoveLauren Hayward Schaefer
 
Level Up Your Technical Career by Writing
Level Up Your Technical Career by WritingLevel Up Your Technical Career by Writing
Level Up Your Technical Career by WritingLauren Hayward Schaefer
 
5 Things I Learned While Modeling Data in MongoDB
5 Things I Learned While Modeling Data in MongoDB5 Things I Learned While Modeling Data in MongoDB
5 Things I Learned While Modeling Data in MongoDBLauren Hayward Schaefer
 
How to Raise Your Profile as a Developer (And Why You Should Bother!)
How to Raise Your Profile as a Developer (And Why You Should Bother!)How to Raise Your Profile as a Developer (And Why You Should Bother!)
How to Raise Your Profile as a Developer (And Why You Should Bother!)Lauren Hayward Schaefer
 
Building CI/CD Pipelines for MongoDB Realm Apps
Building CI/CD Pipelines for MongoDB Realm AppsBuilding CI/CD Pipelines for MongoDB Realm Apps
Building CI/CD Pipelines for MongoDB Realm AppsLauren Hayward Schaefer
 
From Tables to Documents—Changing Your Database Mindset
From Tables to Documents—Changing Your Database MindsetFrom Tables to Documents—Changing Your Database Mindset
From Tables to Documents—Changing Your Database MindsetLauren Hayward Schaefer
 
DevOps + MongoDB Realm Serverless Functions = 🤩
DevOps + MongoDB Realm Serverless Functions = 🤩DevOps + MongoDB Realm Serverless Functions = 🤩
DevOps + MongoDB Realm Serverless Functions = 🤩Lauren Hayward Schaefer
 
Stop! Don't make these mistakes in your document database!
Stop! Don't make these mistakes in your document database!Stop! Don't make these mistakes in your document database!
Stop! Don't make these mistakes in your document database!Lauren Hayward Schaefer
 
From Tables to Documents—Changing Your Database Mindset
From Tables to Documents—Changing Your Database MindsetFrom Tables to Documents—Changing Your Database Mindset
From Tables to Documents—Changing Your Database MindsetLauren Hayward Schaefer
 
From Tables to Documents -- Changing Your Database Mindset
From Tables to Documents -- Changing Your Database MindsetFrom Tables to Documents -- Changing Your Database Mindset
From Tables to Documents -- Changing Your Database MindsetLauren Hayward Schaefer
 

More from Lauren Hayward Schaefer (20)

7 Ways to Build an API that Developers Will Hate
7 Ways to Build an API that Developers Will Hate7 Ways to Build an API that Developers Will Hate
7 Ways to Build an API that Developers Will Hate
 
Developer Advocacy: A Career Path for Those With a Passion for Code, Communit...
Developer Advocacy: A Career Path for Those With a Passion for Code, Communit...Developer Advocacy: A Career Path for Those With a Passion for Code, Communit...
Developer Advocacy: A Career Path for Those With a Passion for Code, Communit...
 
10 Best Practices for Writing Documentation (For Those Who Would Rather Do An...
10 Best Practices for Writing Documentation (For Those Who Would Rather Do An...10 Best Practices for Writing Documentation (For Those Who Would Rather Do An...
10 Best Practices for Writing Documentation (For Those Who Would Rather Do An...
 
Intro to Technical Writing: Creating Content that Google and Readers will Love
Intro to Technical Writing: Creating Content that Google and Readers will LoveIntro to Technical Writing: Creating Content that Google and Readers will Love
Intro to Technical Writing: Creating Content that Google and Readers will Love
 
Level Up Your Technical Career by Writing
Level Up Your Technical Career by WritingLevel Up Your Technical Career by Writing
Level Up Your Technical Career by Writing
 
How to Raise Your Profile Worksheet
How to Raise Your Profile WorksheetHow to Raise Your Profile Worksheet
How to Raise Your Profile Worksheet
 
5 Things I Learned While Modeling Data in MongoDB
5 Things I Learned While Modeling Data in MongoDB5 Things I Learned While Modeling Data in MongoDB
5 Things I Learned While Modeling Data in MongoDB
 
How to Raise Your Profile as a Developer (And Why You Should Bother!)
How to Raise Your Profile as a Developer (And Why You Should Bother!)How to Raise Your Profile as a Developer (And Why You Should Bother!)
How to Raise Your Profile as a Developer (And Why You Should Bother!)
 
Building CI/CD Pipelines for MongoDB Realm Apps
Building CI/CD Pipelines for MongoDB Realm AppsBuilding CI/CD Pipelines for MongoDB Realm Apps
Building CI/CD Pipelines for MongoDB Realm Apps
 
From Tables to Documents—Changing Your Database Mindset
From Tables to Documents—Changing Your Database MindsetFrom Tables to Documents—Changing Your Database Mindset
From Tables to Documents—Changing Your Database Mindset
 
NoSQL for Startups
NoSQL for StartupsNoSQL for Startups
NoSQL for Startups
 
Back to Basics 2021
Back to Basics 2021Back to Basics 2021
Back to Basics 2021
 
DevOps + MongoDB Realm Serverless Functions = 🤩
DevOps + MongoDB Realm Serverless Functions = 🤩DevOps + MongoDB Realm Serverless Functions = 🤩
DevOps + MongoDB Realm Serverless Functions = 🤩
 
Stop! Don't make these mistakes in your document database!
Stop! Don't make these mistakes in your document database!Stop! Don't make these mistakes in your document database!
Stop! Don't make these mistakes in your document database!
 
From Tables to Documents—Changing Your Database Mindset
From Tables to Documents—Changing Your Database MindsetFrom Tables to Documents—Changing Your Database Mindset
From Tables to Documents—Changing Your Database Mindset
 
From Tables to Documents -- Changing Your Database Mindset
From Tables to Documents -- Changing Your Database MindsetFrom Tables to Documents -- Changing Your Database Mindset
From Tables to Documents -- Changing Your Database Mindset
 
Making #RemoteWork Actually Work
Making #RemoteWork Actually WorkMaking #RemoteWork Actually Work
Making #RemoteWork Actually Work
 
DevOps + MongoDB Serverless = 
DevOps + MongoDB Serverless = DevOps + MongoDB Serverless = 
DevOps + MongoDB Serverless = 
 
MongoDB: Back to Basics
MongoDB:  Back to BasicsMongoDB:  Back to Basics
MongoDB: Back to Basics
 
Intro to MongoDB Workshop
Intro to MongoDB WorkshopIntro to MongoDB Workshop
Intro to MongoDB Workshop
 

Recently uploaded

TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providermohitmore19
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...ICS
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Modelsaagamshah0812
 
Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...OnePlan Solutions
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdfWave PLM
 
Active Directory Penetration Testing, cionsystems.com.pdf
Active Directory Penetration Testing, cionsystems.com.pdfActive Directory Penetration Testing, cionsystems.com.pdf
Active Directory Penetration Testing, cionsystems.com.pdfCionsystems
 
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...OnePlan Solutions
 
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️anilsa9823
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...MyIntelliSource, Inc.
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...harshavardhanraghave
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxComplianceQuest1
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Steffen Staab
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxbodapatigopi8531
 
Test Automation Strategy for Frontend and Backend
Test Automation Strategy for Frontend and BackendTest Automation Strategy for Frontend and Backend
Test Automation Strategy for Frontend and BackendArshad QA
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...panagenda
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfkalichargn70th171
 

Recently uploaded (20)

TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service provider
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Models
 
Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf
 
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
Active Directory Penetration Testing, cionsystems.com.pdf
Active Directory Penetration Testing, cionsystems.com.pdfActive Directory Penetration Testing, cionsystems.com.pdf
Active Directory Penetration Testing, cionsystems.com.pdf
 
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
 
Microsoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdfMicrosoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdf
 
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
 
Exploring iOS App Development: Simplifying the Process
Exploring iOS App Development: Simplifying the ProcessExploring iOS App Development: Simplifying the Process
Exploring iOS App Development: Simplifying the Process
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docx
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptx
 
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS LiveVip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
 
Test Automation Strategy for Frontend and Backend
Test Automation Strategy for Frontend and BackendTest Automation Strategy for Frontend and Backend
Test Automation Strategy for Frontend and Backend
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
 

Ditch Your Desktop! Lead Your Team into Cloud Computing! (workbook)

  • 1. Ditch Your Desktop! Lead Your Team into Cloud Computing! A Grace Hopper Celebration of Women in Computing Workshop http://ibm.biz/ghc15-workbook Lauren Schaefer @Lauren_Schaefer 10/14/15 #ghc15 #DitchYourDesktop
  • 2. 1 Table of Contents The App Revolution, Cloud Computing, & Platforms as a Service .............................................................................2 Software as a Service..................................................................................................................................................5 DevOps .................................................................................................................................................................... 10
  • 3. 2 The App Revolution, Cloud Computing, & Platforms as a Service Learn this! 1. The app revolution fundamentally changes the way we interact with technology. 2. Cloud services can remove pain: Infrastructure as a Service (removes some pain), Platform as a Service (removes more pain), and Software as a Service (removes the most pain). 3. Platforms as a service allow you to focus on your app—not the infrastructure behind it. 4. Platforms as a service typically provide a command line client and/or user interface for deploying apps. 5. Platforms as a service typically have services like databases, auto-scaling, and load balancing that make creating and managing apps easier. Try this! 1. Sign Up for IBM Bluemix and IBM Bluemix DevOps Services We’ll begin by signing up for IBM Bluemix (a PaaS) and IBM Bluemix DevOps Services (a SaaS). a. Navigate to http://ibm.biz/ghc-bluemix and sign up. Note: Be sure to use an e-mail address to which you currently have access as you will need to confirm your account. b. As part of the Bluemix registration process, you will receive an e-mail asking you to confirm your account. If you do not confirm, you are not registered. If you do not receive a confirmation e-mail, send an email to id@bluemix.net. c. Navigate to http://ibm.biz/ghc-devops. d. Click LOG IN. e. Authenticate with the IBM id you created in the step above. f. Input an alias and click Finish. g. Click Continue. 2. Deploy an app on a PaaS Now that you’re signed up, let’s create an app! In this section, you’ll deploy a Bluemix Boilerplate (sample app) to quickly get an app running on Bluemix. The app leverages the Watson Personality Insights Service (remember Watson – the supercomputer that competed on Jeopardy?) and the Monitoring and Analytics service to analyze the personality traits of an author. a. Deploy an app
  • 4. 3 i. Navigate to http://ibm.biz/ghc-bluemix. ii. Log in if you are not already authenticated. iii. Click CATALOG in the top navigation bar. Hint: you may need to open the top menu if CATALOG is not already visible. iv. In the Boilerplates section, click Personality Insights Node.js Web Starter. Note: Be sure to click the Node.js Web Starter and NOT the Java Web Starter. v. Information about the boilerplate will be displayed. Note that the boilerplate leverages the Watson Personality Insights Service and the Monitoring and Analytics service. This means that the application code doesn’t have to handle analyzing personality insights—it gets that functionality directly from the services hosted on Bluemix. vi. Input a name for your app. vii. The Host field will automatically be filled for you based on the name you input. The host is what will go before “mybluemix.net” in your app’s url. Therefore, the host you choose needs to be unique across all apps hosted on Bluemix, so be creative. viii. Click CREATE. ix. Bluemix will deploy the app for you. Typically, this takes a minute or two. When your app has finished deploying, “Your app is running” will be displayed. How easy was that? You just deployed an app to a PaaS in only a few minutes! b. Try out your app Now that your app is deployed, let’s check it out! i. Click the link beside “Your app is running” to navigate to your app. ii. The app includes default text from Moby Dick. Click Analyze.
  • 5. 4 iii. Personality traits about Moby Dick’s author, Herman Melville, are displayed. Tweet this!  Just deployed an app to the cloud in minutes by leveraging a #PaaS. Check it out: [insert link to your app] #DitchYourDesktop #ghc15 Get creative  In Bluemix, navigate to the Catalog. Explore the various boilerplates, runtimes, and services. Brainstorm apps you could rapidly create by leveraging these assets. Note your ideas here, on your blog, or on Twitter.  Use your new app to analyze the personality of various authors. Consider analyzing text from your favorite blogger, your local newspaper, or your manager’s e-mail! Additional resources  The Mobile Apps Revolution is Here to Stay http://www.computerworlduk.com/in- depth/applications/3536724/the-mobile-apps-revolution-is-here-to-stay/  Mobile App Revolution Rivals Industrial Revolution http://www.cio.com/article/2380501/mobile/mobile-app-revolution-rivals-industrial- revolution.html  The Mobile App Revolution: What’s Holding You Back? http://blogs.salesforce.com/company/2013/06/mobile-app-revolution.html  Computerworld Forecast Study 2015 http://www.idgenterprise.com/report/computerworld- forecast-study-2015  MQTT Starfighter, JazzHub, Bluemix and live Scaling Out https://www.youtube.com/watch?v=b9hkCHmH7H4  Transforming Enterprise Cloud Services http://books.google.com/books?id=yyiPyIXgbxMC&pg=PA55#v=onepage&q&f=false
  • 6. 5 Software as a Service Learn this!  Leveraging software as a service that works well with the platform as a service of your choice can greatly speed up your software delivery lifecycle.  Coding in the cloud can be easy as working locally on your desktop. Plus, you may not even have to set up a development environment! Try this! 1. Create a DevOps Services project for your app Right now, your app is deployed on Bluemix. You probably want to do more with your app like plan changes to your app, edit your app’s code, manage your app’s code in source control, and maybe even setup a DevOps delivery pipeline. This workshop is all about ditching your desktop, so we’re going to do all of those things in the cloud! We’ll begin by creating a DevOps Services project that is associated with your app. a. Create a DevOps Services project i. On the Bluemix page that has a link to your running app, scroll down and click VIEW APP OVERVIEW. Hint: If you previously closed the page or navigated away, don’t worry. Navigate to http://ibm.biz/ghc-bluemix, log in if you’re not already authenticated, open the DASHBOARD, and click the tile for your app in the Applications section. ii. Click ADD GIT. iii. In the Create Git Repository dialog, ensure the Populate the repo with the starter app package and enable the Build & Deploy pipeline box is checked and click CONTINUE. Bluemix will create a new DevOps Services project for your app. The project will include a Git repository that has a copy of your app’s code and have a tracking and planning capability you can use to organize your work. The project will also have a Build & Deploy pipeline, which we’ll use in the final portion of this workshop.
  • 7. 6 iv. Once the Git repository has been successfully created, click CLOSE. 2. Plan tasks to update your app When working with teammates or even by yourself, organizing your ideas into tasks and user stories and then organizing those tasks and user stories into a plan can be incredibly valuable. a. Open Track & Plan i. Open the project you created in the previous section by navigating to http://ibm.biz/ghc-devops, signing in if you're not already authenticated, and clicking on your project on the My Projects page. ii. Click the gear icon ( ) in the upper-right corner to open the Project Settings page. iii. Click OPTIONS. iv. On the page that loads, select the Enable Track & Plan checkbox (if it is not already enabled) and click SAVE. v. Click TRACK & PLAN in the upper-right corner. The Track & Plan section is your place to organize your ideas. vi. If the Welcome to Track & Plan dialog is displayed, review it and click Close. b. Create work items in your backlog A work item is a generic term for any type of work you want to track. Work items can be of type user story, task, defect, among others. i. On the left pane, click Backlog. ii. On the right pane, type the following in the Create a work item… field: Update the sample text to something more modern. iii. By default, the work item type is set to Task. iv. In the icon bar below, click the Owned By ( ) icon and select your username. v. Click CREATE. vi. Repeat Steps 2-5 to create work items for the following stories: 1. Change the shades of blue in the UI to be shades of pink. 2. Add a “Customized By…” line at the bottom of the app’s home page. c. Plan your work Now that you have filled your backlog with tasks, it's time to plan your first sprint. i. On the left pane, click Sprint Planning. A sprint represents a period of time.
  • 8. 7 ii. Click Add Sprints. iii. Configure the sprints so you have at least two and click Create. iv. In the Backlog tile of the Sprint Planning page (the page you’re currently viewing), rearrange your stories so they are in a ranked order by dragging and dropping them. Put Add a “Customized By…” line at the bottom of the app’s home page as the top item in the list. v. Click the Sprint 1 dropbdown box and select Sprint 1 so that Sprint 1 appears to the right of the backlog. Hint: You may need to select Sprint 2 and then select Sprint 1 in order for the sprint to appear. vi. Assume you have time to complete one task per sprint. Drag the topmost item in the list to Sprint 1 (on the right). vii. In the sprint dropdown box, select Sprint 2. viii. Drag the new top most item to Sprint 2. d. Track your work You’ve planned your first two sprints (easy, right?), so let’s start Sprint 1! i. In the sprint dropdown box, select Sprint 1. ii. In the Sprint 1 section, click the Status: New icon ( ) for the story planned for Sprint 1. iii. In the Status dialog, click Start Working. iv. Note the task ID for your task because you will need it later in this workshop. 3. Implement the task Next, implement the task Add a “Customized By…” line at the bottom of the app’s home page. You might be thinking, “Oh no! I need to code, and I don’t have an IDE currently installed on my device.” Don’t worry – we’re going to code in the cloud! (For those of you who love coding in your favorite IDE, that’s totally cool. It’s easy to connect to your project’s Git repository, but we won’t get into how to do that here.) i. Click EDIT CODE in the upper-right. The web IDE will load. ii. In the toolbar, toggle on Live Edit (it may take a moment for the option to be displayed). iii. Click OK in the confirmation dialog. Live Edit is a handy feature that will automatically deploy changes you make to your app. It makes coding in the cloud as fast and easy as coding on your
  • 9. 8 desktop. Changes that you make to static files (for example, Jade or CSS files) are reflected almost instantaneously in your deployed app. To deploy changes to Node.js modules, you must do a fast app restart (not a full redeploy) because the server caches Node.js modules in memory. You can do a fast app restart by clicking the Restart button ( ) in the toolbar. iv. In the code navigation pane, expand Views and click index.jade. v. At the end of line 43, create a new line, begin typing at the beginning of the line (you may need to delete several spaces that are added by default for you), add 4 spaces, and type the following: div.col-xs-12 Customized by [YOUR NAME HERE]. vi. Ensure that Live Edit has finished enabling by waiting for the green status dot to appear: . vii. Switch to the tab or window that has your running app and refresh the page. Notice that your new line of text is at the bottom of the page! 4. Complete the task To indicate that you have finished your task, mark your task as complete. i. In the Web IDE, click TRACK & PLAN in the upper-right corner. Hint: You may need to make your browser wider in order to see the button. ii. In the right pane, find your task associated with the “Customized By…” feature, and click the Status: In Progress icon ( ). iii. Click Complete. iv. In the right pane, scroll right until you see the RESOLVED section. Notice that your task is now marked done. Tweet this!  Kicking off #ghc15 by getting #SaaS-y at the #DitchYourDesktop workshop with @Lauren_Schaefer [Feeling extra sassy? Include a selfie of you looking sassy!] Get creative  Invite a friend to join your project. Navigate to your project's home page, click Members, and invite a friend to join.  Create new work items for features you’d like to implement or defects you find.  Implement some of the work items you created.
  • 10. 9 Additional resources  Managing Distributed Teams https://www.scrumalliance.org/community/articles/2013/july/managing-distributed- teams.aspx  So Long Scrum, Hello Kanban https://stormpath.com/blog/so-long-scrum-hello-kanban/  Rapidly create a Node.js app using a Bluemix boilerplate and DevOps Services http://www.ibm.com/developerworks/library/d-bluemix-devops90/
  • 11. 10 DevOps Learn this!  DevOps aims to get software released faster and more frequently by bridging the gaps between various teams supporting the software.  Deployment automation is one of the keys to a successful DevOps approach. Try this! You can configure a multi-stage build and deployment pipeline to support your DevOps approach to software development. In this section, you will configure a builder and a deployment to your development (dev) space. You could also configure a deployment to a new production space; the production space would store the app your end users would use. To save time, we won’t configure a deployment to a production space during this workshop. 1. Open the Pipeline You can configure a multi-stage build and deployment pipeline to support your DevOps approach to software development. Note that the pipeline only includes changes that have been pushed to your project’s repository; changes that are in your workspace in the Web IDE that have not been pushed to your project’s repository will NOT be deployed as part of the pipeline. a. Open the Personality Insights project you created in the previous section by navigating to DevOps Services (http://ibm.biz/ghc-devops), signing in if you're not already authenticated, and clicking on your project on the My Projects page. b. Click BUILD & DEPLOY in the upper-right corner. 2. Investigate the Build Stage As part of using a Bluemix Boilerplate and choosing to Add Git, a simple delivery pipeline was created for you. The pipeline has a Build Stage and a Deploy Stage. a. In the Build Stage tile, click the Stage Configuration icon ( ) and select Configure Stage. b. On the JOBS tab, note that the the Builder Type is set to Simple. This app can use the Simple builder since it does not require a build step (whereas a Java app would require a build step). c. On the INPUT tab, note that the Run jobs whenever a change is pushed to Git option is selected. This means that whenever you or a member of your team pushes code to your project’s repository, a build will automatically be kicked off for you.
  • 12. 11 d. Click Back to Pipeline. 3. Configure the Deploy Stage The Deploy Stage deploys to the space that represents your development space. Some might call this a quality assurance or test space. It is a place where developers can test their code live in a production quality environment without actually putting it in production. The pipeline is configured by default to deploy to the same name and url as your existing app. To allow you to have your own personal deployed app where you can test your changes as well as a shared app where developers on your team can test the app as part of your DevOps delivery pipeline, we will update the Deploy Stage configuration to deploy to a new name and url. a. In the Deploy Stage tile, click the Stage Configuration icon ( ) and select Configure Stage. b. Update the Application Name to be a new name that is unique to your Bluemix dev space. c. We want your app to deploy to a consistent place where developers on your team will be able to test their code. In the Script section, after cf push “${CF_APP}” add -n whateverYouWantYourUrlToBe. Note: the url needs to be unique across all Bluemix apps, so be creative. d. On the INPUT tab, note that the Run jobs when the previous stage is completed option is selected by default. The pipeline is now configured so that whenever someone pushes code to your project’s repository, the build step will run, and, if it succeeds, a deploy to the dev space will be kicked off. e. Click SAVE. 4. Kick off the pipeline Now that we have the build pipeline configured, it’s time to try it out! One way to kick off the pipeline is to manually trigger it by clicking the Run Stage button ( ) in the Build. To demonstrate the DevOps flow, we’ll instead kick off the pipeline by pushing code to the project’s Git repository. a. Click EDIT CODE in the upper right corner. b. In the leftmost bar of icons, click the Git Repository button ( ). c. In the box in the Working Directory Changes section, type a comment similar to the following, being sure to replace 20 with the task ID associated with the task you created: Added a Customized By line to the home page as described in work item 20. d. Select each change in the Working Directory Changes section and click the COMMIT button.
  • 13. 12 e. In the OUTGOING section, click PUSH. f. If you are prompted for your committer information, enter it and click OK. 5. Discover the traceability When you added a comment in your commit that mentioned your task, a link was automatically created for you between the change and the task. a. Click TRACK & PLAN in the upper right corner. b. In the right pane, scroll to the Resolved view if you are not currently viewing your resolved work items. c. Click the textual summary of the work item associated with adding the “Customized By…” line to open it. d. In the work item, click the Links tab. e. In the LINKS section, notice that a link was automatically generated for you. Click the link. The Git Log displays. f. Observe that you have a summary of the Git commit and its associated work items. g. Click GIT LOG in the left navigation to see a list of all of your git commits. 6. Observe the delivery pipeline The build pipeline was triggered when you pushed your changes to the Git repository. Let’s check its progress! a. Click BUILD & DEPLOY in the upper right corner. b. In the Build Stage tile, click View logs and history. Observe the logs and the artifacts that were generated as part of the build. c. Click Back to Pipeline. d. In the Deploy Stage tile, wait until the stage is listed as passed. e. In the LAST EXECUTION RESULT section, click the url for your app (it may take a moment for the url to be displayed). Try it out! This is the place where your development team would run automated and/or manual tests to ensure the app is in good shape. Tweet this!  Dove into #DevOps by creating a delivery pipeline for my app. [attach a screenshot of the Build & Deploy page for your app] #ghc15 #DitchYourDesktop
  • 14. 13 Get creative  In a full DevOps pipeline, you’ll likely want to deploy to multiple spaces: a development or quality assurance space, a production space, and more. Configure your pipeline to deploy to a production space. Hint: check out this article: http://www.ibm.com/developerworks/cloud/library/cl-intro4-app/.  Zero downtime deployments are very important to web applications. Design and implement a strategy to deploy your app to your production space without any downtime. Hint: check out this article: http://www.ibm.com/developerworks/cloud/library/cl-bluemix- rollingpipeline/. Additional resources  DevOps for Dummies ebook http://ibm.co/devopsfordummies  Top 10 Practices for Effective DevOps http://www.drdobbs.com/architecture-and-design/top- 10-practices-for-effective-devops/240149363  Cloud Computing Trends: 2014 State of the Cloud Survey http://www.rightscale.com/blog/cloud-industry-insights/cloud-computing-trends-2014-state- cloud-survey  DevOps Embracing Cloud Services http://www.midsizeinsider.com/en-us/article/devops- embracing-cloud-services#.VJmrScABg