Peter Seliger (@petsel)
  • Stars
    star
    119
  • Global Rank 182,609 (Top 7 %)
  • Followers 39
  • Following 28
  • Registered almost 15 years ago
  • Most used languages
    JavaScript
    100.0 %
  • Location 🇩🇪 Germany
  • Country Total Rank 9,662
  • Country Ranking
    JavaScript
    3,094

Top repositories

1

not-awesome-es6-classes

A curated list of resources on why ES6 (aka ES2015) classes are NOT awesome
88
star
2

javascript-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«
JavaScript
21
star
3

twitter-figure

Hamburg Hackaton (#hackathonHH) Frontend Hack Repro - working result can be seen at http://petsel.github.io/twitter-figure/
JavaScript
3
star
4

javascript-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«
JavaScript
3
star
5

composable

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.
JavaScript
2
star
6

javascript-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
JavaScript
1
star
7

es-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.
JavaScript
1
star