SaaS means “No excuses”

The phenomenal increase in free and pay-per-usage SaaS offerings in recent years has made it so insanely simple to build new websites starting only with…well, starting with absolutely nothing.

In the old days (cue Abe Simpson voice), developing and deploying a new website required the purchase of actual servers, or at least the rental of some machines from an ISP. And if there was more than one programmer involved, the very idea of them working in a truly distributed manner as seamlessly as if they were sitting next to each other sounded just a little too futuristic.

How things have changed! Now a programmer can conceive of an idea, collaborate with people who live hours away and deploy a website for almost nothing. Best of all, there are also plenty of SaaS tools available that enable the work to be done in a truly professional manner.

Build, Test, Deploy

Amazon recently launched a free tier that will allow you to run a Linux VM in their EC2 cloud for free. For an entire year. If that isn’t enough, you can also avail of plenty of free time with their load balancers, storage systems like S3, EBS and SimpleDB, not to mention their messaging and monitoring services. Microsoft does offer a free 90-day trial for its Azure cloud platform, but the last time I checked, 365 > 90. For now, Amazon wins.

Now you’ve got a place to host your website. It might not be a powerful server, but it gets you up and running quickly.

Grab that Awesome Domain Name

If you stay on the AWS free tier then you’ll be stuck with an ugly DNS name like ec2-11-22-33-44.compute-1.amazonaws.com. That sucks for two reasons. First, it’s completely forgettable and useless as a real website URL. Secondly, and more importantly, if your EC2 instance reboots, then the name will change, so you’ll need to hook up your image to register its IP address dynamically with a service like FreeDNS (or pay for Amazon’s Route 53 service for the not-very-scary price of $1 per month).

Add Source Code Control

At this point, your website is up and running and you still haven’t spent a dime on hardware! But your buddy from college has just offered to help write some code with you, so now you’ve got to start acting professional about source code management. So, you look around for a free SCM tool online but decide to go all-out and pay for a GitHub account. You sign up for the $12/month small plan and instantly feel weird forking over money for the first time since you started the project.

Communicate and Collaborate

Now a real company is forming. You’ve got thousands of registered users, and you’ve had to deploy more EC2 instances to handle the website load. You’ve also got more programmers working with you, and communication with them is vital.

This is where services like DropBox, Skype, Google Docs and Mozy become indispensible. It helps that their free tiers are quite generous and should support a small team of programmers with ease. Now you’ve got a virtual IT department on staff, keeping things working smoothly in the background.

And how do you coordinate the team’s work items and the product defects? Simple: use a hosted instance of a popular issue tracking system like JIRA or FogBugz.

Dive Into Load Testing

Now you’re sucking diesel. Your web traffic stats are looking better each day since you were slashdotted, and you want to make sure you can handle even more traffic so that your potential investors don’t see any downtime. So, do you buy a whole rack of high-performance machines with which to test your system under extreme load?

Heck, no! Why start buying hardware now? If you’ve got the time and chops to do it, you can just spin up a bunch of Amazon AMIs and have them push your system to the limit – and then spin them right back down again, paying only for the time they were running. However, if you’re too busy to build all the load tests yourself, you could have a company like uTest create and run them for you.

The Hidden Benefit

There’s more to this than just the happy avoidance of hardware purchasing and an affordable go-to-market strategy. There’s a frequently overlooked but very real engineering benefit to having the development team begin life in this manner: it makes the engineers become the operations team, deploying their own software and keeping it healthy themselves. There are plenty of companies that suffer because of a chasm existing between engineering and operations, causing coders to dump software over the fence, leaving IT people unfamiliar with its architecture responsible for deploying and monitoring it.

When the organization grows to the point where a separate operations team is required, a hybrid version of this approach can also work really well.

No Excuses

If you have an idea for a great website or online service, you have no excuse for not signing up for some free SaaS products right now and getting it out there.

If you build it, they will come. And you can start for free.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.