Hacker News new | ask | show | jobs
by pairing 4463 days ago
The latest pattern I've been following is to treat the marketing portion of your business as a separate entity from your application. I use an amazon s3 bucket set to static web hosting. Not only is this incredibly cheap but it reduces the load on your application and scales.

I usually use some combination of Rails for the application and I think its a great pattern to keep non-customer load off of app resources. By keeping it as a separate project, your uneasiness surround committing to your app repo marketing changes is alleviated.