-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
51 lines (44 loc) · 1.45 KB
/
about.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
---
title: About
---
<div class="container p-2">
<img class="m-3 profile-image" src="/images/head_shot.jpg"/>
<h3>General</h3>
<div class="pl-2">
<p>
I particularly enjoy <a href="https://www.haskell.org/">Haskell</a>
and <a href="http://www.purescript.org/">Purescript</a> as well as the
<a href="https://www.rust-lang.org/en-US/">Rust</a> programming language.
</p>
<p>
This is supplemented by a general interest in Linux and all things open source.
</p>
</div>
<h3>Work</h3>
<div class="pl-2">
<p>
I work as a software engineer at <a href="https://www.fpcomplete.com/">FP Complete</a> (started April 2018).
</p>
<p>
You can check out my full resume <a href="/static/resume.pdf">here</a>.
</p>
</div>
<h3>Education</h3>
<div class="pl-2">
<p>
Master of Science in Computer Science from Oregon State University with the
<a href="https://github.com/lambda-land">Programming Languages research group</a>
(March 2018).
My research focused on Domain Specific Languages and functional programming
languages.
</p>
<p>
I received my Bachelors of Science in Computer Science from the University of
Oregon in 2015.
</p>
</div>
<!-- <p> -->
<!-- I highly recommend reading: -->
<!-- <a href="http://yager.io/programming/go.html">Why Go is Not Good</a>. -->
<!-- </p> -->
</div>