AngularJS is an incredibly powerful framework but sometimes it can be confusing and frustrating trying to figure out how all of these amazing features actually fit together. In this series, you will learn how to build a non-trivial AngularJS application from the ground up through a series of small, digestible lessons.
As we build out our sample application, Eggly, you will quickly start to identify useful techniques that you can apply to your own projects. The videos series is broken out into three series so that you can start at whatever level is most appropriate for you.
In this first series, we are going to focus on the absolute essentials for getting an AngularJS application up and running. We will start with a static HTML page and learn how to bootstrap an AngularJS application and add in functionality using AngularJS views and controllers. When we complete this section, you will have a functioning Eggly application where you can create, update and delete bookmarks and filter them based on the selected bookmark category.
Don't miss Part 2: Application Architecture!
A Community Resource means that it’s free to access for all. The instructor of this lesson requested it to be open to the public.
Thanks for this course! I'm getting back in shape after being away from AngularJS for about 4-5 years. I have to refactor a giant legacy application and your videos are certainly going to be helpful.
I love the course, the only thing is that sometimes, as someone 100% new to angular, I would get a bit lost on syntax or why a certain thing is where it is, So I guess for a beginner a little more of explanation would be nice, but I learned a lot from the course despite that.
The course was really good to understand the basics of angularjs.
Great course with good examples - there's a lot packed into one short course. Also, good explanations of what the author is doing step by step.
This is awesome. Simple and easy to understand. Covers all basics.
first of all thank you, for this precious course. for a beginner,for the first time, a little bit difficult to understand the code.
Become familiar with the Workers CLI wrangler
that we will use to bootstrap our Worker project. From there you'll understand how a Worker receives and returns requests/Responses. We will also build this serverless function locally for development and deploy it to a custom domain.
This is a practical project based look at building a working e-commerce store using modern tools and APIs. Excellent for a weekend side-project for your developer project portfolio
git is a critical component in the modern web developers tool box. This course is a solid introduction and goes beyond the basics with some more advanced git commands you are sure to find useful.