Page 1 of 1

AngularJS

Posted: Mon Feb 16, 2015 4:02 pm
by hallsofvallhalla
Best links to learn it? Any comments suggestions?

Re: AngularJS

Posted: Mon Feb 16, 2015 5:43 pm
by vitinho444
I started following these: http://www.w3schools.com/angular/

Haven't give much time to it yet, and I kinda don't see where to use angular, why can't we use jquery instead?

PS: Don't hate on me for w3schools please :)

Re: AngularJS

Posted: Mon Feb 16, 2015 7:09 pm
by hallsofvallhalla
I find a ton of reasons to use it and the more I get in to it the more I am like "Wow, this is neat!"

The simplicity of the code inside of HTML is what I have been needing.

As far as W3Schools. I would never hate someone for using it just like I would never hate someone for using a 1963 Chevy truck repair book for their 2015 Chevy diesel. I would only question why?

Re: AngularJS

Posted: Mon Feb 16, 2015 7:18 pm
by vitinho444
:lol: :lol:
That analogy :D
Well I guess I "use" it (I just came by when searching for angular, just that) because it's a friendly "hello world" website..

Some digging and came by this playlist: https://www.youtube.com/watch?v=0m8oiW- ... mFR0Ud6E9I

I think ill watch it all :)

Re: AngularJS

Posted: Mon Feb 16, 2015 7:24 pm
by hallsofvallhalla
watch this one if you want to quickly see it in action

https://www.youtube.com/watch?v=WuiHuZq_cg4

Re: AngularJS

Posted: Mon Feb 16, 2015 7:29 pm
by hallsofvallhalla
vitinho444 wrote: Some digging and came by this playlist: https://www.youtube.com/watch?v=0m8oiW- ... mFR0Ud6E9I

I think ill watch it all :)
I can never understand how someone will go with Jquery, Angular, Bootstrap, you know libraries that speed up development and make it easier but then use a Mac and/or the command line to set it all up and handle everything.

It is like buying a radar detector, GPS, and a CD player to make your travels easier but then installing it all on a bicycle! Makes no sense to me.

Re: AngularJS

Posted: Mon Feb 16, 2015 11:11 pm
by Jackolantern
Tutorialpoint's tutorial looks pretty good. Thinkster.io's site has some nice in-depth tutorials that are really closer to courses than tutorials. I am not sure if they updated "A Better Way to Learn Angular", because it has existed for well over a year and may be outdated now. But they have another course on it that I believe is newer.

Re: AngularJS

Posted: Tue Feb 17, 2015 4:00 pm
by vitinho444
hallsofvallhalla wrote:
vitinho444 wrote: Some digging and came by this playlist: https://www.youtube.com/watch?v=0m8oiW- ... mFR0Ud6E9I

I think ill watch it all :)
I can never understand how someone will go with Jquery, Angular, Bootstrap, you know libraries that speed up development and make it easier but then use a Mac and/or the command line to set it all up and handle everything.

It is like buying a radar detector, GPS, and a CD player to make your travels easier but then installing it all on a bicycle! Makes no sense to me.
True that! I guess they like to be hipsters :D

Thanks for the vid.

Re: AngularJS

Posted: Sat Feb 21, 2015 7:41 pm
by Xaleph
I just watch some youtube tutorials to see how people start a project, and get some action going in their project. Once I know _how_ they do it, I can do it. And from there, whenever I need something, i`ll just google specifics I need. I`m done reading entire books/tutorials.

On the angular.js thing; why not to use angular.js It`s a nice read to know the pitfalls of angular and where you`ll have to watch out for. It does provide alternatives, but to me, it`s more an article that shows it`s pitfalls which you can avoid when you`re building your own angular app. I like to know the problems/limits of a framework before I begin working with it.. :)

Re: AngularJS

Posted: Sat Feb 21, 2015 8:42 pm
by vitinho444
Xaleph, I'm just like you, I just need to be pointed in the right direction, in this case, how to setup and start working with angular and how people go from scratch with it, then it's a matter of finding something to do with it, and google till your fingers bleed :D