ravenous.dev/src/resume.lua

w [[
<!doctype html>
<style>
body {
	font-family: sans-serif;
	padding: 40px;
	padding-right: 60px;
	width: 21cm;
	min-height: 29.7cm;
	font-size: 12.5pt;
	background: url(rhomb.svg);
	background-size: 60px;
	background-position: 10px 25px;
}

main {
	padding: 20px;
	border: 2px solid #cccccc;
	min-height: calc(29.7cm - 140px);
	box-shadow: 20px 20px #00000022;
	background-color: white;
}

.skills {
	display: flex;
	justify-content: center;
	gap: 10px;
}

.skills > * {
	width: 600px;
}

ul {
	padding-left: 25px;
}
</style>

<body>
<main>
<h1>Raven Randall</h1>
<p><small><a href="mailto:talk.to.raven@proton.me">talk.to.raven@proton.me</a> | Austin, Texas</small>

<p class="summary">Passionate software developer with experience building tools for content creation in Java and extensive knowledge of systems programming. Strong focus on debugging, technical problem solving, and Linux environments. Seeking software engineering roles with a focus on backend development, tools engineering, or systems programming.

<section>
<h2>Java Technical Lead at <a href="https://catface.com">CatFace</a></h2>
<p><small>Austin, Texas | July 2024 &ndash; March 2025</small>
<p>Developed custom in-game tools in Java for use in Minecraft content used by the <a href="https://www.youtube.com/@Aphmau">Aphmau</a> YouTube channel (20M+ subscribers), enhancing video production efficiency. Solved technical issues and software incompatibilities using tools such as Eclipse and JDWP. Provided support and assistance to coworkers in the development of technical elements in Aphmau videos.
</section>

<section class="skills">
<div>
<h3>Languages</h3>
<ul>
<li>Java
<li>Go
<li>C
<li>Lua
<li>Python
<li>Javascript
<li>Shell scripting
</ul>
</div>

<div>
<h3>Tools</h3>
<ul>
<li>Linux and *nix
<li>Git, SSH
<li>Nginx
<li>Eclipse
<li>GCC
<li>LuaJIT
</ul>
</div>

<div>
<h3>Libraries</h3>
<ul>
<li>OpenGL
<li>libc, Sockets
<li>SDL
<li>SQLite
</ul>
</div>

<div>
<h3>Standards</h3>
<ul>
<li>HTTP
<li>HTML5
<li>IP protocol stack
<li>POSIX
<li>XMPP
</ul>
</div>
</section>
</main>

]]