Software Development for a Cloud Computing: IaaS, PaaS, SaaS, DaaS, AWS, Azure, Cloud Foundry, Heroku
 
Category: <span>Videos</span>

Clobbering the Cloud

Cloud Computing dominates the headlines these days but like most paradigm changes this introduces new risks and new opportunities for us to consider. Some deep technical research has gone into the underlying technologies (like Virtualization) but to some extent this serves only to muddy the waters when considering the overall …

Cloud Storage Simplified

Key/value stores are the most common storage offerings in the cloud today. This session introduces storage concepts and differences between cloud storage providers, including Amazon Simple Storage Service (Amazon S3), Rackspace Cloud Files, and Microsoft Azure Blob Storage. It demonstrates how jclouds BlobStore helps Java and Clojure developers avoid lock-in …

How to Migrate to the Cloud

This video explains what cloud computing is really all about. Take a tour of cloud infrastructure-as-a-service (IaaS) and platform-as-a-service (PaaS) solutions. Watch a live deployment of a server infrastructure that supports a new mobile app built with Adobe Flex. Learn how to create a new virtual server, configure it, and …

Deploy Node.js on Windows Azure

Learn how to deploy a node.js application to Windows Azure. Node.js is a platform built on Chrome’s JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.

Python in the Cloud

This video presents the challenges faced and lessons learned in building an infrastructure to deploy web applications to the cloud with Python. You will learn about which packages are critical for a secure, Python-centric LAMP stack (and what it takes to build them); tips for developing, deploying, and scaling Python …