top | item 5750993

Follow the journey of three beginners who are learning to code

100 points| pocha | 13 years ago |codelearn.org | reply

35 comments

order
[+] petercooper|13 years ago|reply
I'm happy to see them going ahead with this. Codelearn has some interesting technology under the hood and deserves a bit more recognition than it seems to have had so far. (Disclaimer: I've had a preview of their platform as I often write about Ruby/Rails stuff.)

Another thing to bear in mind is that this almost harks back to how the Rails community was in 2004-2006. A ton of people blogging about the things they'd learnt and found out. Then they became experts, Twitter was born, and not so many people blog "hey, I learnt this about Rails!" anymore.. :-)

[+] darrellsilver|13 years ago|reply
Intriguing! What's the tech under the hood?
[+] darrellsilver|13 years ago|reply
Neat idea! We'll be following along as we've found students do better with a bit more structure than this program provides, but there are so many ways of learning it may work well.

What I like most is the personal help. It promises not just a video but guidance to the best video based on where the "noob" is located... that's awesome.

I would say that "passively by dropping comments to the blog" feels like a low bar (but maybe I'm reading too literally?). The response rates to questions must be prompt – the difference between getting an answer in 30 seconds and 10 minutes is huge for me, and I've been writing software for 15 years. It's only worse for beginners.

For our students at Thinkful (http://www.thinkful.com/) getting human contact promptly is key... our students only like banging their heads against the wall for so many minutes before getting demotivated!

[+] catchmrbharath|13 years ago|reply
> The response rates to questions must be prompt – the difference between getting an answer in 30 seconds and 10 minutes is huge for me, and I've been writing software for 15 years. It's only worse for beginners.

I think the there is a lot of learning involved when you are trying to figure out an answer. If things are answered very quickly they won't try at all and ask the person, even though the answer is very simple.

[+] groundCode|13 years ago|reply
I'm a touch sceptical here - while I appreciate a noobs perspective whenever I'm starting something new, I prefer to see something that encourages best practice - a mix of experience through the eyes of a noob would be better in my opinion.
[+] darrellsilver|13 years ago|reply
Agreed. But note that it's not all "noobs" helping "noobs"... there's someone who knows chiming in with directional support along the way. That's a big difference.

Coursera tries "peer learning"... commonly referred to in the forums as "the blind leading the blind."

At Thinkful we definitely see a benefits from both peers and experts...

[+] tmh88j|13 years ago|reply
I'm very comfortable using CakePHP. I've built many apps using knockout.js on top of it, extensively used jQuery and AJAX throughout and have used both MySQL and MongoDB to drive the data.

For someone like me who is confident in their abilities of another MVC framework, how much of a learning curve is involved transitioning over to ROR (or any other MVC for that matter)? Has anyone switched from say Django, CakePHP or MVC4 over to Rails, or vice versa?

[+] bakli|13 years ago|reply
I switched from Django to Cake to ROR. There isn't much difference structurally, as all of them are after all MVC architecture, but there are little subtle things which bring about the difference in feel and usability. Cake is heavily inspired from Rails but it doesn't focus much on command line as Rails does. For any common command you have which will add files, there is a command to in Rails to bring about that change and generate ALL THE RECOMMENDED files at once. These include test files, migrations, css, js, helpers etc. This makes life much much easier. Plus, ruby feels much pleasant when compared to PHP and thus, you won't regret switching to here. It'll take 2 days to be able to create a workable app. Although you'll find a new concept in Coffee script (Which is basically using ruby syntax for JavaScript), but you can easily switch back to JS if you want by removing the extension. Come over to the dark side, you'll love it.
[+] callmeed|13 years ago|reply
Good idea, questionable execution:

* Should have had a female in the group

* The first guy isn't "learning to code", he's a programmer learning a new language/framework

[+] jimmaswell|13 years ago|reply
Why does it matter if a female didn't end up being in it?
[+] sensui|13 years ago|reply
Only the third guy seems learning a new hability. If we were more rigorous, the path is a study comparing diverse online projects. I expect someone already done this.
[+] mnicole|13 years ago|reply
What a great idea; a lot less intimidating than doing it on your own or one-on-one. Interested in seeing how this plays out.
[+] PeterJ|13 years ago|reply
I am excited to see how this go.Don't mean to pick side but I am rooting for the kid. I think he has a lot of potential.
[+] kmlymi|13 years ago|reply
This is pretty interesting to me as the thought process while learning is often lost in other online tutorial/courses.
[+] to3m|13 years ago|reply
Is `noob' considered acceptable terminology?
[+] jholman|13 years ago|reply
"Acceptable terminology"? What does that even mean? What would it mean to be "unacceptable terminology", short of being legally prohibited hate speech?

Are you asking if other HNers are offended by it? Are you asking if other HNers think you should be offended by it? Are you seeking support for a community censure of people who use that language? Are you asking if you can go around calling anyone with less experience a "noob", without context? Are you asking if you can, in some context, write marketing copy that contains the word "noob", and has a desireable outcome? (My answers are "no", "no", "no", "no", and "yes", in case one of those was your question.)

I feel like your question is fundamentally confused, and it's the sort of confusion that leads other people to make snarky comments about "being PC", which drags down useful conversations about healthy community standards. Maybe I'm the confused one, though, so please help me to understand.

[+] richkuo|13 years ago|reply
"Rohit ... has been programming professionally for a decade" doesn't sound much like a "noob" to me
[+] itsybitsycoder|13 years ago|reply
It used to be that "noob" was rude (referring to a new or incompetent person who is stupid and irritating) and "newb" was not (referring to a new person who should be treated kindly and helped along). Maybe the meanings are starting to blend together?
[+] csense|13 years ago|reply
Why are they learning an awful language like Ruby on Rails instead of an awesome language like Python?