Projects
-
Alfred 3 Workflow: Node.js Tools [GitHub link] [Packal link]
This Alfred 3 Workflow includes some Node.js/NPM/NVM tools for developers. It’s open source, so feel free to contribute with improvements, suggestions for new tools and bug reports. -
Alfred 3 Theme: Alfred Dark variation [Gist link]
Afred Dark theme variant with translucent border, to make it more visible with dark windows (e.g. code editors with dark themes).
Experiments
-
CodeRemoveExample [GitHub link]
Examples about code disabling and removal for Android and JVM-based applications. Example for the post Disabling (and removing) code on release builds. -
Node.js async text [GitHub link]
Proof of Concept to prove an assumption on await/async functionality in Node.js 7.5+. -
NotificationListenerService Example [GitHub link]
Tests on notification listeners and controlling notifications behavior in Android Marshmallow and above. Related to this answer in StackOverflow.