AngularJS workshop to introduce beginner concepts:
The presenter is Ari Lerner from Fullstack.io and teaches AngularJS. The workshop covers tools needed for Angular development like text editors, browsers, and web servers. It demonstrates building a simple greeting app with Angular directives, controllers, expressions, and scopes. Data handling with the $http service and promises is explained. Dependency injection allows services like $http to be passed into controllers. Services are introduced as singleton objects that can persist data beyond a single controller.