CodeNewbie: Supportive community of programmers and people learning to code
Link: Kotlin: A New Hope in a Java 6 Wasteland
Adonis: Node.js MVC framework
Go Forum: Discussion forum for the Go programming language powered by Discourse
JSON Schema/Hyper-Schema: Describes your JSON data format or JSON API
Clipboard.js: Small, modern, JavaScript library to copy to clipboard. No flash.
Civil: Commenting platform that lets users help rate the civility of random comments
flowchart.js: Draw SVG flow chart diagrams from textual representation of the diagram
Link: Composition over Inheritance
https://medium.com/humans-create-software/composition-over-inheritance-cb6f88070205 ᔥ
Inheritance is when you design your types after what they are, while composition is when you design your types after what they can do.