Ask HN: What should I build my webapp in?
1–6 of 6 posts
Re: Ask HN: What should I build my webapp in?
#2Also, 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!
Re: Ask HN: What should I build my webapp in?
#3Feel free to mod me down, but lately ending sentences with prepositions has become nails on a chalkboard in my mind. Yes, I know that avoiding this makes everyone sound like Victorian gentlemen, I'm sorry.
Re: Ask HN: What should I build my webapp in?
#4Re: Ask HN: What should I build my webapp in?
#5I was in this situation a few years ago. It doesn't really matter which tools you use. They're all relatively similar from a beginner's perspective and you'll be learning a lot not matter which ones your choose. The most important thing is that you stick with your project, so try to choose the easiest, most well-supported framework. I'd say Ruby on Rails is a pretty good bet. Also, I wouldn't start right off trying t…
Re: Ask HN: What should I build my webapp in?
#6I program in Rails mostly, but I came from a front-end dev perspective, and I'd recommend giving Sinatra a try. It gives you much of the same "reload and see your changes" experience you get when you're first playing with HTML/CSS. The Rails for Zombies link ollerac gave is good, too.