Book Image

AngularJS Web application development Cookbook

By : Matthew Frisbie
Book Image

AngularJS Web application development Cookbook

By: Matthew Frisbie

Overview of this book

Packed with easy-to-follow recipes, this practical guide will show you how to unleash the full might of the AngularJS framework. Skip straight to practical solutions and quick, functional answers to your problems without hand-holding or slogging through the basics. Avoid antipatterns and pitfalls, and squeeze the maximum amount out of the most powerful parts of the framework, from creating promise-driven applications to building an extensible event bus. Throughout, take advantage of a clear problem-solving approach that offers code samples and explanations of components you should be using in your production applications.
Table of Contents (17 chapters)
AngularJS Web Application Development Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Introduction


Mastering a programming language or framework demands more than merely reading through the documentation or cruising through one tutorial; it requires that you read a ton of code written by other developers. For the same reason, art museums don't have works from only one painter, or Beethoven's symphonies aren't written for one instrument, or the best technology companies don't rely on the ideas of one engineer. Complex, analytical, and creative thoughts are best stimulated by multitudinous, diverse, and often orthogonal channels of input. Gleaning the inner machinations of someone else's mind by dissecting their work is an intensely intimate and educational process, and reading their code will provide you with an escape from the echo chamber of your own mind.

As you consume more and more code, you will be inundated with an understanding of the idiomatic methodologies that can make a great technology just a little bit better. Often, within that code, you will discover hacks,...