Update resume with TA and blog

This commit is contained in:
Danila Fedorin 2020-03-26 18:09:49 -07:00
parent 0bed6548a8
commit dc398b02b2
3 changed files with 82 additions and 35 deletions

View File

@ -11,11 +11,11 @@ body {
padding: 0px;
font-family: "Raleway";
line-height: 1.3em;
font-size: 14px; }
font-size: 12px; }
@media not print {
body {
max-width: 215.9mm;
max-height: 279.4mm;
width: 215.9mm;
height: 279.4mm;
overflow: hidden;
margin-top: 10px;
padding-top: 5px;
@ -38,12 +38,18 @@ h1 {
font-family: "Raleway", serif;
font-weight: normal;
margin: 10px;
margin-bottom: 2.5px;
color: #1dc868; }
h2 {
font-size: 1.1em;
font-size: 1.2em;
font-weight: normal;
margin-bottom: 0px; }
margin-bottom: 0px;
margin-top: 0px; }
ul {
margin-top: 5px;
margin-bottom: 5px; }
div.contact {
background-color: #36e281;
@ -69,7 +75,8 @@ div.horizontal-list {
flex-grow: 1; }
div.project-container {
flex-basis: 25%; }
flex-basis: 25%;
margin-right: 10px; }
div.project-container h2 {
display: inline;
margin: 0px; }
@ -90,6 +97,9 @@ main {
div.section-content {
margin-left: 20px; }
div.position {
margin-bottom: 10px; }
div.position-location {
color: #4d4c4c; }

View File

@ -10,7 +10,7 @@
<div class="contact">
<div class="contact-item">
<i data-feather="home" class="contact-content"></i>
<div class="contact-content">5636 SW Avena Pl, Corvallis, OR, 97333</div>
<div class="contact-content">Corvallis, OR</div>
</div>
<div class="contact-item">
<i data-feather="phone" class="contact-content"></i>
@ -25,7 +25,7 @@
<main>
<div class="horizontal-list">
<section style="flex-basis: 55%;">
<section style="flex-basis: 45%;">
<h1>Education</h1>
<div class="section-content">
Oregon State University, Corvallis, OR <br>
@ -49,25 +49,25 @@
<h1>Projects</h1>
<div class="horizontal-list section-content">
<div class="project-container">
<a class="project-link" href="https://github.com/DanilaFe/pegasus">
<h2>pegasus</h2>
<a class="project-link" href="https://github.com/DanilaFe/abcs">
<h2>abcs</h2>
<i data-feather="link" class="project-link-icon"></i>
</a>
LALR parser generator for the C and Crystal languages.
Calculator program with a complete embedded programming language.
</div>
<div class="project-container">
<a class="project-link" href="https://github.com/DanilaFe/chalk">
<h2>chalk</h2>
<i data-feather="link" class="project-link-icon"></i>
</a>
Compiler from a small language into CHIP-8 bytecode.
Compiler from a small imperative language into CHIP-8 bytecode.
</div>
<div class="project-container">
<a class="project-link" href="https://github.com/DanilaFe/abcs">
<h2>abcs</h2>
<a class="project-link" href="https://github.com/DanilaFe/pegasus">
<h2>pegasus</h2>
<i data-feather="link" class="project-link-icon"></i>
</a>
Calculator program with a complete embedded programming language.
LALR parser generator currently supporting the C and Crystal languages.
</div>
<div class="project-container">
<a class="project-link" href="https://github.com/DanilaFe/Scylla">
@ -78,6 +78,13 @@
</div>
</div>
</section>
<section>
<h1>Publications</h1>
<div class="section-content">
Co-Author: J&aacute;come Cunha, Mihai Dan, Martin Erwig, Danila Fedorin, Alex Grejuc: <em>Explaining spreadsheets with spreadsheets (short paper).</em> GPCE 2018: 161-167
</div>
</section>
<section>
<h1>Technical Experience</h1>
@ -89,6 +96,30 @@
<li>Devised and implemented language to explain behavior of spreadsheets to new users.</li>
<li>Developed tooling in Haskell to verify, generate, and debug the explanation language.</li>
<li>Contributed to research paper published to the International Conference on Generative Programming.</li>
<li>Formalized operational semantics of new explanation-oriented programming language.</li>
</ul>
</div>
<div class="position">
<h2>Blog Author</h2>
<div class="position-location">Independent | Spring 2015 - Present</div>
<ul>
<li>Designed and published website currently live at <a href="https://danilafe.com">danilafe.com</a>.</li>
<li>Authored blog posts on topics spanning data structures, web development, programming languages, and compilers.</li>
<li>Created 11-part series on compiler development, walking readers through lexing, parsing, compilation using LLVM,
garbage collection, and polymorphic type checking.</li>
</ul>
</div>
<div class="position">
<h2>Undergraduate Teaching Assistant</h2>
<div class="position-location">Oregon State University | Winter 2020 - Spring 2020</div>
<ul>
<li>Helped run Oregon State University's Programming Language Theory course.</li>
<li>Engaged in weekly question-and-answer sessions regarding course topics.</li>
<li>Aided students in implementing a final project in the form of a custom programming language.</li>
<li>Proctored quizzes and exams for over 200 students.</li>
<li>Hosted independent review sessions attended by over 70 students.</li>
</ul>
</div>
@ -97,7 +128,7 @@
<div class="position-location">Northwest Advanced Programming Workshop | Summer 2017</div>
<ul>
<li>Designed and implemented a desktop calculator application with a focus on usability and feature-completeness.</li>
<li>Worked on a variety of components, including parsing input through a custom regular expression engine, evaluating expressions through Taylor Series, and UI design</li>
<li>Worked on a variety of components, including parsing input through a custom regular expression engine, evaluating expressions through Taylor Series, and UI design.</li>
<li>Profiled and debugged application in order to find inefficiencies, reducing computation time by 60%.</li>
<li>Led a small team using the git version control system.</li>
<li>Exercised public speaking and communication skills by reporting progress to supervisor and presenting to other teams.</li>
@ -105,32 +136,26 @@
</div>
<div class="position">
<h2>Participant</h2>
<h2>Game Developer</h2>
<div class="position-location">Oregon Game Project Challenge | Spring 2016 and 2017 </div>
<ul>
<li>Worked in a team to complete video game to be presented at main event.</li>
<li>Created a game engine from scratch using Entity Component Systems architecture.</li>
<li>Used OpenGL shaders and normal mapping to create 2D-shadow system.</li>
<li>Developed interaction between physical components (microcontrollers) and the video game for multi-user cooperation.</li>
</ul>
</div>
<div class="position">
<h2>Finalist</h2>
<div class="position-location">Google Code In, Online Competition | Winter 2016</div>
<ul>
<li>Worked with large open-source project written in C.</li>
<li>Interacted with other developers to set goals, merge changes, and run tests.</li>
<li>Improved quality of source code, reduced code repetition, and fixed bugs.</li>
<li>Developed novel interaction between physical components (microcontrollers) and the video game for multi-user cooperation.</li>
</ul>
</div>
</div>
</section>
<section>
<h1>Publications</h1>
<h1>Honors and Awards</h1>
<div class="section-content">
Co-Author: J&aacute;come Cunha, Mihai Dan, Martin Erwig, Danila Fedorin, Alex Grejuc: <em>Explaining spreadsheets with spreadsheets (short paper).</em> GPCE 2018: 161-167
<ul>
<li><em>Honor Roll (every academic term)</em> — Awarded to students maintaining a full credit load and a GPA above 3.5.</li>
<li><em>IB Diploma Scholarship</em> — $1,000/term scholarship awarded to recipients of the IB Diploma.</li>
<li><em>Finalist</em> — Google Code-In 2016, online competition in which participants
complete tasks for open-source projects.</li>
</ul>
</div>
</section>
</main>

View File

@ -21,11 +21,11 @@ body {
padding: 0px;
font-family: $text-font;
line-height: 1.3em;
font-size: 14px;
font-size: 12px;
@media not print {
max-width: 215.9mm;
max-height: 279.4mm;
width: 215.9mm;
height: 279.4mm;
overflow: hidden;
margin-top: 10px;
padding-top: 5px;
@ -52,13 +52,20 @@ h1 {
font-family: $big-font, serif;
font-weight: normal;
margin: 10px;
margin-bottom: 2.5px;
color: $color-secondary;
}
h2 {
font-size: 1.1em;
font-size: 1.2em;
font-weight: normal;
margin-bottom: 0px;
margin-top: 0px;
}
ul {
margin-top: 5px;
margin-bottom: 5px;
}
div.contact {
@ -92,6 +99,7 @@ div.horizontal-list {
div.project-container {
flex-basis: 25%;
margin-right: 10px;
h2 {
display: inline;
@ -119,6 +127,10 @@ div.section-content {
margin-left: 20px;
}
div.position {
margin-bottom: 10px;
}
div.position-location {
color: lighten($color-text, 30%);
}