... more stuff
at
php-app-engine.com

Archive for the ‘Uncategorized’ Category

… a little noise …

Sunday, May 9th, 2010

Attaching new bunch of news sources, might get a little noisy for a day/two, but then should be back to normal.

The hotness of NoSQL

Tuesday, January 19th, 2010

In pictures.

http://trends.google.com/trends?q=memcached%2C+redis%2C+CouchDB%2C+MongoDB%2C+nosql&ctab=0&geo=all&date=all&sort=0

Creating a Web App from Scratch

Thursday, January 7th, 2010

http://css-tricks.com/app-from-scratch-1-design/

Plan – design – code – secure.

AWS for Managers

Friday, December 18th, 2009

http://www.guidelightsolutions.com/blog/aws-managers

When explaining AWS for the first time to managers (or anyone, for that matter) it is best to talk in concepts rather than in concrete terms. I’ve also noticed it is beneficial to try to tangiblize the discussion with familiar terms. Using terms like “Elastic IP” gets quizical looks, but calling it a publicly accessible IP address helps people to get a better overall grasp of concepts before using the AWS terms for things.

In source your EC2 instances

Thursday, December 3rd, 2009

http://www.mooreds.com/wordpress/archives/000557

If you have built a killer application on Amazon Web Services, you may reach a point where you don’t want to continue to use them. I can think of any number of reasons you may want to migrate your servers.

It may be because you’ve reached the 20 server instance, or because you want more control, or because you want to buy your own machines and spend money on a system administrator instead of paying Amazon, or because there’s something that you need customized that’s ‘behind the curtain’ of AWS.

Is Amazon’s EC2 encountering it’s own scalability issues?

Sunday, November 22nd, 2009

http://sipsorcery.wordpress.com/2009/11/20/is-amazons-ec2-encountering-its-own-scalability-issues/

I was hunting around on the Amazon EC2 forums regarding an issue I’m having bundling a new AMI and decided I’d do aquick search to see if anyone else was having issues with unresponsive instances caused by DHCP leases. Lo and behold there are quite a few and they seem to be growing. This thread is a fairly typical example Instance not responding.

Using Amazon S3, EC2, SQS, Lucene, and Ruby for Web Spidering

Tuesday, November 3rd, 2009

http://developer.amazonwebservices.com/connect/entry.jspa?externalID=1182


Each Amazon Web Services (AWS) product is, in and of itself, very powerful. By combining them, you can produce true enterprise-class web applications. This article guides you through building one of these applications. We will build a web-spidering solution using Ruby, Ruby on Rails, and Lucene. The application will run on Amazon Elastic Compute Cloud Beta (Amazon EC2™), will use Amazon Simple Queue Service (Amazon SQS) for job management, and will store any persistent data (in addition to backups) on Amazon Simple Storage Service (Amazon S3).