Software Development Videos and Tutorials: Java, .NET, Ruby, Python, JavaScript, Agile, Software Testing
 
Category: <span>Open Source Tools</span>

App Engine Nitty-Gritty: Scalability, Fault Tolerance, and Integrating Amazon EC2

Learn how a small Civic Software company built an API to serve millions of requests per day. Learn about the challenges faced & lessons learned during design and deployment of a high-traffic web service built on App Engine, and about combining App Engine with external services (postgres and background tasks …

Native Client: Using Native Code to Build Compute Intensive Web Applications

Some applications require high-performance client-side computation. Native Client is a technology for running native code in web applications, with the goal of maintaining the browser neutrality, OS portability, and safety that people expect from web apps. This talk will give a brief overview of the architecture of Native Client. We’ll …