abdullahtarawneh.com/static/resume/index.html

184 lines
7.9 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Abdullah Tarawneh's resumé</title>
<style>
* {margin: 0; padding: 0; font-size: 12px;}
ul {list-style-position: inside}
body {
width: 7.5in;
height: 10in;
display: grid;
grid-template-areas:
"info summ"
"side main"
"foot foot";
grid-template-columns:
20em 1fr;
grid-template-rows:
auto 1fr auto;
gap: 1em 2em;
}
.about {grid-area: info}
.summary {grid-area: summ}
.sidebar {grid-area: side}
.main {grid-area: main}
.footer {grid-area: foot}
.quotes {
text-align: center;
margin-top: 1em;
}
.quotes p {
font-family: serif;
font-size: 1.2em;
}
.quotes cite {
display: block;
margin-top: 1em;
}
@media print {
.print {display: none;}
}
@media screen {
body {
padding: 0.5in;
}
}
</style>
</head>
<body>
<div class="about">
<section id="about">
<h1 class="name" style="font-size: 1.75em">Abdullah Tarawneh</h1>
<p class="title">Creative and Technical Consultant</p>
<ul id="contact" style="margin-top: 0.5em; list-style-type: none">
<li><a href="https://trwnh.com">trwnh.com</a> (Web)</li>
<li><a href="mailto:a@trwnh.com">a@trwnh.com</a> (SMTP, XMPP)</li>
<li><a href="https://mastodon.social/@trwnh">mastodon.social/@trwnh</a> (Fediverse)</li>
</ul>
</section>
</div>
<div class="summary">
<section id="summary">
<h2 style="font-size: 1.4em">Summary</h2>
<p>Growing up with math, books, and computers from the age of 3, I've been hungry for knowledge almost my entire life, and always looking for new things to learn. Although I have degrees in biomedical engineering and computer science, I've dabbled in almost everything — photography, design, analysis, creative and technical writing, and more. I'll probably have some knowledge or insight whatever comes up.</p>
</section>
</div>
<div class="sidebar">
<section id="education">
<h2 style="font-size: 1.4em">Education</h2>
<p style="font-size: 0.8em; font-style: italic">
University of Alabama at Birmingham, 2013-2018
</p>
<ul style="margin-top: 0.5em;">
<li>B.S. Computer Science (with Honors)</li>
<li>B.S. Biomedical Engineering (with Honors)</li>
<li>Minor, Mathematics</li>
<li>Science and Technology Honors Program</li>
</ul>
</section>
<section id="skills" style="margin-top: 1em">
<h2 style="font-size: 1.4em">Skills</h2>
<h3>Soft skills</h3>
<ul>
<li>Wide knowledge base</li>
<li>Attention to detail</li>
<li>Problem solving</li>
<li>Critical thinking</li>
<li>Technical writing</li>
<li>Public speaking</li>
<li>Information architecture</li>
<li>QA and testing</li>
</ul>
<h3 style="margin-top: 1em">Hard skills</h3>
<ul>
<li>Web development (HTML, CSS)</li>
<li>Static site generators (Hugo, Zola, Vitepress)</li>
<li>Version control (Git)</li>
<li>System administration (Arch Linux)</li>
<li>Reading code (Python, Elixir, Javascript)</li>
<li>Writing code (Python)</li>
<li>Adobe Creative Suite</li>
<li>Microsoft Office</li>
</ul>
</section>
<section id="projects" style="margin-top: 1em">
<h2 style="font-size: 1.4em">Projects</h2>
<p>See also: <a href="https://github.com/trwnh">github.com/trwnh</a> | <a href="https://git.trwnh.com/a">git.trwnh.com</a></p>
<ul>
<li><a href="https://git.trwnh.com/a/webfinger">webfinger</a>: RFC 7033 implemented in Python and FastAPI</li>
<li><a href="https://github.com/trwnh/namecheap">namecheap</a>: Certbot manual auth hook for DNS-01 challenge using the Namecheap API, written in Python</li>
<li><a href="https://github.com/trwnh/PhotoBucketGrabber">PhotoBucketGrabber</a>: Automate downloading all your photos from PhotoBucket using this Python script</li>
<li><a href="https://github.com/trwnh/salatime">salatime</a>: A web scraping script to print out daily prayer times for Birmingham, AL</li>
</ul>
</section>
</div>
<div class="main">
<section id="experience">
<h2 style="font-size: 1.4em;">Experience</h2>
<h3>Mastodon documentation</h3>
<h4 style="font-style: italic; font-weight: normal;">August 2019 - December 2019</h4>
<ul>
<li>Developed an information architecture from scratch, making it easier to add information in the appropriate place based on various personas (users, admins, project contributors, client developers, and protocol implementers)</li>
<li>Rewrote most of the documentation to fit this new information architecture, filling out many gaps in the previous documentation as well as previously nonexistent sections</li>
<li>Gained familiarity with REST APIs, Ruby on Rails, and the MVC design pattern</li>
<li>The effectiveness of Mastodon's documentation helped catapult its growth over the past years as an open-source project used actively by over 2 million people</li>
</ul>
<h4 style="font-style: italic; font-weight: normal; margin-top: 0.5em;">May 2022 - December 2022</h4>
<ul>
<li>Undertook a massive content update to bring the documentation up-to-date with the new release of Mastodon v4.0</li>
<li>Simplified the Markdown structure for the Hugo static site, reducing technical debt and making it easier to include more information while also increasing consistency throughout the site</li>
</ul>
<h3 style="margin-top: 1em;">Pixelfed project</h3>
<h4 style="font-style: italic; font-weight: normal;">January 2019 - current</h4>
<ul>
<li>Took the initiative to make an extensive masterpost of bugs and issues with the initial alpha release, allowing the dev to quickly address missing functionality (and leading to an invitation to collaborate on Pixelfed)</li>
<li>Turned a one-person project into a team effort by providing technical and design feedback on how features should work, and how to communicate such functionality to users</li>
<li>Prioritized functionality by setting milestones, categorizing and triaging issues, and creating a long-term release cadence</li>
<li>Wrote a generic installation guide covering everything that a prospective server admin would want to know, from start to finish</li>
</ul>
<h3 style="margin-top: 1em;">Senior Technical Writer, Trilogy</h3>
<h4 style="font-style: italic; font-weight: normal;">May 2021 - December 2021</h4>
<ul>
<li>Curated product knowledge for over 100 products by child companies under the banner of Central Support</li>
<li>Distilled information from support tickets containing problems faced by actual customers into solution articles and troubleshooting articles for internal Zendesk knowledge-bases -- at least 20 articles per week</li>
<li>Trained and certified L1 and L2 Central Support agents with LMS quizzes and assessments modeled off of real customer support tickets</li>
</ul>
</section>
</div>
<div class="footer">
<section id="praise">
<h2 style="font-size: 1.4em; text-align: center;">Praise</h2>
<div class="quotes" style="display: flex; gap: 1.5em; align-items: center">
<blockquote style="width: 30em">
<p>
"It's scary how much<br>you know."
</p>
<cite>Khalil Saadiq, former classmate</cite>
</blockquote>
<blockquote>
<p>
"Bless you for being here to work on the docs btw. It's a big relief."
</p>
<cite>Eugen Rochko, Mastodon project lead</cite>
</blockquote>
<blockquote>
<p>
"I don't trust anyone as much as you to shape the direction of the project."
</p>
<cite>Daniel Supernault, Pixelfed developer</cite>
</blockquote>
</div>
</section>
<footer style="display: flex; justify-content: space-between; margin-top: 3em;">
<p>See more information at <a href="https://abdullahtarawneh.com/work">abdullahtarawneh.com/work</a></p>
<p class="print"><a href="./abdullah-tarawneh_resume.pdf">PDF download (30.4KB)</a></p>
</footer>
</div>
</body>
</html>