Alex Montoya's repositories
abdelrahman
I'm making this website for a friend of a friend who sells food from his dorm
chameleon-language
This is a prototype of a programming language that implements a few features I've been thinking about for some time. It is designed mostly for thinking about.
ebay-manager
A simple program for keeping track of separate profits/losses for different resale strategies
go-cached-json
A simple wrapper around encoding/json that stores the encoded json so that you don't have to keep re-evaluating it or storing it yourself.
go-notifier
Inspired by github.com/imkira/go-observer, except more suited for value-update-observers than event-observers
passport-js-demo
I'm making this website to learn how to use passport.js
strictjson
Provides a single function for unmarshalling json into a struct. This function requires all exported struct fields to be present in the json and doesn't allow any unknown/unexported fields.