devxlogo

Web Development Zone

Using AWS Elastic Load Balancing for Developers

Amazon Web Services offers applications running on AWS Elastic Compute Cloud (EC2) the ability to get even traffic across all instances through an offering called Elastic Load Balancing. Having load

A Developer’s Guide to AWS Auto Scaling

As we learned in earlier articles, Amazon offers resizable compute capacity in the cloud. To help with EC2 Elastic Computing resources, Amazon offers Auto Scaling, a service that allows launching

Understanding Amazon AWS Compute Offerings

To run and operate any application, computing power is needed, that includes hardware and software (including operating system, platform software, and application code). Traditionally, acquiring hardware and software (operating system

Test Driven Development for JavaScript: jQuery and QUnit

JQuery, the popular open source, cross-browser JavaScript library, simplifies JavaScript programming by enabling developers to easily write code that incorporates event handling, animations and calls to Web services. The library