-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
311 lines (289 loc) · 14.4 KB
/
Copy pathindex.html
File metadata and controls
311 lines (289 loc) · 14.4 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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
<meta name="theme-color" content="#E8E2CE">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<title>Josh — Software Engineer</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,200..400;1,9..144,200..400&family=Figtree:wght@400;500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://unicons.iconscout.com/release/v4.0.0/css/line.css">
<link rel="stylesheet" href="assets/css/styles.css">
</head>
<body>
<!-- ── Nav ──────────────────────────────────────────────────────────── -->
<nav>
<div class="nav-inner">
<a href="#" class="nav-name">Josh</a>
<ul class="nav-links">
<li><a href="#about">About</a></li>
<li><a href="#experience">Experience</a></li>
<li><a href="#work">Work</a></li>
<li class="nav-social">
<a href="https://github.com/sudo-snoopy" target="_blank"><i class="uil uil-github"></i></a>
<a href="https://www.linkedin.com/in/joshuarudaitis/" target="_blank"><i class="uil uil-linkedin"></i></a>
</li>
</ul>
</div>
</nav>
<!-- ── Hero ─────────────────────────────────────────────────────────── -->
<section class="hero" id="home">
<div class="wide">
<div class="hero-grid">
<div class="hero-data">
<p class="hero-kicker r1">New York, NY · Software Engineer</p>
<h1 class="r2">
Building<br><em>thoughtful</em><br>systems.
</h1>
<p class="hero-bio r3">
Specializing in AI-powered developer tools and the systems engineering behind AI quality. Currently building the next generation of agent-powered developer experiences at Meta.
</p>
<div class="hero-actions r4">
<button id="resume-button" class="btn btn-fill">Resume <i class="uil uil-file-alt"></i></button>
<a href="#about" class="btn btn-outline">About me</a>
</div>
<div class="hero-status r5" style="margin-top: 1.5rem;">
<span class="avail"><span class="avail-dot"></span>Helping developers write better code, faster.</span>
</div>
</div>
<div class="photo-card r4">
<div class="photo-wrap">
<img src="assets/img/profile.jpg" alt="Josh">
</div>
<div class="photo-stamp">
<span class="city">New York, NY</span>
<span class="role">Josh R.</span>
</div>
</div>
</div>
</div>
</section>
<hr class="divider">
<!-- ── About ────────────────────────────────────────────────────────── -->
<section id="about" class="r6">
<div class="wrap">
<div class="section-head">
<span class="section-num">01.</span>
<h2 class="section-title">About <em>me</em></h2>
<div class="section-rule"></div>
</div>
<div class="about-photo" style="margin: 0 auto 3rem; display: block;">
<img src="assets/img/about-alt.jpg" alt="Josh">
</div>
<div class="about-grid">
<div class="about-body">
<p>
A Computer Engineering graduate from the <strong>University of Florida</strong> living in <strong>New York City</strong> with a passion for <a href="https://www.flickr.com/photos/200257494@N02/" target="_blank"><strong>photography and travel</strong></a>.
</p>
<p>
Currently helping to build and refine the next generation of <strong>Agent-Powered tools</strong>. Work is focused on creating intelligent infrastructure that enables developers to move faster without sacrificing reliability.
</p>
</div>
<div class="about-aside">
<div class="aside-stat">
<div class="n"><span id="years-experience">05</span><em>+</em></div>
<div class="l">Years experience</div>
</div>
<div class="aside-stat">
<div class="n">AI</div>
<div class="l">Language Tools Development</div>
</div>
<div class="aside-stat">
<div class="n">B.S.</div>
<div class="l">Computer Engineering</div>
</div>
</div>
</div>
</div>
</section>
<hr class="divider r6">
<!-- ── Experience ────────────────────────────────────────────────────── -->
<section id="experience" class="r6">
<div class="wrap">
<div class="section-head">
<span class="section-num">02.</span>
<h2 class="section-title">My <em>journey</em></h2>
<div class="section-rule"></div>
</div>
<div class="tab-bar">
<div class="tab-indicator" id="tab-indicator"></div>
<button class="tab-btn active" onclick="switchTab(event,'work')">Work</button>
<button class="tab-btn" onclick="switchTab(event,'education')">Education</button>
</div>
<div id="tab-work" class="tab-panel active">
<div class="timeline">
<!-- Meta -->
<div class="tl-item">
<div class="tl-date">June 2024 — Present</div>
<div class="tl-line"><div class="tl-dot"></div></div>
<div class="tl-body">
<div class="tl-org">Meta</div>
<div class="tl-role">Software Engineer</div>
<div class="tl-loc">New York, NY</div>
<p class="tl-desc">Leading initiatives in AI Quality and Governance. Engineering agent-powered developer experiences and IDE integrations that optimize code generation trajectories at scale.</p>
<div class="tags">
<span class="tag ti">AI Quality</span>
<span class="tag ts">Agentic Systems</span>
<span class="tag tn">Developer Experience</span>
</div>
</div>
</div>
<!-- Microsoft merged -->
<div class="tl-item">
<div class="tl-date">March 2021 — May 2024</div>
<div class="tl-line"><div class="tl-dot"></div></div>
<div class="tl-body">
<div class="tl-org">Microsoft</div>
<div class="tl-role">Software Engineer II</div>
<div class="tl-loc">Seattle, WA</div>
<p class="tl-desc">Owned the Container Policy Manager for Windows. Architected unified inclusion paths for OS componentization, reducing validation overhead across distinct Windows SKUs.</p>
<div class="tags">
<span class="tag ti">OS Componentization</span>
<span class="tag tn">Systems Architecture</span>
</div>
</div>
</div>
<!-- MSFT Intern -->
<div class="tl-item">
<div class="tl-date">June 2020 — Aug 2020</div>
<div class="tl-line"><div class="tl-dot"></div></div>
<div class="tl-body">
<div class="tl-org">Microsoft</div>
<div class="tl-role">Software Engineer Intern</div>
<div class="tl-loc">Seattle, WA</div>
<p class="tl-desc">Engineered an autonomous driver verifier flighting tool capable of global deployment across the Windows Insider base (10M+ users).</p>
<div class="tags">
<span class="tag ti">Automation</span>
</div>
</div>
</div>
<!-- Motorola -->
<div class="tl-item">
<div class="tl-date">Summers 2018 & 2019</div>
<div class="tl-line"><div class="tl-dot"></div></div>
<div class="tl-body">
<div class="tl-org">Motorola Solutions</div>
<div class="tl-role">Software Engineer Intern</div>
<div class="tl-loc">Plantation, FL</div>
<p class="tl-desc">Developed communication infrastructure and firmware for mission-critical public safety devices.</p>
<div class="tags">
<span class="tag tn">Embedded Systems</span>
</div>
</div>
</div>
</div>
</div>
<div id="tab-education" class="tab-panel">
<div class="timeline">
<div class="tl-item">
<div class="tl-date">2016 — 2020</div>
<div class="tl-line"><div class="tl-dot"></div></div>
<div class="tl-body">
<div class="tl-org">University of Florida</div>
<div class="tl-role">B.S. Computer Engineering</div>
<div class="tl-loc">Gainesville, FL</div>
<p class="tl-desc">Graduated from the Herbert Wertheim College of Engineering.</p>
</div>
</div>
<div class="tl-item">
<div class="tl-date">Fall 2018</div>
<div class="tl-line"><div class="tl-dot"></div></div>
<div class="tl-body">
<div class="tl-org">Technical University of Denmark</div>
<div class="tl-role">Study Abroad — Engineering</div>
<div class="tl-loc">Lyngby, Denmark</div>
<p class="tl-desc">International exchange program.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<hr class="divider r6">
<!-- ── Work ─────────────────────────────────────────────────────────── -->
<section id="work" class="r6">
<div class="wrap">
<div class="section-head">
<span class="section-num">03.</span>
<h2 class="section-title">Selected <em>work</em></h2>
<div class="section-rule"></div>
</div>
<div class="work-grid">
<a href="https://agentskills.io" target="_blank" class="work-card">
<div class="work-card-img">
<svg viewBox="0 0 400 160" width="400" height="160" xmlns="http://www.w3.org/2000/svg" style="opacity:0.9">
<defs>
<marker id="arrow-head" markerWidth="5" markerHeight="5" refX="4" refY="2.5" orient="auto">
<path d="M0,0 L0,5 L5,2.5 z" fill="rgba(34,28,16,0.3)"/>
</marker>
</defs>
<rect width="400" height="160" fill="#CEC7AF"/>
<!-- Agent -->
<rect x="20" y="60" width="70" height="35" rx="6" fill="#C5BC9E" stroke="rgba(34,28,16,0.15)"/>
<text x="55" y="82" font-family="Figtree" font-size="9" fill="#4A4132" text-anchor="middle">AI Agent</text>
<!-- Disclosure Layer -->
<rect x="130" y="45" width="110" height="70" rx="8" fill="#E8E7F2" stroke="rgba(78,74,140,0.3)"/>
<text x="185" y="75" font-family="Figtree" font-size="9" fill="#4E4A8C" text-anchor="middle">Progressive</text>
<text x="185" y="88" font-family="Figtree" font-size="8" fill="#4E4A8C" text-anchor="middle">Disclosure Layer</text>
<!-- Target Skills -->
<rect x="280" y="30" width="90" height="30" rx="6" fill="#C5BC9E" stroke="rgba(34,28,16,0.15)"/>
<text x="325" y="49" font-family="Figtree" font-size="8" fill="#4A4132" text-anchor="middle">Skill Directory A</text>
<rect x="280" y="95" width="90" height="30" rx="6" fill="#C5BC9E" stroke="rgba(34,28,15,0.15)"/>
<text x="325" y="114" font-family="Figtree" font-size="8" fill="#4A4132" text-anchor="middle">Skill Directory B</text>
<!-- Connectors -->
<line x1="90" y1="78" x2="130" y2="78" stroke="rgba(34,28,16,0.25)" stroke-width="1.2" marker-end="url(#arrow-head)"/>
<path d="M240,70 L275,45" stroke="rgba(34,28,16,0.25)" stroke-width="1.2" fill="none" marker-end="url(#arrow-head)"/>
<path d="M240,85 L275,110" stroke="rgba(34,28,16,0.25)" stroke-width="1.2" fill="none" marker-end="url(#arrow-head)"/>
</svg>
</div>
<div class="work-card-body">
<div class="w-date">2026</div>
<h3>AI Agent Skill Stewardship</h3>
<p>Led the platform-wide implementation of <strong>Anthropic's agentskills.io</strong> Progressive Disclosure format across Meta's internal agent ecosystem.</p>
</div>
</a>
<a href="https://peer.asee.org/34043" target="_blank" class="work-card">
<div class="work-card-img">
<img src="assets/img/portfolio1.gif" alt="Remote Labs Research">
</div>
<div class="work-card-body">
<div class="w-date">2020</div>
<h3>Remote Labs Research</h3>
<p>Published research on an open-source solution for online laboratory systems using reproducible hardware and open-source software stacks.</p>
</div>
</a>
</div>
</div>
</section>
<hr class="divider r6">
<!-- ── Contact / Footer ──────────────────────────────────────────────── -->
<footer id="contact" class="r6">
<div class="wide">
<div class="footer-base">
<div class="footer-links-left">
<a href="https://github.com/sudo-snoopy" target="_blank"><i class="uil uil-github"></i> GitHub</a>
<a href="https://www.linkedin.com/in/joshuarudaitis/" target="_blank"><i class="uil uil-linkedin"></i> LinkedIn</a>
</div>
<span>Built with care · No frameworks</span>
</div>
</div>
</footer>
<!-- ── Modal ───────────────────────────────────────────────────────── -->
<div class="services__modal" id="resume-modal">
<div class="resume__modal-content">
<i class="uil uil-times services__modal-close" id="resume-modal-close"></i>
<div class="resume__iframe-container">
<iframe src="https://docs.google.com/document/d/e/2PACX-1vRx1Sp2aM6p1x1vm5Sm4Y2lzu_bKZ7NsvPdKaP3dWxWr08oMmguUMWahVM6oty5qGTocEhuNrZy81mY/pub?embedded=true" class="resume__iframe"></iframe>
</div>
</div>
</div>
<!-- ── Scroll Top ──────────────────────────────────────────────────── -->
<a href="#" class="scrollup" id="scroll-up">
<i class="uil uil-arrow-up scroll__icon"></i>
</a>
<script src="assets/js/main.js"></script>
</body>
</html>