Chris

Isler

Developer. Athlete. Musician.

GameDuel


Place bets on games and discussion events with in-game currency!

GameDuel is designed for mobile use. Built using PostgreSQL, Express, React, and Node.

Wavematch

JavaScript's missing control flow: pattern matching.

Compare input data against patterns and execute code based on those matches.

Chips

JavaScript library for functional programming, inspired by Ramda.js.

const C = require('chips'); const smoosh = array => C.reduce((a, b) => a.concat(b), [], array); smoosh([ 1, 2, [ 3 ] ]); // => [ 1, 2, 3 ] const flatSum = C.pipe(smoosh, C.reduce((a, b) => a + b, 0)); flatSum([ 1, 3, [ 5 ] ]); // => 9

About


I love writing code and building products for myself, friends, and work.

Beyond the Code: My passions include biking, running, skateboarding, immersing in 'Just Listen' by Mark Goulston, and uncovering hidden gems at local gyms.

Looking for work in the JavaScript world!


RESUME