Logo

Essential JavaScript and jQuery Design Patterns

Small book cover: Essential JavaScript and jQuery Design Patterns

Essential JavaScript and jQuery Design Patterns
by

Publisher: addyosmani.com

Description:
Design patterns are reusable solutions to commonly occurring problems in software development and are a very useful tool to have at your disposal. This book will take a look at a number of popular JavaScript design patterns and explore why certain patterns may be more suitable for your projects than others. Patterns can be applied not just to vanilla JavaScript, but also to abstracted libraries such as jQuery or Dojo as well.

Home page url

Download or read it online for free here:
Download link
(multiple formats)

Similar books

Book cover: JavaScript AllongéJavaScript Allongé
by - Leanpub
JavaScript Allongé solves important problems for the ambitious JavaScript programmer. It gives you the tools to deal with bugs, hitches, edge cases, and other potential pitfalls. This book gives you a gentle start before showing you its full depth.
(14006 views)
Book cover: Exploring ES2016 and ES2017Exploring ES2016 and ES2017
by
This book is about ECMAScript 2016 and ECMAScript 2017, new versions of JavaScript. The 2016 and 2017 iterations bring worthwhile improvements: Async functions, Shared memory and atomics, as well as improvements to core Array and String classes.
(5011 views)
Book cover: React.js for the Visual LearnerReact.js for the Visual Learner
by - Leanpub
The book teaches the absolute basics of React.js to an absolute beginner through design principles, visual-friendly examples, and a super practical teaching methodology. My writing style always includes stories and personal experiences.
(5974 views)
Book cover: Programming JavaScript ApplicationsProgramming JavaScript Applications
by - O'Reilly Media
Learn how to build complete web scale or enterprise applications that are easy to extend and maintain. By applying the design patterns outlined in this book, you'll learn how to write flexible and resilient code that's easier to work with.
(9932 views)