-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
276 lines (267 loc) · 11.8 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
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
---
layout: base
relme: true
---
<section class="two-column-container-middle">
<div class="right-column">
<img src="/assets/jonathan-browne-400w.jpg" width="400" height="500"
srcset="/assets/jonathan-browne.jpg 2799w, /assets/jonathan-browne-1400w.jpg 1400w, /assets/jonathan-browne-1200w.jpg 1200w, /assets/jonathan-browne-1000w.jpg 1000w, /assets/jonathan-browne-800w.jpg 800w, /assets/jonathan-browne-600w.jpg 600w, /assets/jonathan-browne-400w.jpg 400w"
sizes="{{ site.styles.sizes.column }}"
alt="">
</div>
<div class="left-column">
<p>
Hi! I'm Jonathan Browne. I'm a software developer at Amazon. I've spent my whole life designing,
building, and digging into computer systems.
</p>
<p>
I'm naturally quiet and thoughtful. I'm very curious; in my spare time, I enjoy experimenting with
different technologies and learning how they work. I also try to be helpful and ethical whenever
possible.
</p>
</div>
</section>
<section>
<h2>My Projects</h2>
<div class="project-list">
<div class="project-list-item">
<img src="/assets/3rdparty/spongie-mark.svg" alt="">
<p>
<b><a href="https://www.spongepowered.org">SpongePowered</a></b>:
In 2015, I first became involved in open-source work through several contributions to Sponge,
an open-source plugin API for Minecraft servers. I became a core developer in 2017, where I worked
on maintaining the API and implementation and reviewing community-submitted issues and pull requests.
</p>
</div>
<div class="project-list-item">
<img src="/assets/3rdparty/ut-austin.svg" alt="">
<p>
<b><a href="https://www.utexas.edu">The University of Texas at Austin</a></b>: I attended UT Austin from 2019 to 2024
studying computer science in their integrated BS/MS program for computer science. I graduated with both my Bachelor of Science in Computer Science and my
Master of Science in Computer Science in May 2024.
</p>
</div>
<div class="project-list-item">
<img src="/assets/3rdparty/utexas-bwi.jpg" alt="">
<div>
<p>
<b><a href="https://www.cs.utexas.edu/~larg/bwi_web/">UT Austin Building-Wide Intelligence Lab</a></b>:
I joined the UT Austin Building-Wide Intelligence Lab through UT's
<a href="https://cns.utexas.edu/fri">Freshman Research Initiative</a> in the Autonomous Robots stream.
From 2020 to 2023, I contributed to several projects within and collaborations involving the lab, including:
</p>
<ul>
<li>
Several experiments for humans and robots passing each other in hallways, based on the existing paper
<a href="https://doi.org/10.1109/ICRA48506.2021.9561286">"Watch Where You're Going! Gaze and Head Orientation as Predictors for Social Robot Navigation"</a>
</li>
<li>
Collecting data for how people navigate around each other in hallways
</li>
<li>
An agent-based pandemic simulator focused on COVID-19 quarantine policies, in collaboration with
Sony AI (presented at the <a href="https://ai-for-socialgood.github.io/">AAAI Fall 2020 Symposium - AI for
Social Good</a>: <a href="https://www.youtube.com/watch?v=j7jNchKo690">video</a> | <a href="https://arxiv.org/abs/2010.10560">paper</a>)
</li>
<li>
A <a href="https://www.cs.utexas.edu/outreach/camps/robotics">virtual robotics camp</a> for high
school students
</li>
</ul>
</div>
</div>
<div class="project-list-item">
<img src="/assets/3rdparty/vectra.svg" alt="">
<p>
<b><a href="https://vectra.ai">Vectra</a></b>: I worked as a software engineering intern at Vectra during the summer of 2021. I
worked on enhancements to customer-facing and internal reporting systems and worked on several
internal security hardening features.
</p>
</div>
<div class="project-list-item">
<img src="/assets/3rdparty/isss-logo-black.svg" alt="">
<p>
<b><a href="https://isss.io">UT Information and Systems Security Society</a></b>: I joined
ISSS, a cybersecurity student organization at UT Austin, in my freshman year. Through ISSS,
I learned many techniques on how to attack and defend computer systems. From 2022 to 2024, I served as
an engineering officer for ISSS, where I helped plan events, talks, and competitions like UTCTF. If you'd like,
you can see the challenges I wrote for
<a href="https://github.com/utisss/UTCTF-23">UTCTF 2023</a>, <a href="https://github.com/utisss/UTCTF-24">UTCTF 2024</a>,
and <a href="https://github.com/utisss/ctf">other competitions</a> on GitHub.
</p>
</div>
<div class="project-list-item">
<img src="/assets/3rdparty/amazon.svg" alt="">
<div>
<p>
<b><a href="https://www.aboutamazon.com/">Amazon</a></b>: I worked as a software development
engineer intern at Amazon in the summers of 2022 and 2023, and will be returning to work full-time in 2024.
<ul>
<li>
In 2022, I interned in Amazon's
<a href="https://www.amazon.science/tag/supply-chain-optimization-technologies">Supply Chain
Optimization Technologies organization.</a> I designed and implemented a web service integration for
their delivery planning systems and worked on improvements to our development and deployment
processes.
</li>
<li>
In 2023, I worked with Amazon's Exports and Expansions organization to build an internal dashboard for
cross-team collaboration. I designed and implemented the full web stack for the dashboard, from the
frontend to the backend with inter-service integrations.
</li>
<li>
I started a full-time position in the Amazon Exports and Expansions organization in 2024. I now work on
bringing new features for the Amazon website to customers around the world.
</li>
</ul>
</p>
</div>
</div>
</div>
</section>
<section>
<h2>My Languages</h2>
<p>I've picked up a few programming languages over the years.</p>
<div class="programming-languages">
<div>
<img src="/assets/3rdparty/java.svg" alt="">
<span>Java</span>
<span><i>Fluent</i></span>
</div>
<div>
<img src="/assets/3rdparty/javascript.svg" alt="">
<span>JavaScript</span>
<span><i>Fluent</i></span>
</div>
<div>
<img src="/assets/3rdparty/typescript.svg" alt="">
<span>TypeScript</span>
<span><i>Fluent</i></span>
</div>
<div>
<picture>
<source srcset="/assets/3rdparty/html5-white.svg" media="(prefers-color-scheme: dark)">
<img src="/assets/3rdparty/html5.svg" alt="">
</picture>
<span>HTML</span>
<span><i>Fluent</i></span>
</div>
<div>
<img src="/assets/3rdparty/python.svg" alt="">
<span>Python</span>
<span><i>Intermediate</i></span>
</div>
<div>
<img src="/assets/3rdparty/kotlin.svg" alt="">
<span>Kotlin</span>
<span><i>Intermediate</i></span>
</div>
<div>
<img src="/assets/3rdparty/cpp.svg" alt="">
<span>C++</span>
<span><i>Intermediate</i></span>
</div>
<div>
<img src="/assets/3rdparty/swift.svg" alt="">
<span>Swift</span>
<span><i>Intermediate</i></span>
</div>
<div>
<img src="/assets/3rdparty/bash.svg" alt="">
<span>Bash</span>
<span><i>Intermediate</i></span>
</div>
<div>
<picture>
<source srcset="/assets/3rdparty/css3-white.svg" media="(prefers-color-scheme: dark)">
<img src="/assets/3rdparty/css3.svg" alt="">
</picture>
<span>CSS</span>
<span><i>Intermediate</i></span>
</div>
<div>
<picture>
<source srcset="/assets/3rdparty/rust-white.svg" media="(prefers-color-scheme: dark)">
<img src="/assets/3rdparty/rust.svg" alt="">
</picture>
<span>Rust</span>
<span><i>Basic</i></span>
</div>
<div>
<img src="/assets/3rdparty/c.svg" alt="">
<span>C</span>
<span><i>Basic</i></span>
</div>
<div>
<img src="/assets/3rdparty/objective-c.svg" alt="">
<span>Objective-C</span>
<span><i>Basic</i></span>
</div>
<div>
<img src="/assets/3rdparty/c-sharp.svg" alt="">
<span>C#</span>
<span><i>Basic</i></span>
</div>
<div>
<img src="/assets/3rdparty/ruby.svg" alt="">
<span>Ruby</span>
<span><i>Basic</i></span>
</div>
<div>
<img src="/assets/3rdparty/lua.svg" alt="">
<span>Lua</span>
<span><i>Basic</i></span>
</div>
<div>
<img src="/assets/3rdparty/scala.svg" alt="">
<span>Scala</span>
<span><i>Basic</i></span>
</div>
<div>
<img src="/assets/3rdparty/groovy.svg" alt="">
<span>Groovy</span>
<span><i>Basic</i></span>
</div>
<div>
<img src="/assets/3rdparty/go.svg" alt="">
<span>Go</span>
<span><i>Basic</i></span>
</div>
<div>
<img src="/assets/3rdparty/php.svg" alt="">
<span>PHP</span>
<span><i>Basic</i></span>
</div>
<div>
<img src="/assets/3rdparty/intel.svg" alt="">
<span>x86 ASM</span>
<span><i>Basic</i></span>
</div>
<div>
<img src="/assets/3rdparty/arm.svg" alt="">
<span>ARM ASM</span>
<span><i>Basic</i></span>
</div>
<div>
<img src="/assets/3rdparty/riscv.svg" alt="">
<span>RISC-V ASM</span>
<span><i>Basic</i></span>
</div>
<div>
<img src="/assets/3rdparty/blaise-pascal-square.jpg"
sizes="80px"
srcset="/assets/3rdparty/blaise-pascal-square-80w.jpg 80w, /assets/3rdparty/blaise-pascal-square-160w.jpg 160w, /assets/3rdparty/blaise-pascal-square-240w.jpg 240w"
alt="">
<span>Pascal</span>
<span><i>Basic</i></span>
</div>
</div>
</section>
<section>
<h2>Get in touch</h2>
<p>
The best way to get in touch with me is through <a href="/contact">email</a>. I'm also on
<a href="https://linkedin.com/in/jonathan-browne">LinkedIn</a>, and you can find many of my
projects on <a href="https://github.com/JBYoshi">GitHub</a>.
</p>
</section>