Integrating Frontend Components + Building Backbone Plugins
$34.99
Bought separately
$30.00
Bundle Price

Integrating Frontend Components + Building Backbone Plugins

About the Bundle

This bundle features a lot of knowledge useful for a front end developer. From building Backbone plugins to integrating existing libraries you will learn the mastery of front end development.

  • Share this bundle
  • Categories

    • Software
    • Startups

About the Books

Integrating Front end Components with Web Applications

Learn how to implement Bootstrap, tagging, autosuggest, spinners, date pickers, AJAX file uploaders and more in web applications
  • 614

    Readers

  • 195

    Pages

  • 49,143

    Words

  • PDF

  • EPUB

  • WEB

Over the past few years of building web applications I have gathered a list of tools and frameworks that assist in building frontend components that improve the usability and the visual appeal of web applications. This book will guide you through installation, usage and customization of these front end libraries, frameworks and components. 

Such common problems as integrating Bootstrap, Tagging, Notifications, Spinners, AJAX login and registration, AJAX contact forms, AJAX file uploads & Avatar Cropping, Date Pickers and more are discussed in the book. Besides integration of frontend components optimization is also discussed.

Chapter by chapter, you will be introduced to various concepts of using front end libraries to make your applications look better and be more useful for the end user.

When you reach the last page of the book you will be able to integrate over a dozen of front end components and frameworks in your applications and make your users happy.

Update 4/21/2014: by popular demand, if after reading the book you feel like it provides a lot more value than it's worth, feel free to give the author a tip through Paypal here or through Gittip here.

Building Backbone Plugins

Eliminate The Boilerplate In Backbone.js Apps
  • 1,270

    Readers

  • 209

    Pages

  • 55,732

    Words

  • 100%

    Complete

  • PDF

  • EPUB

  • WEB

Stop Building Apps With Broken, Boilerplate JavaScript

Master the art of extending and scaling Backbone.js … with just ONE book

Introducing …

Building Backbone Plugins

Extending Backbone.js The Smart, Scalable Way

  • Learn dozens of time-saving secrets
  • Build apps that can handle massive growth
  • Say goodbye to spaghetti-code solutions
  • Make better architecture decisions
  • Write maintainable, problem-free JavaScript

Because There’s a World of Difference Between Using a Framework … and KNOWING It

Get Back to Coding Cool Features Again

You’re not paid to build frameworks — you’re paid to build apps that solve the needs of your business. Building Backbone Plugins will free you from boilerplate code so you can focus on writing your application’s features.

Stop Fumbling Around Your Codebase

Keeping code small and readable is critical as your application evolves. Understanding — at a glance — what the code in any given file does is what makes the difference between being productive and flailing around for hours.

Put an End to Copy & Paste Programming

Boilerplate code requires you to copy-and-paste large chunks of code. Copy-and-paste code creates duplication. Duplication creates a maintenance nightmare. This book will teach you how to stop code-bloat in its tracks with powerful, easy-to-maintain abstractions and extensions.

Minimize Code, Maximize Freedom

Master the art of writing less code that does way more. After stripping down and streamlining your codebase with the help of this book, you’ll have more time to actually implement and improve those inspired, nice-to-have features you love but kept having to put on the back burner.

Understand WHY, Not Just How

This isn’t just a how-to book. It’s a why-to book designed to clarify the concepts and logic that hold Backbone together. Learn the “why” and “how” of building Backbone extensions without losing hours, days, even weeks to hopeless, confusing trial-and-error.

Build Fully Stocked App Architectures

Backbone offers a great, lightweight way to organize jQuery and other JavaScript code, but the trade-off is a lack of a complete app architecture. Building Backbone Plugins fills this gap by showing you what it takes to build scalable applications in Backbone and how to stock your toolbox with exactly what you need.

Get Real-Life, Real-App Tools & Techniques Distilled from Years of Experience with Backbone.js

I don’t know about you, but when I first starting using Backbone.js, I fell in love with it almost immediately.

After weeks of tearing my hair out over the hopeless tangle of JavaScript I’d “built” into my latest app, Backbone seemed like the answer to my prayers:

All of the patterns and practices that I’d learned from Windows development and thick GUI applications right there in front of me … only in JavaScript!

But it wasn’t long before I realized that using Backbone raised problems of its own: for one, a heavy reliance on copy & paste programming. To build out my apps, I had to keep adding more and more boilerplate code — the stuff that has to be there or nothing works right.

All that copy-and-pasting of code inevitably led to the copy-and-pasting of errors … which then required copy-and-paste fixes.

And that, frankly, is a ridiculous and wasteful way to code.

Based on my own trial & error-riddled experiences building MarionetteJS for Backbone, Building Backbone Plugins boils down more than 15 years of software development experience into one simple, easy-to-follow handbook designed to meet the real-life needs of actual JavaScript developers and their clients.

Using MarionetteJS as a reference, this book will show you how to write cleaner, more flexible JavaScript as well as how to keep your applications organized and easy-to-maintain — no matter how complex they get.

– Derick Bailey, creator of MarionetteJS

What Others Are Saying (and Loving!) About The Book

“A treasure trove of knowledge for the Backbone developer concerned with application architecture and extending Backbone” - Chris Webb

“The perfect read given that I was using Backbone in an unstructured manner, leaving many design paradigms in the dust … A great guide on how to transition from a mediocre Backbone web developer to a full-fledged software engineer with Backbone under their tool belt.” - Peter Tseng

“[This book] exposes parts of Backbone that many don’t know about and clearly shows how to extend Backbone in helpful ways that are generic enough to be usable by large numbers of users/projects.” - Joe Zimmerman

“[Building Backbone Plugins] provided me with a bunch of conceptual tools… good enough to roll my own!” - Domingo E. Savoretti

“Gave me a deeper understanding of event-driven applications, what a good backbone architecture looks like, and how to write cleaner code… All the code and examples can be traced back to Marionette, a real-world open source library … I got immediate benefit by applying it at work as I was reading the book, without having to create a project just to try out the concepts!” - Roberto Guerra

“The things I learned from this book will go a long way in both improving our code base as well as the skill-set of my team as a whole!” - Jason Krol

“This book has helped me gain a better understanding of Backbone.js — which will benefit me as well as my clients going forward.” - Paul Paulson

“I see Backbone plugins in a different light now as a result of this book. Whereas previously I regarded plugins as a last resort, now I think of plugins more as an essential enhancement to the Backbone framework. Plugins as explained in this book add a stronger procedural abstraction capability to Backbone … It reminds me somewhat of the power of C++ template metaprogramming compared to early versions of that language that lacked templates.” - Bodine

“I was surprised at the clarity of language and exposition [of Building Backbone Plugins] … This has a degree of polish comparable to books from O’Reilly or Manning. Geeky expertise we expect; clear writing is rare!” - Bodine

“Through example, this book walks you through the common challenges faced in Backbone development and how to sanely tackle those challenges … At least, that’s how it helped me!” - Michael Raumer

“This book is a reference for me every time I pick Backbone as the major library to deal with anything I build on the client side.” - Rui Pedro Lima

“[This book] showed me how Backbone really becomes powerful when properly handling events, especially in the context of using event handlers to trigger change in separate modules. … It’s helping me improve the maintainability and overall quality of the code I’m writing.” - Mike Tiemey

The Leanpub 60 Day 100% Happiness Guarantee

Within 60 days of purchase you can get a 100% refund on any Leanpub purchase, in two clicks.

Now, this is technically risky for us, since you'll have the book or course files either way. But we're so confident in our products and services, and in our authors and readers, that we're happy to offer a full money back guarantee for everything we sell.

You can only find out how good something is by trying it, and because of our 100% money back guarantee there's literally no risk to do so!

So, there's no reason not to click the Add to Cart button, is there?

See full terms...

80% Royalties. Earn $16 on a $20 book.

We pay 80% royalties. That's not a typo: you earn $16 on a $20 sale. If we sell 5000 non-refunded copies of your book or course for $20, you'll earn $80,000.

(Yes, some authors have already earned much more than that on Leanpub.)

In fact, authors have earnedover $13 millionwriting, publishing and selling on Leanpub.

Learn more about writing on Leanpub

Free Updates. DRM Free.

If you buy a Leanpub book, you get free updates for as long as the author updates the book! Many authors use Leanpub to publish their books in-progress, while they are writing them. All readers get free updates, regardless of when they bought the book or how much they paid (including free).

Most Leanpub books are available in PDF (for computers) and EPUB (for phones, tablets and Kindle). The formats that a book includes are shown at the top right corner of this page.

Finally, Leanpub books don't have any DRM copy-protection nonsense, so you can easily read them on any supported device.

Learn more about Leanpub's ebook formats and where to read them

Write and Publish on Leanpub

You can use Leanpub to easily write, publish and sell in-progress and completed ebooks and online courses!

Leanpub is a powerful platform for serious authors, combining a simple, elegant writing and publishing workflow with a store focused on selling in-progress ebooks.

Leanpub is a magical typewriter for authors: just write in plain text, and to publish your ebook, just click a button. (Or, if you are producing your ebook your own way, you can even upload your own PDF and/or EPUB files and then publish with one click!) It really is that easy.

Learn more about writing on Leanpub