|
|
|
Ask HN: What should I build my webapp in?
|
|
2 points
by zarprey
5539 days ago
|
|
I want to build a web application. My idea is pretty simple but I haven't really developed anything other than simple websites (html/css) for a few years. I'm a designer, but in the past I taught myself php/mysql and I've picked up things here and there. I have been focusing more on design in the last many years so I'm not sure where to start. Python? Ruby? Should I use a framework like Django or Rails? Any suggestions? |
|
Also, I wouldn't start right off trying to build your application. Go through at least one full tutorial on how to build a sample application. You'll learn your way around the code and pick up a lot of things that seem useless at first but end up being really useful down the line.
http://www.codeschool.com/ has an awesome free online course called "Rails for Zombies". I'd probably start there if I were you.
It'll be a lot of hard work, but stick with it and good luck!