Hey all - we'd love to hear any questions, criticism, or ideas you have. Also, we have a pdf version of the ebook available for $25 on the site, but we'd like to give all of you on HN a 20% discount. You can go to this URL to get the cheaper price - http://gum.co/SUry/awesomehners Thanks for all of your support!
It would be great to see a demo of the app being built. Either a couple of minutes of video or an actual link!
AngularJS Tutorial: Learn to Build Modern Web Apps
41–50 of 93 posts
Re: AngularJS Tutorial: Learn to Build Modern Web Apps
#42Hey all - we'd love to hear any questions, criticism, or ideas you have. Also, we have a pdf version of the ebook available for $25 on the site, but we'd like to give all of you on HN a 20% discount. You can go to this URL to get the cheaper price - http://gum.co/SUry/awesomehners Thanks for all of your support!
It would be great to see a demo of the app being built. Either a couple of minutes of video or an actual link!
Re: AngularJS Tutorial: Learn to Build Modern Web Apps
#43Re: AngularJS Tutorial: Learn to Build Modern Web Apps
#44Hey all - we'd love to hear any questions, criticism, or ideas you have. Also, we have a pdf version of the ebook available for $25 on the site, but we'd like to give all of you on HN a 20% discount. You can go to this URL to get the cheaper price - http://gum.co/SUry/awesomehners Thanks for all of your support!
It would be great to see a demo of the app being built. Either a couple of minutes of video or an actual link!
Re: AngularJS Tutorial: Learn to Build Modern Web Apps
#45Re: AngularJS Tutorial: Learn to Build Modern Web Apps
#46Many of the more confusing Angular fundamentals that many tutorials like these don't stress egghead.io has short 2 to 3 minute videos explaining in very clear terms.
PS. I know I sound like a shill, but I have nothing do with egghead.io other then I've found them immensely useful.
Re: AngularJS Tutorial: Learn to Build Modern Web Apps
#47The best place I have found to learn about Angular is http://egghead.io . The videos are really clear and concise. Many of the more confusing Angular fundamentals that many tutorials like these don't stress egghead.io has short 2 to 3 minute videos explaining in very clear terms. PS. I know I sound like a shill, but I have nothing do with egghead.io other then I've found them immensely useful.
Re: AngularJS Tutorial: Learn to Build Modern Web Apps
#48The best place I have found to learn about Angular is http://egghead.io . The videos are really clear and concise. Many of the more confusing Angular fundamentals that many tutorials like these don't stress egghead.io has short 2 to 3 minute videos explaining in very clear terms. PS. I know I sound like a shill, but I have nothing do with egghead.io other then I've found them immensely useful.
We have all the egghead videos, complete with ASCIIcasts and source code, on our site: http://www.thinkster.io/egghead .
Re: AngularJS Tutorial: Learn to Build Modern Web Apps
#49I'm not sure if I'm more excited or creeped out. Yesterday, I decided I wanted to learn Angular and I figured making a fantasy football clone would be a fun, interesting way to do it -- something I'm vaguely passionate and vaguely knowledgeable about, something that isn't a Twitter clone, lots of numbers, something I can show to a few friends without having their eyes glaze over. Then this came out. Super excited for…
Re: AngularJS Tutorial: Learn to Build Modern Web Apps
#50Working with a large Angular app, I've found it much nicer to split away from the "Rails"-style convention of grouping by type (controllers, models, etc) and instead grouping by modules. This plays especially well with Angular where you can group everything within a module together and include a single module which ties all the dependencies together. Curious if others do something similar and group code together by m…