HomeRésuméOpen SourceWorkBlog

Home

I am a software engineer with experience working in PHP, JavaScript, Python, C, and other languages. I completed my undergraduate education at Tufts University, double majoring in Computer Science and Political Science and graduating magna cum laude in 2024 with a Bachelor of Science degree. As part of my work in Computer Science, I chose to write an honors thesis in my senior year, see here for details.

I am currently pursuing a Master of Science in Computer Science, also through Tufts. I will be graduating in August of 2025.

See the links in the navigation bar above for more information about my experience.

Contact

Blog

I also have a blog. You can see a full index of my posts here. My latest blog post is:

Pygments Syntax Highlighting for Markdown

Friday, 18 July 2025

This week, I published a new composer package that adds support for syntax highlighting of code snippets embedded in Markdown documents. The new package uses the Pygments highlighting library (from Python) and connects it to the CommonMark PHP library for rendering Markdown. Continue reading...