Permalink

16

Learning JavaScript Design Patterns – An Updated Free Book For Developers

Read Later submit to reddit

Over the past year or so I've been actively trying to encourage more developers to invest time in learning about the benefits of design patterns and how they can be applied to JavaScript. To help with this, I wrote a … Continue reading

Permalink

44

Essential JavaScript Namespacing Patterns

Read Later submit to reddit

In this post, I'll be discussing both intermediate and advanced patterns and approaches for namespacing in JavaScript. We're going to begin with the latter as I believe many of my readers have some prior experience in this area. If however … Continue reading