-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.html
138 lines (135 loc) · 7.07 KB
/
resume.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Resumé</title>
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon/favicon-16x16.png">
<link rel="manifest" href="/assets/favicon/site.webmanifest">
<link rel="stylesheet" href="/styles/main.css" />
<link rel="stylesheet" href="/styles/resume.css" />
<link href='//fonts.googleapis.com/css?family=Lato&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<script src="/fouc-fix.js"></script>
<script src="/resume.js" defer></script>
<script src="https://code.iconify.design/2/2.0.3/iconify.min.js"></script>
</head>
<body>
<header>
<script src="/components/site-nav.js"></script>
<site-nav></site-nav>
</header>
<main>
<div class="container">
<section class="title">
<h1>Resumé</h1>
<div class="download-box">
<div class="download-button">
<span class="iconify" data-icon="ant-design:cloud-download-outlined" data-width="30"
data-height="30"></span>
<p>Download</p>
</div>
<div class="download-links">
<a class="hover-pop" href="/assets/files/Marcellini_Neil_Resumé.pdf" download>
<span class="iconify" data-icon="ant-design:file-pdf-outlined" data-width="40" data-height="40"></span>
<p>.pdf</p>
</a>
<a class="hover-pop" href="/assets/files/Marcellini_Neil_Resumé.docx" download>
<span class="iconify" data-icon="ant-design:file-word-outlined" data-width="40" data-height="40"></span>
<p>.docx</p>
</a>
</div>
</div>
</section>
<div class="resume-container">
<div class="resume-content">
<h2 class="name">Neil Marcellini</h2>
<p><a href="https://neilmarcellini.com" target="_blank"
rel="noopener">neilmarcellini.com</a></p>
<p><a href="mailto:neil.marcellini@gmail.com" target="_blank"
rel="noopener">neil.marcellini@gmail.com</a>
(925)-681-8550 <a href="https://github.com/neil-marcellini" target="_blank"
rel="noopener">github.com/neil-marcellini</a> Lafayette, CA</p>
<br />
<p><strong>Experience</strong></p>
<p>Full-Stack Software Engineer (Remote) at <a href="https://neilmarcellini.com/experience/RacingAlpha.html" target="_blank"
rel="noopener">Racing Alpha</a>, April 2020 - Present</p>
<p class="indent">Racing Alpha is a web app for analyzing sailing GPS tracks to improve racing performance.
</p>
<ul>
<li>Created algorithms to extract numerous metrics from sailing GPS tracks.</li>
<li>Developed new interfaces allowing users to understand and interact with their metrics.</li>
<li>Cleaned up the UI/UX to create a responsive design using Buefy components, Bulma CSS, and general design
principles.</li>
<li>Debugged existing features and optimized performance.</li>
</ul>
<p>Technologies: (Python, Django, Javascript, Vue, Mapbox GL JS, HTML, Sass, git)</p>
<br />
<p>Front-End Software Engineer (Remote) at <a href="https://neilmarcellini.com/experience/Fitdigits.html" target="_blank"
rel="noopener">Fitdigits</a>, May 2020 - August 2020</p>
<p class="indent">Fitdigits is a fitness platform with a web app and mobile apps such as <a
href="https://apps.apple.com/us/app/icardio-workout-tracker/id314841648" target="_blank"
rel="noopener">iCardio</a> and <a href="https://apps.apple.com/us/app/irunner-run-jog-tracker/id304074554"
target="_blank" rel="noopener">iRunner</a>.</p>
<ul>
<li>Upgraded old Angular.js web pages to Angular.</li>
<li>Modernized the design and user experience with Angular Material UI.</li>
<li>Suggested and implemented a new system for localization using ngx-translate and added localization to
numerous pages. </li>
</ul>
<p>Technologies: (Typescript, Angular, Javascript, Angular.js, HTML, CSS, git)</p>
<br />
<p>Computer Science Tutor at <a href="https://neilmarcellini.com/experience/CSUCI-CS-Tutor.html" target="_blank"
rel="noopener">CSUCI Computer Science Tutoring Center</a>, February 2018 - May 2021</p>
<p class="indent">Provides a space for CS students to get help on assignments, ask questions, and do focused
work. </p>
<ul>
<li>Answered peer questions.</li>
<li>Guided students through programming projects.</li>
<li>Explained concepts on the whiteboard.</li>
</ul>
<p>Technologies: (C, Java, Python, Swift, SwiftUI, SQL, git)</p>
<br />
<p><strong>Education</strong></p>
<p>Bachelor of Science in Computer Science, Minor in Mathematics, Magna Cum Laude, May 2021</p>
<p>California State University Channel Islands, Camarillo, CA (3.8 GPA)</p>
<br />
<p><strong>Projects</strong></p>
<p><a href="https://neilmarcellini.com" target="_blank" rel="noopener">Portfolio</a></p>
<p>
A place to showcase my work and provide additional explanations about my experience.
</p>
<p>Technologies: (Javascript, Web Components, HTML, CSS)</p>
<br />
<p><a href="https://neil-marcellini.cikeys.com/capstone/" target="_blank" rel="noopener">SailVMG</a></p>
<p>For my senior capstone project, I built an IOS app for racing sailors and kiteboarders to record and
receive
real-time feedback of VMG. VMG is the component of a sailor’s velocity in the upwind direction and is
a
key racing metric.</p>
<p>Technologies: (Swift, SwiftUI, Combine, Firebase)</p>
<br />
<p><a href="https://neilmarcellini.com/experience/AMEL.html" target="_blank" rel="noopener">AMEL</a> (Arial
Mission Event Log)</p>
<p>AMEL is an app for fighter pilots in training to record events while they fly using a screen of
customizable
buttons. </p>
<p>Technologies: (Swift, SwiftUI, Core Data, Core Location, git)</p>
<br />
<p><strong>Awards</strong></p>
<p>Semester Honors, CSU Channel Islands (Fall 2017 - May 2021)</p>
<p>U.S Youth Sailing Championship 2017, 1st place 29er - Corpus Christi, TX</p>
<p>World Sailing Youth Championship 2017, 7th place 29er - Sanya, China</p>
</div>
</div>
</div>
</main>
<footer>
<p class="copyright">
© 2021 Neil Marcellini
</p>
</footer>
</body>
</html>