-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.html
More file actions
68 lines (61 loc) · 3.83 KB
/
resume.html
File metadata and controls
68 lines (61 loc) · 3.83 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Devin Logan - Resume</title>
<link rel="stylesheet" href="resume-style.css">
</head>
<body>
<div class="header">
<h1>Devin Logan</h1>
<div class="contact-info">
Arlington, VA<br>
devinannlogan@gmail.com
</div>
</div>
<div class="separator"></div>
<h2>Experience</h2>
<div class="job-header">
<div class="job-title"><strong>Fern</strong> — Content Lead</div>
<div class="job-date">Jun 2025 – present</div>
</div>
<ul>
<li>Sole technical writer for SDK and Docs products; ship and maintain
documentation across 9 programming languages using docs-as-code workflows
(GitHub, Markdown) and AI-assisted tooling including Vale linting automation.</li>
<li>Own information architecture and content strategy; validate product
configuration flows firsthand to ensure accuracy and build reusable content
patterns that scale across languages and features.</li>
<li>Drive technical content marketing supporting pipeline growth and
product launches. Blog posts, social media content, customer case studies (written + video, 5 published and counting).</li>
</ul>
<div class="job-header">
<div class="job-title"><strong>Misc Freelance Projects</strong> — Technical Writer Consultant</div>
<div class="job-date">Mar – Jul 2025</div>
</div>
<ul>
<li><strong>Class Constructor Corp:</strong> Create product demonstration videos, write user guides, and advise on documentation strategy for a server-side tagging product. Class Constructor Corp is a small engineering consultancy building features for Usercentrics (consent management platform).</li>
<li><strong>Dowling Community Garden:</strong> Wrote payment processing and migration documentation as the organization moved from a physical to digital payment processing system.</li>
</ul>
<div class="job-header">
<div class="job-title"><strong>Google</strong> — Senior Technical Writer, Google Search</div>
<div class="job-date">Jul 2018 – Dec 2024</div>
</div>
<ul>
<li>Lead writer on internal developer documentation for ~1,500 engineers building Local Search features and infrastructure. Wrote high-level overviews, concept docs, codelabs, and end-to-end development instructions using Markdown, HTML, CSS, and GitHub-like version control systems. Documented Java, Python, and C++ code to support engineers and product managers of varying experience levels. Analytics and user studies showed my documentation initiatives resulted in a more self-serve onboarding and development process.</li>
<li>Lead writer for AI Overviews, a critical 2023/2024 priority for Search available in 100+ countries and locales and serving over 1 billion users. Designed, wrote, reviewed, and refined model training data; addressed model training losses and biases.</li>
<li>Created and executed data-driven documentation content strategies. Assessed customer needs by interviewing subject matter experts, reading existing artifacts, and analyzing customer data. Proposed solutions, coordinated stakeholder reviews, and refined solutions based on stakeholder feedback.</li>
<li>Lead course developer, instructor, and instructor trainer for Write Better Design Docs, an internal course for engineers looking to improve design document writing skills.</li>
</ul>
<h2>Education</h2>
<div class="job-header">
<div class="education"><strong>The College of William and Mary</strong> — B.A.</div>
<div class="job-date">Aug 2014 – May 2018</div>
</div>
<ul>
<li>summa cum laude</li>
<li>Double majored in English and Accounting; minored in Computer Science</li>
</ul>
</body>
</html>