Live data from Hacker News

Ask HN: I want to make a webapp. Where do I start?

news.ycombinator.com

1–10 of 37 posts

Ask HN: I want to make a webapp. Where do I start?

#1
I have coded up a lot of desktop applications and I am good at programming in Java and Smalltalk. Now, how do I get started with webapps?

Are there articles/blogs that compare web frameworks (RoR, Django)? Any starter kits for Javascript, CSS etc? How do I get a high-level overview of how things fit in?

I realize those are too many questions in one post :) I am just hoping to tap the HN resource lib and that might be helpful for others too. So, if you have anything at all that you think might be helpful to someone just starting, please do post it across

Re: Ask HN: I want to make a webapp. Where do I start?

#2
You could probably dive into Rails and get something working. Diving in and doing something is a lot better than trying to pick a framework. You can get started with anything, really, including the languages you know. Smalltalk has 'seaside', Java has a million frameworks. You would probably not have much trouble with Ruby or Python either.

Re: Ask HN: I want to make a webapp. Where do I start?

#8
post #6

ASP.NET: Soup to Nuts http://www.benkotips.com/Default.aspx?tabid=798 You won't regret it!

lol good call, I didn't even think about that and its how I make my living. C# is java in .net clothing at the end of the day. .net apps scale pretty well too.

Re: Ask HN: I want to make a webapp. Where do I start?

#9
post #6

ASP.NET: Soup to Nuts http://www.benkotips.com/Default.aspx?tabid=798 You won't regret it!

lol good call, I didn't even think about that and its how I make my living. C# is java in .net clothing at the end of the day. .net apps scale pretty well too.

honestly, I was pointing to the webcast more than the framework, webcasts are a great educational tools for new comers.

MSDN contain mountains of webcast on everything, the educational value is huge. I wish more webcast existed for Java, Groovy, Javascript, Perl, Grails, Catalyst, Spring framework!

The soup to nuts series covers everything, similarly other webcast series, the idea is simple and very effective, you will spend your first 10 or so hours looking as vidoes and presentations, next you can move to books and online forums and blogs

After he finishes these webcast, moving to RoR will be a much simpler road, even when RoR is a different framework

Re: Ask HN: I want to make a webapp. Where do I start?

#10
post #6

ASP.NET: Soup to Nuts http://www.benkotips.com/Default.aspx?tabid=798 You won't regret it!

Agreed, you have to start somewhere and ASP.NET works straight out of the box. After a while you might want to take a look under the hood and see just what .NET is generating and that might introduce you to some of the alternatives to just straight .NET - but you will be doing that with a lot more knowledge.
Post reply on HN