andfaulkner
Married to JS/TS, having love affairs w/ Ruby, Clojure, & Kotlin. Old pals w sh, frenemies w/ Java. Ex-neuroscientist. Obsessed w my kids & dog, rave music, etc
Ottawa Health Research Institute: mHealth lab (@Ottawa-mHealth)Ottawa, Ontario
Pinned Repositories
dev-environment-components
Miscellaneous snippets defined throughout time developing Node.js, Typescript, Ruby, React.js, Clojure, etc apps - workflow improvements. Backup repository for local abstractions to speed up development. Guides for learning various languages and concepts.
env-var-helpers
Quickly grab info from common environment variables (NODE_ENV, LOG_LEVEL, RELEASE_ENV, etc)
kotlin-multiplatform-example-with-typescript
Kotlin 1.2.* multi-platform example & experiments. Includes typescript, nodemon, etc.
mad-logs
Winston-lite-esque logging lib for terminal and browser debugging, with piles of unignorable log tags and marker styles. A mad set of logs indeed.
mad-utils
Miscellaneous Typescript utilities: isomorphic, node-specific, and browser-specific. Documentation is very WIP.
node-common-constants
Collection of commonly used constants such as various dates and times, mathematical constants like PI, log levels, and default ports
pad-comments-sublime
Sublime Text plugin to add padded comments to lines
pattern-design-showcase-webapp-2
NodeJS, Express, React, Redux, Babel, Webpack, Radium, Gulp, Redis, Postgres, Sass, Knex
react-typescript-template--space-flip-game
Simple WIP space 'shooting' and board flipping game made to act as a template for future React applications written in Typescript...using any combination of Redux, Webpack, Babel, postcss, postgres, npm, lodash, bootstrap (components), ExperssJS, and enzyme.
andfaulkner's Repositories
andfaulkner/kotlin-multiplatform-example-with-typescript
Kotlin 1.2.* multi-platform example & experiments. Includes typescript, nodemon, etc.
andfaulkner/node-common-constants
Collection of commonly used constants such as various dates and times, mathematical constants like PI, log levels, and default ports
andfaulkner/react-typescript-template--space-flip-game
Simple WIP space 'shooting' and board flipping game made to act as a template for future React applications written in Typescript...using any combination of Redux, Webpack, Babel, postcss, postgres, npm, lodash, bootstrap (components), ExperssJS, and enzyme.
andfaulkner/hello-vue
VueJS experiments - WIP
andfaulkner/sublime-function-scope-log-sorcery
Magic utils for function and class scope names. Insert a convenient surrounding function and class name-containing log in Typescript. Add function and class scope to status bar.
andfaulkner/SublimeFunctionNameDisplay
Display current class and function name on the status bar
andfaulkner/express-redis-typescript-auth-test-project
Experiments setting up proper auth with ExpressJS, Redis, Typescript, React, React-Router, and PassportJS
andfaulkner/findHandlersJS
Stop wasting your time looking for where those handlers are registered, use findHandlersJS and discover them instantly
andfaulkner/gulp-display-help
Output beautiful custom help text for your gulp tasks and parameters
andfaulkner/node-errorcatcher
Handle uncaught node errors. Stylize error output.
andfaulkner/TypeScript
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
andfaulkner/babel
:tropical_fish: Babel is a compiler for writing next generation JavaScript.
andfaulkner/commander.js
node.js command-line interfaces made easy
andfaulkner/DefinitelyTyped
The repository for high quality TypeScript type definitions.
andfaulkner/elm-experiments-1
Initial experiments with Elm language/framework
andfaulkner/enzyme
JavaScript Testing utilities for React
andfaulkner/filter-argv
Return filtered forms of process.argv (e.g. flag arguments excluded, only arguments containing "=" included, etc.)
andfaulkner/intern
A next-generation code testing stack for JavaScript.
andfaulkner/kidnap-console
Wrap a function. Capture all its logs, stop them from displaying, and store them for later access along with the return value. Makes console log output testing a breeze.
andfaulkner/learning-kotlin-1
Experiments to learn Kotlin
andfaulkner/mobx
Simple, scalable state management.
andfaulkner/mobx-react
React bindings for MobX
andfaulkner/mock-local-storage
Mock lodcalStorage for headless unit tests
andfaulkner/moment-precise-range
A moment.js plugin to display human-readable date/time ranges
andfaulkner/npm-expansions
Send us a pull request by editing expansions.txt
andfaulkner/package_control_channel
Default channel file for Package Control. Follow the directions at:
andfaulkner/react-router-intl-routing
React Router 4 and React-Intl translated routes glued together with Mobx
andfaulkner/ruby-cli-utils
A set of handy command line utilities written in Ruby. Folder containing scripts is intended to be added to your environment PATH.
andfaulkner/twee-db
Experiments in creating a pure JS NoSQL database. Personal learning toy.
andfaulkner/typescript-require
Require extension for easy TypeScript interop within Node.JS