Live data from Hacker News

Show HN: Teach Yourself To Code

teachyourselftocode.com

1–10 of 41 posts

Re: Show HN: Teach Yourself To Code

#4
Congrats on launching something cool. I think your server might have just gotten slashdotted, or something odd happened, as I'm getting an Application Error.

If you need any help debugging, shoot me a quick email (this username @ gmail.com)

Re: Show HN: Teach Yourself To Code

#5
post #4

Congrats on launching something cool. I think your server might have just gotten slashdotted, or something odd happened, as I'm getting an Application Error. If you need any help debugging, shoot me a quick email (this username @ gmail.com)

Thanks, just emailed. Maybe the problem has to do with this line in links#index

tags = Tag.find(params[:tags]) @links = Link.order("votes_count DESC").includes(:tags).select{|link| (tags - link.tags).empty?}

Re: Show HN: Teach Yourself To Code

#7
Shameless plug, but here is something I'm currently working on: http://www.coursebacon.com/

I really like the "upvote" system you have. Let me know if you want access to all of the URLs on coursebacon (I can send you a copy of everything that's already on there).

Edit: My email is username @ gggmail.com

Re: Show HN: Teach Yourself To Code

#8
Kateray, this is awesome. I'm probably at the same place as you learning how to code and loving every minute of it. I couldn't agree more, everyone should know how to code - at least enough to be dangerous and prototype something up.

Great work!

Re: Show HN: Teach Yourself To Code

#9

Kateray, this is awesome. I'm probably at the same place as you learning how to code and loving every minute of it. I couldn't agree more, everyone should know how to code - at least enough to be dangerous and prototype something up. Great work!

You should add a link to yourself somewhere on the site so people can email you, follow you on Twitter, etc.

Again, great work!

Re: Show HN: Teach Yourself To Code

#10

Kateray, this is awesome. I'm probably at the same place as you learning how to code and loving every minute of it. I couldn't agree more, everyone should know how to code - at least enough to be dangerous and prototype something up. Great work!

You should add a link to yourself somewhere on the site so people can email you, follow you on Twitter, etc. Again, great work!

You can do that on Github :)

https://github.com/kateray

Post reply on HN