Dual Topic - Using MVC architecture / Leveraging Amazon S3
Meeting Start Time: Tue, 08 May 2007 19:00:00 -0700
Amazon S3
"Amazon S3 is storage for the Internet. It's a simple storage service that offers software developers a highly-scalable, reliable, and low-latency data storage infrastructure at very low costs."
Examples will show just how easy it is to interact with Amazon S3 using their REST API.
Content from the talk on codeelements.comMVC
MVC is a proven way of organizing your web application. By dividing the application into three roles, Model, View, and Controller, developers are able to reduce the pain of growing and maintaining applications.
Moxley will cover the basic concepts of MVC and show how to leverage it to make development faster, lighter and with fewer defects.
