He/him. I'm a computer programmer, software engineer, full stack developer, or whatever title comes along next. I'm a perpetual student, and enjoy delving into new languages, frameworks, and technologies. I've spent a great deal of my recent career in the domains of UNIX and the Internet, but am equally interested in new fields.
donjon provides random generators and other tools for pen-and-paper role-playing gamers. The backend is primarily written in perl, with some parts in C for performance. The frontend is a mix of Vue.js and vanilla javascript with Prototype. The site handles around 25 million requests per month.
The DragonVale Sandbox provides assistance for players of the DragonVale game for iOS and Android. The backend is entirely written in perl, and is why I've become a fan of Devel::NYTProf. The frontend was recently rewritten from vanilla javascript into Angular. The site handles approximately 25 million requests per month, and leverages Cloudflare to handle over 450 GB of data transfer.
Brickdraft is a web app I wrote to manage set drafts for my LEGO user group. It uses Google's Cloud Firestore to synchronize state and data between an arbitrary number of participants, and Vue.js and jQuery for presentation.