Tweak the two bullets

Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
Danila Fedorin 2024-12-30 16:56:34 -08:00
parent 03995b386f
commit 369d7879e6

View File

@ -145,7 +145,7 @@
<h2>Senior Programming Language Engineer, <a class="project-link" href="https://chapel-lang.org">Chapel<i data-feather="link" class="project-link-icon"></i></a></h2> <h2>Senior Programming Language Engineer, <a class="project-link" href="https://chapel-lang.org">Chapel<i data-feather="link" class="project-link-icon"></i></a></h2>
<div class="position-location">Hewlett Packard Enterprise | Summer 2022 - Present</div> <div class="position-location">Hewlett Packard Enterprise | Summer 2022 - Present</div>
<ul> <ul>
<li>Added support for compile-time reflection, various language features, and full scope resolution to compiler written in <em class="bold">C++</em>.</li> <li>Implemented compile-time reflection, parallel iterators, and trait-like interfaces in Chapel's <em class="bold">C++</em>-based compiler.</li>
<li>Led development of <em class="bold">Python</em> bindings for compiler, accelerating development of a linter and a language server by over 10x.</li> <li>Led development of <em class="bold">Python</em> bindings for compiler, accelerating development of a linter and a language server by over 10x.</li>
<li>Leveraged profiling information to improve performance of scope resolution compiler pass by 30%.</li> <li>Leveraged profiling information to improve performance of scope resolution compiler pass by 30%.</li>
<li>Designed a type-safe error reporting API, improving developer experience and enabling 100+ custom error messages.</li> <li>Designed a type-safe error reporting API, improving developer experience and enabling 100+ custom error messages.</li>
@ -202,7 +202,7 @@
<h2>Technical Writer</h2> <h2>Technical Writer</h2>
<div class="position-location">Independent | Spring 2015 - Present</div> <div class="position-location">Independent | Spring 2015 - Present</div>
<ul> <ul>
<li>Designed and published website currently live at <a href="https://danilafe.com">danilafe.com</a>.</li> <li>Designed and published website currently live at <a href="https://danilafe.com">danilafe.com</a>, peaking at 27k daily unique visitors.</li>
<li>Authored blog posts on topics spanning data structures, web development, programming languages, and compilers.</li> <li>Authored blog posts on topics spanning data structures, web development, programming languages, and compilers.</li>
<li>Formalized and described solutions to select Advent of Code problems using the <em class="bold">Coq proof assistant</em>.</li> <li>Formalized and described solutions to select Advent of Code problems using the <em class="bold">Coq proof assistant</em>.</li>
<li>Created 14-part series on compiler development, walking readers through lexing, parsing, compilation using LLVM, <li>Created 14-part series on compiler development, walking readers through lexing, parsing, compilation using LLVM,