-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
180 lines (177 loc) · 6.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Boxtown.io</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.5.2/css/bulma.min.css">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<section class="section">
<div class="container">
<div class="columns">
<div class="column">
<div class="card">
<div class="card-image">
<figure class="image is-square">
<img src="images/profile_photo.jpg" alt="Profile picture">
</figure>
</div>
<div class="card-content">
<p>Michael Ma (@boxtown)</p>
<br />
<p>
<strong>Interests:</strong>
distributed systems, high scalability, learning new programming languages, the Chicago Bulls
</p>
</div>
</div>
</div>
<div class="column">
<div class="card">
<header class="card-header">
<p class="card-header-title">Brief Resume</p>
</header>
<div class="card-content">
<ul class="list">
<li>
<p>
<strong>Snap Inc.</strong>
</p>
<p>Software Engineer <i>Jan '20 - Present</i>
</p>
</li>
<li>
<p>
<strong>ROOT Insurance</strong>
</p>
<p>Software Engineer
<i>Aug '18 - Jan '20</i>
</p>
</li>
<li>
<p>
<strong>ORIS Intelligence</strong>
</p>
<p>Software Engineer
<i>September '16 - Aug '18</i>
</p>
</li>
<li>
<p>
<strong>Battelle Memorial Inc.</strong>
</p>
<p>Researcher
<i>January '16 - September '16</i>
</p>
<p>Research Associate
<i>December '14 - January '16</i>
</p>
</li>
<li>
<p>
<strong>TEKsystems</strong>
</p>
<p>Consultant
<i>June '14 - December '14</i>
</p>
</li>
<li>
<p>
<strong>Denison University</strong>
</p>
<p>B.Sc. Computer Science</p>
<p>Minor Mathematics</p>
<p>
<i>2010 - 2014</i>
</p>
</li>
</ul>
<p>
<strong>Skills:</strong>
Go, Rust, Ruby/Rails, Python, NodeJS/ES6/TypeScript, React/React-Native, Clojure, Kotlin, C#, Java,
HTML5, CSS/SCSS, AWS,
Azure, Redis, Ansible, SQL, RabbitMQ
</p>
</div>
</div>
</div>
<div class="column">
<div class="card">
<header class="card-header">
<p class="card-header-title">Notable Projects</p>
</header>
<div class="card-content">
<div class="card">
<header class="card-header">
<p class="card-header-title">Statrs</p>
<a class="card-header-icon" href="https://github.com/boxtown/statrs">
<i class="fa fa-github"></i>
</a>
</header>
<div class="card-content">
A work-in-progress port of
<a href="https://numerics.mathdotnet.com/">Math.Net Numerics</a>
statistics functionality to Rust
</div>
</div>
<div class="card">
<header class="card-header">
<p class="card-header-title">Counter</p>
<a class="card-header-icon" href="https://github.com/boxtown/counter">
<i class="fa fa-github"></i>
</a>
</header>
<div class="card-content">
Implementation of Facebook's Gorilla time series compression algorithm in Rust. See
<a href="http://www.vldb.org/pvldb/vol8/p1816-teller.pdf">this paper</a>.
</div>
</div>
<div class="card">
<header class="card-header">
<p class="card-header-title">Boxtown.io</p>
<a class="card-header-icon" href="https://github.com/boxtown/boxtown-io">
<i class="fa fa-github"></i>
</a>
</header>
<div class="card-content">
This website 😁. A responsive static site as an experiment/example of a es6/babel/webpack
workflow that is hosted
using Amazon S3, CloudFront, and Route 53
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section">
<div class="container">
<div class="content has-text-centered">
<p>
<strong>Boxtown.io</strong> by Michael Ma
</p>
<p>
<a class="icon is-large" href="https://www.linkedin.com/in/michaelma92/">
<i class="fa fa-linkedin-square fa-3x"></i>
</a>
<a class="icon is-large" href="https://github.com/boxtown">
<i class="fa fa-github fa-3x"></i>
</a>
<a class="icon is-large" href="mailto:[email protected]">
<i class="fa fa-envelope fa-3x"></i>
</a>
</p>
</div>
</div>
</section>
</body>
</html>