74 lines
2.9 KiB
HTML
74 lines
2.9 KiB
HTML
<!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" />
|
|
<link rel="stylesheet" href="/styles/common.css" />
|
|
<link rel="stylesheet" href="/styles/index.css" />
|
|
<link rel="stylesheet" href="/styles/post.css" />
|
|
<link rel="icon" type="image/webp" href="/public/logo.webp" />
|
|
<title>Barrett Ruth</title>
|
|
</head>
|
|
<body class="graph">
|
|
<header>
|
|
<a href="/" onclick="refresh(event)">
|
|
<div class="terminal-container">
|
|
<span class="terminal-prompt">barrett@ruth:~$ /about</span>
|
|
<span class="terminal-cursor"></span>
|
|
</div>
|
|
</a>
|
|
<div class="header-links">
|
|
<a target="_blank" href="/public/resume.pdf">Resume</a>
|
|
<a target="_blank" href="/public/transcript.pdf">Transcript</a>
|
|
<a href="/about.html">About</a>
|
|
</div>
|
|
</header>
|
|
<main class="main">
|
|
<div class="post-container">
|
|
<header class="post-header">
|
|
<h1 class="post-title">Barrett Ruth</h1>
|
|
<p class="post-meta">
|
|
<time datetime="2024-06-16">19/06/2024</time>
|
|
</p>
|
|
</header>
|
|
<article class="post-article">
|
|
<p>
|
|
I am a software developer with over four years of industry
|
|
experience, currently studying at the
|
|
<a target="blank" href="https://virginia.edu"
|
|
>University of Virginia</a
|
|
>
|
|
with plans to double major in Computer Science and Economics.
|
|
</p>
|
|
<p>
|
|
I began working part-time with
|
|
<a target="blank" href="https://gotransverse.com/">GoTransverse</a>
|
|
in high school. After developing an interest in the financial world
|
|
but wanting to explore something different, I transitioned to
|
|
<a target="blank" href="https://www.nthventure.com/">Nth Venture</a>
|
|
in the spring of my second year. In the summer of 2024, I began
|
|
working at <a target="blank" href="https://usa.visa.com/">VISA</a>.
|
|
</p>
|
|
<p>
|
|
VISA quickly kindled my passion for finance and the challenges of
|
|
low-latency. Soon after, I began working at
|
|
<a target="blank" href="https://trbcap.com/"
|
|
>TRB Capital Management</a
|
|
>
|
|
as a quantitative developer.
|
|
</p>
|
|
<p>
|
|
I also love open-source software. I am a passionate contribute to
|
|
the (Neo)Vim ecosystem—you can see my related contributions,
|
|
projects, and organizations on
|
|
<a target="blank" href="https://github.com/barrett-ruth">GitHub</a>.
|
|
</p>
|
|
</article>
|
|
<div style="display: flex; justify-content: center">
|
|
<img width="30%" src="/public/pfp.webp" />
|
|
</div>
|
|
</div>
|
|
</main>
|
|
</body>
|
|
</html>
|