During the year I collect a lot of articles that I should have a look at, now during the holidays I can finally have a look at them.
2 great articles on Smashing Magazine I can recommend are:
Journey Through The JavaScript MVC Jungle: A review of some JavaScript frameworks by the same guys that brought us TodoMVC(a GitHub project that contains the same site written in all possible JavaScript frameworks). It lists the Pros and Cons of each of these frameworks helping you to choose one you’ll like.
Designing Better JavaScript APIs: This article talks about designing the APIs that developers will love using. It covers the most important things that you will need to consider before and while writing your own utilities and libraries.