not-awesome-es6-classes. A curated list of resources on why ES6 (aka ES2015) classes are NOT awesome
101javascript-code-reuse-patterns. low level abstraction, module based, code reuse patterns (function based Traits, Mixins) intended for reflecting the basics before starting with more complex meta programming approaches. »JavaScript Code Reuse Patterns - Function Based Object and Type Composition«
23javascript-method-modification. Thoughts about how to adopt the principles of Aspect Oriented Programming (AOP) to JavaScripts dynamic and functional nature. »JavaScript Method Modification - Aspect Oriented Function Composition«
3twitter-figure. Hamburg Hackaton (#hackathonHH) Frontend Hack Repro - working result can be seen at http://petsel.github.io/twitter-figure/
3composable. preview at a composable ECMAScript 3 compatible system - rather a proof of concept that code duplication within a modular system almost can be prevented with Trait/Mixin based object composition. "modification.ao" is a fully aspect oriented javascript system. - no build/test automation at all. - no tests - still handcrafted.
2es-function-modifiers. Prototypal and non-prototypal implementations of possibly desirable JavaScript/ECMAScript function/method-modifiers which allow the interception, introspection and manipulation of a function's/method's control flow in terms of its arguments, return value and context at such a modified function's/method's call/apply/execution time.
1javascript-api-extensions. just another bunch of extensions; mostly to JavaScript's core api - an outdated/unsupported "code quarry" for projects like https://github.com/petsel/composable
1