Archives For jsdd

In this edition…

Continue Reading…

Some time ago I came across an excellent resource titled “Essential JavaScript Design Patterns“, written by Addy Osmani. Mr. Osami is a JavaScript developer for AOL, a member of the jQuery core team, among other roles, and is a strong writer. “Learning JavaScript Design Patterns” is a book-length document, available for free online. In it, Mr. Osami:

  • Introduces the concept of design patterns
  • Covers the fundamental design patterns (e.g., Singleton, Module, Prototype, Factory, Mixin)
  • Shows the implementations of the most common design patterns in both JavaScript and jQuery

I think the ideas and the details are well explained, although the subject matter itself does put it beyond the average JavaScript beginner. But if you’re solid with your JavaScript skills and are looking into design patterns, it’s well worth your time. In fact, I would say that if you’re interested  in the subject of design patterns, regardless of the language in use, the introduction that Mr. Osami provides to the subject is a must read.

As of 2013, I no longer directly sell the “Modern JavaScript” book. I appreciate the interest, but you’ll need to buy it from a bookstore instead.

I am very, very happy to say that I received my printed copies of Modern JavaScript: Develop and Design on Monday evening (February 20, 2012). It’s safe to say that the book actually exists, after many, many delays, and should be available to you soon. My sincerest thanks to everyone for their interest in the book and for their patience.

The official Web site for the book is https://www.larryullman.com/books/modern-javascript-develop-and-design/. You can view the book’s Table of Contents there, too. And I’ve created a support forum for the book, naturally.

Over the next couple of weeks, some articles and videos I did in support of the book will be made available, and I’ll link those here as that happens.

In this edition…

Continue Reading…