Compare commits
15 Commits
cv
...
db30141c08
| Author | SHA1 | Date | |
|---|---|---|---|
| db30141c08 | |||
| f24fefe0cb | |||
| 5ffca3f25a | |||
| ef1febeb85 | |||
| 9e80d8cc68 | |||
| 91a4f15386 | |||
| c9563274f1 | |||
| e02e4ffc7a | |||
| c2d7672a69 | |||
| 7c103f5ae2 | |||
| 2137eea908 | |||
| d2e5369b7b | |||
| 0347edf338 | |||
| dc398b02b2 | |||
| 0bed6548a8 |
35
.drone.yml
Normal file
35
.drone.yml
Normal file
@@ -0,0 +1,35 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
volumes:
|
||||
- name: resume-output
|
||||
temp: {}
|
||||
|
||||
steps:
|
||||
- name: compile-sass
|
||||
image: ellerbrock/alpine-sass
|
||||
commands:
|
||||
- mkdir -p css
|
||||
- sassc scss/style.scss css/style.css
|
||||
- name: build-resume
|
||||
image: pink33n/html-to-pdf
|
||||
commands:
|
||||
- chrome-headless-render-pdf --chrome-binary=/usr/local/bin/chrome-wrapper --url file://$(pwd)/resume.html --pdf /resume-output/Resume-Danila-Fedorin.pdf --no-margins --include-background
|
||||
volumes:
|
||||
- name: resume-output
|
||||
path: /resume-output
|
||||
- name: upload-resume
|
||||
image: eeacms/rsync
|
||||
commands:
|
||||
- eval `ssh-agent -s`
|
||||
- echo "$CUSTOM_KEY" | ssh-add -
|
||||
- mkdir -p ~/.ssh
|
||||
- echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
|
||||
- rsync -rv -e "ssh -p 22" /resume-output/Resume-Danila-Fedorin.pdf resume-drafter@danilafe.com:/home/resume-drafter/ --checksum
|
||||
environment:
|
||||
CUSTOM_KEY:
|
||||
from_secret: resume_ssh_key
|
||||
volumes:
|
||||
- name: resume-output
|
||||
path: /resume-output
|
||||
@@ -1,87 +0,0 @@
|
||||
@import url("https://fonts.googleapis.com/css?family=EB+Garamond|Raleway");
|
||||
a {
|
||||
color: #1dc868;
|
||||
text-decoration: none; }
|
||||
|
||||
svg {
|
||||
height: 1.2em; }
|
||||
|
||||
body {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
font-family: "Raleway";
|
||||
line-height: 1.3em;
|
||||
font-size: 14px; }
|
||||
|
||||
header {
|
||||
text-align: center;
|
||||
margin: auto;
|
||||
margin-bottom: 10px; }
|
||||
|
||||
div.name {
|
||||
font-size: 1.25em;
|
||||
margin: 15px;
|
||||
font-family: "Raleway", serif; }
|
||||
|
||||
h1 {
|
||||
font-size: 1.25em;
|
||||
font-family: "Raleway", serif;
|
||||
font-weight: normal;
|
||||
margin: 10px;
|
||||
color: #1dc868; }
|
||||
|
||||
h2 {
|
||||
font-size: 1.1em;
|
||||
font-weight: normal;
|
||||
margin-bottom: 0px; }
|
||||
|
||||
div.contact {
|
||||
background-color: #36e281;
|
||||
color: white;
|
||||
display: flex;
|
||||
justify-content: center; }
|
||||
|
||||
div.contact-item {
|
||||
padding: 10px;
|
||||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
display: flex;
|
||||
align-items: center; }
|
||||
|
||||
div.contact-content {
|
||||
padding-left: 5px;
|
||||
font-weight: bold; }
|
||||
|
||||
div.horizontal-list {
|
||||
display: flex;
|
||||
flex-direction: horizontal; }
|
||||
div.horizontal-list section, div.horizontal-list div {
|
||||
flex-grow: 1; }
|
||||
|
||||
div.project-container {
|
||||
flex-basis: 25%; }
|
||||
div.project-container h2 {
|
||||
display: inline;
|
||||
margin: 0px; }
|
||||
|
||||
a.project-link {
|
||||
color: black;
|
||||
font-weight: bold;
|
||||
display: flex;
|
||||
align-items: center; }
|
||||
|
||||
svg.project-link-icon {
|
||||
height: 1em; }
|
||||
|
||||
main {
|
||||
margin: auto;
|
||||
max-width: 90%; }
|
||||
|
||||
div.section-content {
|
||||
margin-left: 20px; }
|
||||
|
||||
div.position-location {
|
||||
color: #4d4c4c; }
|
||||
|
||||
section {
|
||||
page-break-inside: avoid; }
|
||||
152
resume.html
152
resume.html
@@ -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>
|
||||
@@ -23,45 +23,29 @@
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
<div class="horizontal-list">
|
||||
<section style="flex-basis: 55%;">
|
||||
<h1>Education</h1>
|
||||
<div class="section-content">
|
||||
Oregon State University, Corvallis, OR <br>
|
||||
<em>Bachelor of Science</em>, Computer Science, <br>
|
||||
Expected June 2020 <br>
|
||||
4.0 GPA
|
||||
</div>
|
||||
</section>
|
||||
<section>
|
||||
<h1>Technical Skills</h1>
|
||||
<hr>
|
||||
|
||||
<div class="section-content">
|
||||
<em>Languages:</em> C, C++, Java, Kotlin, JavaScript, Haskell, Python, Haxe<br>
|
||||
<em>Operating Systems:</em> MacOS, Linux<br>
|
||||
<em>Additional Skills:</em> Experience with compiler design, algorithm efficiency,
|
||||
low-level development.<br>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<main>
|
||||
<section>
|
||||
<h1>Education</h1>
|
||||
<div class="section-content">
|
||||
<em class="italic">Bachelor of Science</em>, Major: Computer Science | Minor: Mathematics - Completed June 2020 • <em class="bold">4.0 GPA</em><br>
|
||||
<em class="italic">Master of Science</em>, Computer Science - Expected June 2022
|
||||
</div>
|
||||
</section>
|
||||
<section>
|
||||
<h1>Skills</h1>
|
||||
|
||||
<div class="section-content">
|
||||
<em class="italic">Programming Languages:</em> C, C++, Haskell, Kotlin, Java, Python, JavaScript, Haxe<br>
|
||||
<em class="italic">Languages:</em> English (native), Russian (native), French (conversational, DELF B1 certification) <br>
|
||||
<em class="italic">Operating Systems:</em> MacOS, Linux<br>
|
||||
<em class="italic">Additional Skills:</em> Compiler design, formal verification, algorithms, low-level development.<br>
|
||||
</div>
|
||||
</section>
|
||||
<section>
|
||||
<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>
|
||||
<i data-feather="link" class="project-link-icon"></i>
|
||||
</a>
|
||||
LALR parser generator for the C and Crystal languages.
|
||||
</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.
|
||||
</div>
|
||||
<div class="project-container">
|
||||
<a class="project-link" href="https://github.com/DanilaFe/abcs">
|
||||
<h2>abcs</h2>
|
||||
@@ -69,6 +53,20 @@
|
||||
</a>
|
||||
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 imperative language into CHIP-8 bytecode.
|
||||
</div>
|
||||
<div class="project-container">
|
||||
<a class="project-link" href="https://github.com/DanilaFe/pegasus">
|
||||
<h2>pegasus</h2>
|
||||
<i data-feather="link" class="project-link-icon"></i>
|
||||
</a>
|
||||
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">
|
||||
<h2>scylla</h2>
|
||||
@@ -79,58 +77,84 @@
|
||||
</div>
|
||||
</section>
|
||||
<section>
|
||||
<h1>Technical Experience</h1>
|
||||
<h1>Publications</h1>
|
||||
|
||||
<div class="section-content">
|
||||
Jácome Cunha, Mihai Dan, Martin Erwig, <em class="bold">Danila Fedorin</em>, Alex Grejuc: <em class="italic">Explaining spreadsheets with spreadsheets (short paper).</em><br>
|
||||
<span style="display: inline-block; width: 20px"></span>GPCE 2018: 161-167
|
||||
</div>
|
||||
</section>
|
||||
<section>
|
||||
<h1>Experience</h1>
|
||||
|
||||
<div class="section-content">
|
||||
<div class="position">
|
||||
<h2>Research Assistant</h2>
|
||||
<div class="position-location">Oregon State University | Spring 2018 - Present</div>
|
||||
<h2>Research Assistant, Programming Language Theory</h2>
|
||||
<div class="position-location">Oregon State University, Corvallis, OR | Spring 2018 - Present</div>
|
||||
<ul>
|
||||
<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>Developed tooling in <em class="bold">Haskell</em> to verify, generate, and debug the explanation language.</li>
|
||||
<li>Contributed to <em class="bold">research paper</em> published to the International Conference on Generative Programming.</li>
|
||||
<li>Formalized operational semantics of new <em class="bold">explanation-oriented programming language.</em></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 <em class="bold">11-part series</em> 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, Programming Language Theory, CS 381</h2>
|
||||
<div class="position-location">Oregon State University, Corvallis, OR | Winter 2020 - Spring 2020</div>
|
||||
<ul>
|
||||
<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 <em class="bold">custom programming language</em>.</li>
|
||||
<li>Proctored <em class="bold">quizzes and exams</em> for over 200 students.</li>
|
||||
<li>Hosted <em class="bold">independent review sessions</em> attended by over 70 students.</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="position">
|
||||
<h2>Lead Programmer</h2>
|
||||
<div class="position-location">Northwest Advanced Programming Workshop | Summer 2017</div>
|
||||
<div class="position-location">Northwest Advanced Programming Workshop, Portland, OR | 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>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>Designed and implemented a <em class="bold">desktop calculator</em> 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>Profiled and debugged application using <em class="bold">VisualVM</em> in order to find inefficiencies, reducing computation time by 60%.</li>
|
||||
<li>Led a small team using the <em class="bold">git version control system</em>.</li>
|
||||
<li>Exercised public speaking and communication skills by reporting progress to supervisor and presenting to other teams.</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="position">
|
||||
<h2>Participant</h2>
|
||||
<div class="position-location">Oregon Game Project Challenge | Spring 2016 and 2017 </div>
|
||||
<h2>Game Developer</h2>
|
||||
<div class="position-location">Oregon Game Project Challenge, Portland, OR | 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>Created a game engine from scratch using <em class="bold">Entity Component Systems</em> architecture.</li>
|
||||
<li>Used <em class="bold">OpenGL shaders</em> and normal mapping to create 2D-shadow system.</li>
|
||||
<li>Developed novel interaction between physical components (<em class="bold">microcontrollers</em>) 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á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 class="italic">Drucilla Shepard Smith Award</em> — Awarded to students maintaining a GPA of 4.0 while attending Oregon State University.</li>
|
||||
<li><em class="italic">Honor Roll (all terms)</em> — Awarded to students maintaining a full credit load and a GPA above 3.5.</li>
|
||||
<li><em class="italic">International Baccalaureate Diploma Scholarship</em> — $1,000/term scholarship awarded to recipients of the IB Diploma.</li>
|
||||
<li><em class="italic">Finalist</em> — Google Code-In 2016, online competition in which participants
|
||||
complete tasks for open-source projects.</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
@@ -1,14 +1,15 @@
|
||||
@import url('https://fonts.googleapis.com/css?family=EB+Garamond|Raleway');
|
||||
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,700;1,400;1,700&family=Raleway:wght@400;600;700&display=swap');
|
||||
|
||||
$text-font: 'Raleway';
|
||||
$big-font: 'Raleway';
|
||||
$color-main: #36e281;
|
||||
$color-secondary: darken($color-main, 10%);
|
||||
$color-link: $color-secondary;
|
||||
$color-secondary: $color-main;
|
||||
$color-link: black;
|
||||
$color-text: black;
|
||||
|
||||
a {
|
||||
color: $color-link;
|
||||
border-bottom: solid 2px $color-main;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@@ -21,7 +22,19 @@ body {
|
||||
padding: 0px;
|
||||
font-family: $text-font;
|
||||
line-height: 1.3em;
|
||||
font-size: 14px;
|
||||
font-size: 11.5px;
|
||||
font-variant-ligatures: none;
|
||||
|
||||
@media not print {
|
||||
width: 215.9mm;
|
||||
height: 279.4mm;
|
||||
overflow: auto;
|
||||
margin-top: 10px;
|
||||
padding-top: 5px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
box-shadow: 0px 0px 5px #dadada;
|
||||
}
|
||||
}
|
||||
|
||||
header {
|
||||
@@ -30,8 +43,17 @@ header {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
hr {
|
||||
width: 90%;
|
||||
margin: auto;
|
||||
background-color: $color-main;
|
||||
border: none;
|
||||
border-radius: 1.5px;
|
||||
height: 3px;
|
||||
}
|
||||
|
||||
div.name {
|
||||
font-size: 1.25em;
|
||||
font-size: 1.7em;
|
||||
margin: 15px;
|
||||
font-family: $big-font, serif;
|
||||
}
|
||||
@@ -39,26 +61,32 @@ div.name {
|
||||
h1 {
|
||||
font-size: 1.25em;
|
||||
font-family: $big-font, serif;
|
||||
font-weight: normal;
|
||||
font-weight: 600;
|
||||
margin: 10px;
|
||||
color: $color-secondary;
|
||||
margin-bottom: 2.5px;
|
||||
display: inline-block;
|
||||
padding-bottom: 0.2em;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 1.1em;
|
||||
font-weight: normal;
|
||||
font-size: 1.2em;
|
||||
font-weight: 400;
|
||||
margin-bottom: 0px;
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
ul {
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
div.contact {
|
||||
background-color: $color-main;
|
||||
color: white;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
div.contact-item {
|
||||
padding: 10px;
|
||||
padding: 5px;
|
||||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
display: flex;
|
||||
@@ -81,6 +109,7 @@ div.horizontal-list {
|
||||
|
||||
div.project-container {
|
||||
flex-basis: 25%;
|
||||
margin-right: 10px;
|
||||
|
||||
h2 {
|
||||
display: inline;
|
||||
@@ -90,6 +119,7 @@ div.project-container {
|
||||
|
||||
a.project-link {
|
||||
color: $color-text;
|
||||
border: none;
|
||||
font-weight: bold;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -108,6 +138,14 @@ div.section-content {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
div.position {
|
||||
margin-bottom: 10px;
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
div.position-location {
|
||||
color: lighten($color-text, 30%);
|
||||
}
|
||||
@@ -115,3 +153,8 @@ div.position-location {
|
||||
section {
|
||||
page-break-inside: avoid;
|
||||
}
|
||||
|
||||
em.bold {
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user