Hacker News new | ask | show | jobs
by biscarch 4970 days ago
Yes.

If you want to get into designer/developer mode for clients you are likely going to have to learn to host your own servers (note: I don't mean physically, I mean services like Rackspace, etc). If they're a couple static (ie: no server-side language) pages that won't get hit very often, you might use github's pages functionality.

I'd go with Rackspace over linode due to the great feedback I've heard about Rackspace, whereas I've heard relatively little about linode. Personally I use Heroku as they have a free tier that helps when just "getting stuff out there". The problem with Heroku is they don't have explicit support for PHP, so that could be an issue for you. If you're going to go after big client work, Amazon Web Services (EC2) familiarity is a nice checkbox to tick.

Remember a server is just a computer. If you can set it up to run on your computer, you can set it up to run on a server.

P.S. Get used to being in over your head. It's the fastest way to get up to speed, just learn how to swim underwater.

1 comments

I do want to be able to host my own servers..one day..as for now I think I will "just get this project out there". I think I've got enough Rails under my belt to get the few pages I need up, and Heroku's free-tier seems perfect to learn and practice on.