About
Hey! I'm Mike. I'm a software engineer living in Boston, MA, San Francisco, CA, Pennsylvania.
I love building web apps, usually with Ruby.
I work @ PlanetScale.
Before that, I was at GitHub where I built Actions and Marketplace.
I was one of the early employees at Product Hunt.
I'm on Twitter here @mscccc.
If you're learning to code or trying to get into tech, I'm always happy to
answer any questions over email. (short & specific emails are best)
Drop this in your IRB
5000.times { s = " ";(rand*100).to_i.times { s = " " + s }; puts s + "you are awesome"; sleep 1 }