Summary

Player-coach engineering leader with a YC acquisition under my belt — BufferBox, acquired by Google while I was still a student — and a track record of rescuing chaotic codebases and building high-performing engineering cultures at early-stage companies. Currently Head of Engineering at Pallet, leading ~20 engineers building AI automation for logistics. I'm drawn to the early innings: the messier the system, the more satisfying the fix.

TypeScript · Go · Ruby · Dart · Python · gRPC · SQL · Redis · GCP · AWS


Work History

Head of Engineering Pallet

August 2024 - Present

Founding Software Engineer / Principal Finch (YC S20)

July 2021 - August 2024

Staff Software Engineer (L6) Google / Area 120 / Orion Wi-Fi

August 2019 - July 2021

Software Engineer Google / Nest

July 2014 - August 2019

Go · Ruby on Rails · Ember.js · TypeScript · MySQL · Redis · AWS · GCP · Git · nginx · Kubernetes · OAuth · SAML · JWTs

Partner Technology Manager Google / BufferBox

May 2013 - July 2014

Lead Developer BufferBox (YC S12 — acquired by Google)

July 2012 - May 2013

Co-op · University of Waterloo

Business Development Intern Xtreme Labs (acquired by Pivotal Labs)

September 2011 – December 2011

  • Advised partners on strategy for rapidly emerging mobile platforms
  • Authored sales materials, pitch decks, one pagers and blog posts
  • Handled lead qualification and manages sales funnels via Salesforce

Agile Engineer Intern Xtreme Labs (acquired by Pivotal Labs)

January 2011 – May 2011

  • Developed the Globe & Mail Politics app for iPhone
  • Contributed code to a BlackBerry OS 6 music app
  • Worked closely with customers to implement innovative features

Agile Engineer Intern Xtreme Labs (acquired by Pivotal Labs)

May 2010 – September 2010

  • Quickly learned Ruby on Rails to build web apps and mobile backend
  • Employed test driven development in an agile programming environment
  • Introduced to cutting edge HTML5/CSS3 features (canvas, transitions, etc)

Settlements Support Intern IESO

September 2009 – December 2009

  • Built a system to calculate compensation for heavy load curtailment in Ontario's Demand Response program
  • Handled data retrieved from field metering points on Ontario's distribution system
  • Authored technical documents defining requirements, specifications and testing strategy

Market Entry Intern IESO

January 2009 – May 2009

  • Developed a database to help utilities report participation in Ontario's Smart Metering program
  • Upgraded and maintained legacy database systems (Microsoft SQL Server & Microsoft Access)
  • Gained exposure to the operation of Ontario's electricity market

Education

Bachelor of Applied Science, Honours Electrical Engineering, University of Waterloo

Software Development · Artificial Intelligence · Communications & Network Security · Cryptography

Fourth Year Design Project Unlockly

  • Built a Wi-Fi connected smart lock that could be used from any internet connected device
  • State changes (open/close or lock/unlocked) pushed to cloud, then to user (SMS/email)
  • Awarded Velocity Demo Day Peoples' Choice $1000 Award Page 17

Personal Projects

txtshr

  • A secure, zero-knowledge text-sharing tool — the server never sees your text or passphrase
  • CLI encrypts text locally with AES-256-GCM (key derived via PBKDF2-SHA256, 600k iterations) and produces a shareable URL; the recipient decrypts entirely in-browser via the Web Crypto API
  • Encrypted payload lives in the URL fragment (#), which browsers never transmit to the server per RFC 3986
  • Supports custom ES-module renderers (Markdown, code highlighting, charts, etc.)
  • Installable via brew install aren55555/tap/txtshr

#WeeklyBangers

  • Extracts Tweets from Twitter
  • Transforms the tweets with #weeklybanger augmenting them with music metadata (song title, artist, etc)
  • Loads a fully client side static HTML/CSS/JS page that is automatically re-deployed to my server host

App/API Version to GitHub

  • Chrome extension that detects version identifiers (like git commit SHAs) on web pages and creates one-click links to view that commit on GitHub
  • Works with JSON endpoints (API health checks, status pages) and HTML pages with version info in meta tags
  • Useful for debugging production issues, verifying deployments, and incident response
  • Features flexible URL pattern matching, settings sync across browsers, and team config sharing via export/import

github.com/google/jsonapi

CampusMeme

  • Site allowed users to upload and share memes related to collegiate life
  • Scaled to handle 10k+ uniques in a month at site's peak

MyTeam2014

  • Built to allow users to build roster projections for the 2014 Olympic Ice Hockey event
  • Tight integration with Facebook's platform APIs (authentication, sharing, etc)
  • Scraped NHL.com for player information, images and stats