diff --git a/resume.html b/resume.html
index 7e5cb38..f418b5c 100644
--- a/resume.html
+++ b/resume.html
@@ -129,11 +129,14 @@
Programming Language Engineer, Chapel
Hewlett Packard Enterprise | Summer 2022 - Present
- - Contributed to development of LLVM-based distributed programming language written in C++.
- - Investigated and implemented initial AMD GPU programming support using Clang and ROCm tooling.
- - Revamped compiler error messages by building a new type-safe error reporting API.
- - Designed, launched, and authored articles for the Chapel language technical blog built with Hugo,
- HTML, and Sass.
+ - Added support for compile-time reflection, various language keywords, and full scope resolution as part of rearchitecting
+ an LLVM-based compiler written in C++.
+ - Investigated and implemented initial AMD GPU programming support using Clang and ROCm tooling, setting
+ the foundation for compatibility with leading-edge supercomputers.
+ - Empowered compiler developers to provide helpful and informative error messages by designing and implementing
+ a type-safe error reporting API.
+ - Designed, launched, and authored articles for the Chapel language technical blog
+ providing a place for long-form content about the language and helping community growth.