Live data from Hacker News

Learn AngularJS with free interactive lessons

learn-angular.org

11–20 of 27 posts

Re: Learn AngularJS with free interactive lessons

#12
Great tutorial. I love these interactive lessons, but one thing I'd love to see in this tutorial (and many others like it) is something that Michael Hartl does in railstutorial.org, which is an extra credit section.

In the later sections of the tutorial, the addition of some suggestions for extending each example would be great. You don't need any "stuck" functionality or anything like that here; just some casual examples of how else you could use the subject of the tutorial would really help solidify the concepts.

Re: Learn AngularJS with free interactive lessons

#13
post #9
post #8

CodeSchool recently launched a (Google sponsored, free) Angular course with exercises too: http://campus.codeschool.com/courses/shaping-up-with-angular... The more the merrier!

Looks promising, but the videos don't seem to buffer for me at least. My internet isn't strong enough to play it continuously so I normally just pause videos, wait a few minutes, then try playing them. Doesn't seem to make a difference with their videos for some reason. Any tips?

The video doesn't work if you use HTTPS Everywhere, neither do some of the parts of the interactive challenges.

Re: Learn AngularJS with free interactive lessons

#14
Look at the pages indexed in google: https://www.google.pt/search?q=inurl%3Ahttp%3A%2F%2Fwww.lear...

Now look at the source with ctrl+u. (example url: view-source:http://www.learn-angular.org/#!/lessons/binding-css-classes)

Now you know why he needs server side rendering (:

Anyway I never tried angular, and this tutorial made me try it. Is explains very very well how to get started, that's true.

Re: Learn AngularJS with free interactive lessons

#15
post #9

Earlier quoted context omitted.

Looks promising, but the videos don't seem to buffer for me at least. My internet isn't strong enough to play it continuously so I normally just pause videos, wait a few minutes, then try playing them. Doesn't seem to make a difference with their videos for some reason. Any tips?

They're probably using DASH[1]. The video is split into several segments and therefore the player will fill the bufer only until the end of the current segment. Below each codeschool video you have a download link, so you can view them offline. [1]: http://en.wikipedia.org/wiki/Dynamic_Adaptive_Streaming_over...

I see that's probably what it is, thanks for the info. I will probably just need to download them.

Re: Learn AngularJS with free interactive lessons

#16
post #14

Look at the pages indexed in google: https://www.google.pt/search?q=inurl%3Ahttp%3A%2F%2Fwww.lear... Now look at the source with ctrl+u. (example url: view-source: http://www.learn-angular.org/#!/lessons/binding-css-classes ) Now you know why he needs server side rendering (: Anyway I never tried angular, and this tutorial made me try it. Is explains very very well how to get started, that's true.

Seeing how I figured out how to index angularjs pages for searching myself in one evening I imagine it won't be too long before google improves on this.

Re: Learn AngularJS with free interactive lessons

#17
post #5
post #4

Earlier quoted context omitted.

While Angular can certainly be used for simple progressive enhancement-kind interactions, its strength lies in single page/fat client apps, and in this case not having javascript and still getting basic functionality would mean duplicating it on the server. Still, it would be a good idea to display a noscript message alerting the user about the JS requirement.

Blank landing pages = bad CEO,no matter how much escape fragment or trick one pulls. And CEO still make a difference,when the social echo dims.

I imagine you yelling this statement with conviction...in a room full of people extremely confused about why you always blame the CEO for everything.

Re: Learn AngularJS with free interactive lessons

#19
post #8

CodeSchool recently launched a (Google sponsored, free) Angular course with exercises too: http://campus.codeschool.com/courses/shaping-up-with-angular... The more the merrier!

I went through these yesterday, they are some the best tutorials out there right now for Angular IMO, I recommend anyone wanting to learn Angular to check them out.
Post reply on HN