forked from rpadam/rpadam.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
139 lines (131 loc) · 5.16 KB
/
index.html
File metadata and controls
139 lines (131 loc) · 5.16 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
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Raphael Adam | Engineering Manager</title>
<meta
name="description"
content="Raphael Adam is an engineering manager focused on developer experience, identity and access management, and public API strategy."
/>
<link rel="icon" href="/images/favicon.ico" sizes="any" />
<link rel="stylesheet" href="/assets/css/main.css" />
</head>
<body>
<header class="site-header">
<div class="nav-wrap">
<a class="brand" href="/">Raphael Adam</a>
<ul class="nav-links">
<li><a class="active" href="/">Home</a></li>
<li><a href="/experience/">Experience</a></li>
<li class="nav-dropdown">
<a href="/projects/">Projects</a>
<ul class="dropdown-menu">
<li><a href="/projects/path-shift-td.html">Path Shift TD</a></li>
</ul>
</li>
<li><a href="/contact/">Contact</a></li>
</ul>
</div>
</header>
<main class="main-wrap section-stack">
<section class="hero">
<article class="panel reveal">
<p class="subtitle">Engineering Manager</p>
<h1>Building high trust teams and practical engineering systems.</h1>
<p>
My name is Raphael. I am an engineering leader with
<span data-software-years>14</span> years of enterprise software experience and 7 years managing
hybrid teams. I focus on developer productivity, infrastructure tooling, and scalability initiatives.
</p>
<p>
I lead with technical clarity, people development, and process improvement that aligns
engineering strategy with business goals.
</p>
<div class="quick-meta">
<div class="meta-item">
<strong>Current Role</strong>
Engineering Manager at Workiva
</div>
<div class="meta-item">
<strong>Experience</strong>
<span data-software-years-plus>14+</span> years in enterprise software
</div>
<div class="meta-item">
<strong>Focus</strong>
DevEx, IAM, Public APIs
</div>
</div>
</article>
<figure class="portrait reveal">
<img src="/images/IMG_0764.jpg" alt="Raphael Adam portrait" />
</figure>
</section>
<section class="panel reveal">
<h2>Core Strengths</h2>
<p>
I am skilled with developer experiences, service monitoring, process improvements,
recruitment, and change management.
</p>
<div class="skills">
<span class="skill-pill">Developer Experience</span>
<span class="skill-pill">Service Monitoring</span>
<span class="skill-pill">Process Improvements</span>
<span class="skill-pill">Recruitment</span>
<span class="skill-pill">Change Management</span>
</div>
</section>
<section class="grid-2 reveal">
<article class="panel">
<h2>Professional Snapshot</h2>
<p>
At Workiva, I have led the Developer Experience, Identity and Access Management,
and Public APIs teams. These areas call for different technology decisions and stakeholder
engagement styles, which keeps the work both challenging and rewarding.
</p>
<a class="button-link" href="/experience/">View Full Experience</a>
</article>
<article class="panel">
<h2>Education</h2>
<p>
Iowa State University<br />
Bachelor of Science in Management Information Systems (2009-2013)
</p>
<p>
I began as a Biology major with plans for medical school, then switched to MIS to follow
my passion for technology.
</p>
</article>
</section>
<section class="panel reveal">
<h2>Personal Builds</h2>
<p>
Outside of work, I spend a lot of time tinkering with 3D printing and my homelab.
I am building dedicated pages for both and will share details soon.
</p>
<div class="card-list">
<article class="card">
<h3>3D Printing</h3>
<p>Print projects, tools, and iteration notes from recent builds.</p>
<span class="status-chip">Coming Soon</span>
</article>
<article class="card">
<h3>Homelab</h3>
<p>Infrastructure setup, self-hosted services, and networking experiments.</p>
<span class="status-chip">Coming Soon</span>
</article>
</div>
</section>
</main>
<footer class="site-footer">
<p>
<strong>Connect:</strong>
<a href="https://github.com/rpadam">GitHub</a> |
<a href="https://www.linkedin.com/in/raphaelpauladam/">LinkedIn</a> |
<a href="/contact/">Contact</a>
</p>
<p>© <span data-current-year></span> Raphael Adam</p>
</footer>
<script type="module" src="/assets/js/main.js"></script>
</body>
</html>