Selasa, 09 September 2014

Mastering AngularJS Directives, by Josh Kurz

Mastering AngularJS Directives, by Josh Kurz

This is why we suggest you to constantly see this web page when you require such book Mastering AngularJS Directives, By Josh Kurz, every book. By online, you may not go to get guide shop in your city. By this on-line library, you can locate the book that you actually intend to check out after for very long time. This Mastering AngularJS Directives, By Josh Kurz, as one of the recommended readings, oftens be in soft data, as all book collections right here. So, you could likewise not get ready for few days later on to obtain and also read the book Mastering AngularJS Directives, By Josh Kurz.

Mastering AngularJS Directives, by Josh Kurz

Mastering AngularJS Directives, by Josh Kurz



Mastering AngularJS Directives, by Josh Kurz

PDF Ebook Download : Mastering AngularJS Directives, by Josh Kurz

Develop, maintain, and test production-ready directives for any AngularJS-based application

About This Book

  • Explore the options available for creating directives, by reviewing detailed explanations and real-world examples
  • Dissect the life cycle of a directive and understand why they are the base of the AngularJS framework
  • Discover how to create structured, maintainable, and testable directives through a step-by-step, hands-on approach to AngularJS

Who This Book Is For

Mastering AngularJS Directives is intended for developers who have experience with AngularJS and have a need for creating or customizing directives in any type of AngularJS application. This is a niche topic that focuses on very specific fundamental concepts of directive writing. This book is targeted at developers who have tried their hand at AngularJS, but would like to master it by learning how to make their own directives.

What You Will Learn

  • Master the ability to alter and transform DOM in an AngularJS context
  • Utilize and customize a directive that uses the core animation service
  • Incorporate any third-party library, with Angular Zen, which has a focus on advanced DOM manipulation
  • Discover the advantages of directives that yield the ability to compile dynamic templates
  • Understand every directive API option and their available uses
  • Find out how and why different types of tests are used on all types of directives
  • Optimize and enhance your application with custom directives
  • Explore what the future has in store for AngularJS directives and how it will tie into the present style of writing directives

In Detail

AngularJS offers many features that allow the creation of rich, compelling web applications. Directives are by far the most important feature to incorporate into any skill set. This book starts off by teaching basic and advanced techniques for the art of directive writing. The different techniques are taught by a series of examples that showcase when and why certain directives should be created, based on given use cases. It moves on to explain more about how to harness the potential of AngularJS, by incorporating external libraries, optimizing code, and using brand new functions such as animations.

Finally, the book includes an overview of the techniques and best practices that AngularJS developers need to keep in mind while developing their own applications. The overall goal of this book is to teach different aspects of directive writing that can be consumed by all levels.

Mastering AngularJS Directives, by Josh Kurz

  • Amazon Sales Rank: #949518 in eBooks
  • Published on: 2014-06-16
  • Released on: 2014-06-16
  • Format: Kindle eBook
Mastering AngularJS Directives, by Josh Kurz

About the Author

Josh Kurz

Josh Kurz is a client-side technician who constantly pushes the realms of frontend technologies by mixing new-age theories and proven Computer Science concepts. He has successfully shown that AngularJS can be used to create some of the fastest, most usable data visualization applications while working at Turner. He also has a true passion for open source code and believes it is one of the reasons for his success. Currently, outside of work, he is practicing to become a black belt in Jiu Jitsu.


Mastering AngularJS Directives, by Josh Kurz

Where to Download Mastering AngularJS Directives, by Josh Kurz

Most helpful customer reviews

7 of 7 people found the following review helpful. writing directives towatch live data for changes By Konrad Garus Unlike many general introduction books, “Mastering AngularJS Directives” by Josh Kurz takes a much more specialized approach. It assumes you know AngularJS fairly well and explores just one (but arguably the most complex) of its corners: directives.It’s not a thick book and the table of contents looks just right: Basic introduction to directives, a simple example, and then digging deeper into integration of third party libraries, compilation, communication between directives, writing directives to watch live data for changes, and finally some optimization and code quality notes.Unfortunately, the book is rather poorly written. It is confusing even to someone who has been using AngularJS profesionally for over 1.5 years. The explanations tend to be short and often miss the point. You may see a difficult issue brought up, followed by a listing over 2 pages long, and finally left with unsatisfactory explanation of how it works or why you would do it this way. In some ways it just lacks focus.There are some substantive errors too – calling JS objects “JSON notation”, mentioning singletons giving you a new instance every time etc.That said, even though it is a difficult read, it is not without value. I learned quite a few things myself, some of them mentioned directly and some between the lines. It’s one of the first attempts at thorough introduction to directives and it still may come in handy at times.The bottom line – I am not sure if I would recommend it to a friend. I liked “Mastering Web Application Development with AngularJS” by Paweł Kozłowski and Peter Darwin a lot better, and even though it’s not dedicated to directives it does better job at explaining them.

10 of 11 people found the following review helpful. Not bad, not good either, still the only choice as today. By Jesus Rodriguez Let's start saying I am an Angular expert and I read it so I could recommend it if I saw it good enough. I have mixed feelings, hence this score. The author knows how to write directives, I have no doubt about that (I have different opinions here and there, but that doesn't meant that I am right and he is wrong). The problem is that knowing how to work with something doesn't mean that you know how to write about it.The book TOC is really good, it cover everything about directives and it comes with a lot of examples, and they are good examples.The good parts I see here are: Is probably the most complete documentation out there about directives in the same place, that by itself makes this book worth the buy. There are a couple of examples and not only basic examples but also some jQuery wrapping which comes really really handy when you start using some jQuery plugins that doesn't have any angular rewrite.On the other hand, he likes to use tests and I really really appreciate it because tests is 200% needed when you're doing any kind of development.There is nothing left to explain, really. It covers basic directives, jQuery wrappers, compile function, inter-directive communication, isolated scopes, animation, promises, performance... It is really complete.Now, why I put 3 stars?Bad parts: I find it sometimes really really hard to understand, and I repeat, directives have no secrets for me but still, I find some of the explanation hard to understand (he tries to explain some things on the hardest way he found) and even I found a couple of things I don't like at all (that happened few times only). Tests are good, but he guessed you already know too much about it because he didn't stop that much on them, he puts them, say what you would need to test (that is cool) and not much more.The snippets are the worst thing I saw in much time in a book (not kindle). You can see a snippet with 12 spaces of indent and the next one with 2. Or one big snippet that every line is 1 space more indented. Or lines that should be indented but they are not. Makes the source really really hard to follow sometimes. Take that and the fact that there are no highlight, I skipped a lot of them to be honest.So my TL;DR; is: As today there are no better choice than this book so if you need to learn directives, you are going to learn with this book, but beware, it can be daunting sometimes both because some explanations and poor source code formating.

1 of 1 people found the following review helpful. I really hoped this book would be better than the reviews By Jennifer Meade I really wanted to like this book. Even though I already felt pretty good about my skills in AngularJS, I'm always looking for good material that can help me go from hacker to expert. Directives are such a key element of AngularJS and there simply aren't that many books on advanced topics in AngularJS that, despite the reading several poor reviews, I hoped I could read this book and at least walk away with some techniques and insights into how to build custom directives so that they are highly reusable and efficient. I should have paid more attention to the reviews.I really had a hard time from the get go with this book. The writing is just so poor that I couldn't follow along and found myself reading and re-reading passages over and over just to decipher what the author was saying. I don't mean I didn't understand the subject matter because it was too technical or too advanced for me. I really simply couldn't figure out what the writer was even talking about in areas.I also struggled with the overall style of the book. There were no real explanations provided with the example code. I often found myself reading about a topic and then having a really hard time trying to figure out how the sample code was in anyway related to that topic. I'm sure the author had a point for using that bit of code in that precise place in the book, but there was often no hint whatsoever about what that point was. This could just be a disconnect for me because of my learning style, but I found it really disconcerting and frustrating.Anyway, no offensive to the writer, I'm sure he's a great developer, just not particularly good at writing instructional text.

See all 6 customer reviews... Mastering AngularJS Directives, by Josh Kurz


Mastering AngularJS Directives, by Josh Kurz PDF
Mastering AngularJS Directives, by Josh Kurz iBooks
Mastering AngularJS Directives, by Josh Kurz ePub
Mastering AngularJS Directives, by Josh Kurz rtf
Mastering AngularJS Directives, by Josh Kurz AZW
Mastering AngularJS Directives, by Josh Kurz Kindle

Mastering AngularJS Directives, by Josh Kurz

Mastering AngularJS Directives, by Josh Kurz

Mastering AngularJS Directives, by Josh Kurz
Mastering AngularJS Directives, by Josh Kurz

Tidak ada komentar:

Posting Komentar