Projects

Okteto

Okteto is a cli tool that helps you move your development workflow entirely to kubernetes, avoiding the time-consuming docker build/push/pull/redeploy cycle.

Available on github

Slack-Stargazer

Send a message to a Slack channel when someone stars a GitHub repository. Stars are a vanity metric, but it does give you a nice morale boost. I did this mostly to play around with the GitHub API, slack and to try and develop something end-to-end on my mobile phone (close, but not quite there!)

Remix on Glitch

i2kit

i2kit is a cli tool to deploy container-based applications on the cloud. The tool will create a minimalistic, LinuxKit-based VM with the application containers, generate a cloud formation template based on a yaml manifest, and launch it. The goal is to offer the same type of features that kubernetes and docker's universal control plane offer, but with cloud-native services, and without requiring a cluster.

Available on github

Bitbucket pull requests

A VSCode extension to start to pull requests directly from the IDE.

Install from here

Available on bitbucket

VSCode marketplace downloads

SE Radio podcast player

An Amazon Echo skill to play episodes of SE Radio. Currently in development.

Where's my bus?

An Amazon Echo skill that helps you figure out when the next MUNI is coming. Install here

fiveoneone

Python library to consume transit data from http://511.org/. It allows you to get bus routes and arrival times. Build this as part of the development of Where's my bus

Available on github and pypi

nose-xunitmp

Nose plugin to add xunit like reporting to nosetests when running in multiprocess mode.

Available on github