Cloud Architectures are designs of software applications that use Internet-accessible on-demand services. Applications built on Cloud Architectures are such that the underlying computing infrastructure is used only when it is needed (for example to process a user request), draw the necessary resources on-demand (like compute servers or storage), perform a specific job, then relinquish the unneeded resources and often dispose themselves after the job is done. While in operation the application scales up or down elastically based on resource needs.
Posted on March 16th 2009 by Jeff Micklos
In essence, web development these days doesnt start with a blank document but with downloading an SDK or entering your application data in some web app to get a developer key. In other words using a system that is much larger than anything youd ever have done yourself. This concept is very hard to swallow for us battle-hardened masters of the command line and I myself have problems getting enthusiastic about using a chunk of hello world code and turning it into something great.
Posted on March 6th 2009 by Jeff Micklos