Trunk Based Development : A source-control branching model, where developers collaborate on code in a single branch called ‘trunk’ *, resist any pressure to create other long-l...
CWE/SANS Top 25 Most Dangerous Programming Errors : The CWE/SANS Top 25 Most Dangerous Software Errors is a list of the most widespread and critical errors that can lead to serious vulnerabilities in so...
Byte saving techniques : This is a collection of JavaScript wizardry that can shave bytes off of your code.
Vanilla List : The Vanilla Javascript Repository. A searchable repository of dependency-free JavaScript libraries. Over 100 projects and growing.
idiomatic.js : Principles of Writing Consistent, Idiomatic JavaScript
Eloquent JavaScript is a book providing an introduction to the JavaScript programming language and programming in general.