-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
215 lines (213 loc) · 10.3 KB
/
index.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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
<!doctype html>
<html lang="en">
<head>
<title>Cory Streiff | Software Developer</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@300..700&display=block" rel="stylesheet">
<link rel="stylesheet" href="/styles.css">
<link rel="icon" sizes="any" type="image/svg+xml" href="/src/favicon/favicon.svg">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Personal website of Cory Streiff (coalest)">
<meta charset="UTF-8">
<script src="/bundle.js" defer></script>
</head>
<body>
<main>
<div id="intro" class="intro">
<img src="/src/images/cory_streiff.webp" class="portrait" alt="Headshot of Cory Streiff">
<div>
<h1>Hello!</h1>
<p>
I'm <span class="name">Cory Streiff</span>, an engineer turned <b>fullstack software developer</b> based in Berlin, with a focus on building scalable, performant, and reliable applications.
</p>
<p>
You can reach me at <a href="mailto:c.streiff@pm.me">c.streiff@pm.me</a> or let’s connect on <a href="https://www.linkedin.com/in/cory-streiff" target="_blank">LinkedIn</a>.
</p>
</div>
</div>
<nav>
<ul>
<li class="background"><a href="#background">Background</a></li>
<li class="skills"><a href="#skills">Skills</a></li>
<li class="experience"><a href="#experience">Experience</a></li>
</ul>
</nav>
<h2><a href="#background">Background</a></h2>
<div id="background" class="background">
<p>
I graduated from Georgia Institute of Technology with a degree in Material Science & Engineering. I worked in that field for six years, first at an R&D startup making ceramic body armor and then at a materials consultancy in New York, working with designers and engineers at Fortune 500 companies.
</p>
<p>
But after having designed and engineered physical products, I decided to transition to engineering digital products—pursuing a longtime interest in computer science.
</p>
<p>
Most recently, I've been working at a <a href="https://ragnarson.com" target="_blank">software house</a>, where I helped build a Learning Management System (LMS) from the ground up using Ruby on Rails, Grape, and Postgres.</p>
</p>
</div>
<h2><a href="#skills">Skills</a></h2>
<div id="skills" class="skills">
<div>
<h3>Languages</h3>
<ul>
<li>Ruby</li>
<li>Javascript</li>
<li>Python</li>
<li>SQL</li>
<li>HTML</li>
<li>CSS</li>
</ul>
</div>
<div>
<h3>Frameworks</h3>
<ul>
<li>Rails</li>
<li>Grape</li>
<li>RSpec</li>
<li>React</li>
<li>Next.js</li>
<li>Node.js</li>
</ul>
</div>
<div>
<h3>Tools</h3>
<ul>
<li>Redis</li>
<li>Bash</li>
<li>Git</li>
<li>PostgreSQL</li>
<li>Firebase</li>
</ul>
</div>
<div>
<h3>Infra</h3>
<ul>
<li>AWS</li>
<li>GCP</li>
<li>Heroku</li>
<li>Docker</li>
<li>CI/CD</li>
</ul>
</div>
</div>
<h2><a href="#experience">Experience</a></h2>
<div id="experience" class="experience">
<section>
<div>
<p class="job-duration">May 2022 - Present</p>
</div>
<div>
<p class="job-title">Backend Software Engineer @ <a href="https://ragnarson.com" target="_blank">Ragnarson</a></p>
<p class="job-location">Berlin, Germany</p>
<p class="experience">
Implemented a learning management system (LMS) for a DevOps educational platform — using Ruby on Rails, PostgreSQL, Redis, and GCP.
</p>
<p class="experience">
Monitored, triaged, and resolved issues using New Relic and Sentry APMs. Integrated with third-party APIs such as Stripe, Typeform, Vimeo, Firebase(authentication), Mixpanel, and Hubspot.
</p>
<ul class="skills-used">
<li>Ruby</li>
<li>Rails</li>
<li>PostgreSQL</li>
<li>Redis</li>
<li>GCP</li>
</ul>
</div>
</section>
<section>
<div>
<p class="job-duration">May 2021 - June 2022</p>
</div>
<div>
<p class="job-title">Fullstack Developer @ Concrete Jungle</p>
<p class="job-location">Atlanta, Georga (remotely)</p>
<p class="experience">
Developed and maintained new features for a web application that enables users to map public, edible trees in Georgia, adding details about the trees and their seasonal availability, helping organize community events to harvest and distribute free food to food-insecure populations.
</p>
<ul class="skills-used">
<li>Node.js</li>
<li>Express</li>
<li>React</li>
<li>HTML</li>
<li>CSS</li>
</ul>
</div>
</section>
<section>
<div>
<p class="job-duration">Feb 2020 - May 2021</p>
</div>
<div>
<p class="job-title">SEO Data Analyst @ BOLD</p>
<p class="job-location">Warsaw, Poland</p>
<p class="experience">
Developed scripts in R programming language to analyze web traffic data and guide SEO content generation.
</p>
<ul class="skills-used">
<li>R</li>
<li>Javascript</li>
<li>HTML</li>
<li>CSS</li>
</ul>
</div>
</section>
<section>
<div>
<p class="job-duration">Nov 2015 - Nov 2017</p>
</div>
<div>
<p class="job-title">Material Specialist @ <a href="https://materialconnexion.com" target="_blank">Material Connexion</a></p>
<p class="job-location">New York City, New York</p>
<p class="experience">
Provided in-depth materials research on consulting projects for Fortune 500 companies. Consulted with material manufacturers to determine material properties and project suitability.
</p>
<ul class="skills-used">
<li>Material Science</li>
<li>Consulting</li>
</ul>
</div>
</section>
<section>
<div>
<p class="job-duration">Jan 2013 - Apr 2015</p>
</div>
<div>
<p class="job-title">Materials Engineer @ <a href="https://vercomaterialsllc.com" target="_blank">Verco Materials</a></p>
<p class="job-location">Atlanta, Georgia</p>
<p class="experience">
Optimized spray drying manufacturing process of raw boron carbide to create high density and low porosity parts for armor applicaitons.
</p>
<ul class="skills-used">
<li>Research and Development</li>
<li>Statistical Analysis</li>
</ul>
</div>
</section>
<section>
<a class="button" href="/cory_streiff_resume.pdf" target="_blank">
Download Resume
<div class="svg">
<img src="/src/svg/download.svg">
</div>
</a>
</section>
</div>
</main>
<footer>
<h1>Let's get in touch!</h1>
<ul>
<li><a href="https://github.com/coalest" target="_blank">
<img src="/src/svg/github.svg">
</a></li>
<li><a href="https://www.linkedin.com/in/cory-streiff/" target="_blank">
<img src="/src/svg/linkedin.svg">
</a></li>
<li><a href="mailto:c.streiff@pm.me">
<img src="/src/svg/mail.svg">
</a></li>
</ul>
<p>© 2024 Cory Streiff. <a href="https://github.com/coalest/coalest.github.io">View source code</a></p>
</footer>
</body>
</html>