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: JavaScriptJavaScript
- Wikibooks
This book is a guide to JavaScript, a scripting language widely used in web pages and web applications. This book is written as a tutorial, in the sense that all key concepts are explained. It is assumed that you have a background in programming.
(11143 views)
Book cover: D3 Tips and Tricks: Interactive Data Visualization in a Web BrowserD3 Tips and Tricks: Interactive Data Visualization in a Web Browser
by - Leanpub
D3 Tips and Tricks is a book written to help those who may be unfamiliar with JavaScript or web page creation get started turning information into visualization. d3.js is an extraordinary framework for presentation of data on a web page.
(7325 views)
Book cover: Building Front-End Web Apps with Plain JavaScriptBuilding Front-End Web Apps with Plain JavaScript
by - Web-Engineering.info
This book shows how to build front-end web applications with plain JavaScript, not using any framework. A front-end web application can be provided by any web server, but it is executed on the user's computer device, and not on the remote web server.
(10531 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.
(9926 views)