-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.html
More file actions
214 lines (204 loc) · 7.76 KB
/
resume.html
File metadata and controls
214 lines (204 loc) · 7.76 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Ryan Schmitt — Resume</title>
<link rel="stylesheet" href="styles.css" />
<link rel="shortcut icon" href="favicon.png" type="image/x-icon" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"
/>
</head>
<body>
<nav class="navbar">
<h1 class="logo"><a href="index.html">Ryan Schmitt</a></h1>
<ul class="nav-list">
<li><a href="index.html">Home</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="resume.html">Resume</a></li>
<li><a href="contact.html">Contact</a></li>
<li>
<a
class="nav-icon"
href="https://github.com/RyanSchmit"
target="_blank"
rel="noopener"
aria-label="GitHub"
><i class="fa-brands fa-github"></i
></a>
</li>
<li>
<a
class="nav-icon"
href="https://www.linkedin.com/in/ryan-schmitt-cp/"
target="_blank"
rel="noopener"
aria-label="LinkedIn"
><i class="fa-brands fa-linkedin"></i
></a>
</li>
<li>
<a class="nav-icon" href="mailto:rtschmit@calpoly.edu" aria-label="Email"
><i class="fa-solid fa-envelope"></i
></a>
</li>
</ul>
</nav>
<main>
<h1 class="page-title">Resume</h1>
<div class="download-row">
<a class="btn" href="resume.pdf" download>
<i class="fa-solid fa-download"></i> Download Resume
</a>
</div>
<div class="resume">
<section class="section">
<h2 class="section-title">Education</h2>
<div class="entry">
<h3 class="entry-title">California Polytechnic State University — San Luis Obispo, CA</h3>
<p class="entry-info">Bachelor of Science in Computer Science | September 2022 – June 2026</p>
<ul>
<li>Major GPA: 3.71 | Overall GPA: 3.51</li>
<li>
Dean's List: Winter 2023, Spring 2024, Fall 2024, Winter 2025, Fall 2025
</li>
<li>
Relevant Coursework: Financial Accounting, Cloud Computing,
Algorithms (Python), Object-Oriented Programming (Java),
Data Structures (Python), Intro to Computer Organization
(RISC-V/C), Discrete Structures
</li>
</ul>
</div>
</section>
<section class="section">
<h2 class="section-title">Experience</h2>
<div class="entry">
<h3 class="entry-title">Iconectiv</h3>
<p class="entry-info">Product Management Intern | June 2025 – September 2025</p>
<ul class="entry-description">
<li>
Designed an AI-powered solution to efficiently resolve 200+
customer support issues.
</li>
<li>
Expanded technical documentation to improve clarity and
usability for the current system.
</li>
<li>
Developed an automated Excel-based tool to streamline and
accelerate the phone number porting process.
</li>
</ul>
</div>
<div class="entry">
<h3 class="entry-title">Digital Democracy</h3>
<p class="entry-info">Software Engineer Intern | January 2024 – June 2024</p>
<ul class="entry-description">
<li>
Developed an AI-powered voice recognition system to identify
legislators from speech patterns, significantly reducing the
need for manual review.
</li>
<li>
Enhanced a web scraping system in Python to improve data
collection efficiency and accuracy.
</li>
<li>
Optimized a web application using Java, improving performance
and usability.
</li>
</ul>
</div>
<div class="entry">
<h3 class="entry-title">Digital Transformation AI Hackathon — San Luis Obispo, CA</h3>
<p class="entry-info">Cybersecurity Team Lead | April 2024</p>
<ul class="entry-description">
<li>
Led a team to develop an AI-powered document search tool,
winning first place.
</li>
<li>
Utilized AWS S3, Amazon Bedrock, and OpenSearch for fast and
accurate database queries.
</li>
<li>
Conducted vulnerability analysis to mitigate risks like SQL
injection and side-channel attacks.
</li>
<li>
Presented the solution to a panel of judges, highlighting the
technical architecture, cybersecurity features, and the
system's potential to streamline public service workflows.
</li>
</ul>
</div>
</section>
<section class="section">
<h2 class="section-title">Projects</h2>
<div class="entry">
<h3 class="entry-title">
Wealth Path —
<span style="font-weight:normal; font-size:0.9rem;">Next.js, Supabase, TypeScript</span>
</h3>
<ul class="entry-description">
<li>
Built a full-stack personal finance app with AI-powered
transaction categorization, reducing manual data entry.
</li>
<li>
Integrated an LLM to answer natural language questions about
spending habits and financial goals.
</li>
<li>
Designed a Supabase (PostgreSQL) schema with deduplication
logic to ensure clean transaction data.
</li>
</ul>
</div>
</section>
<section class="section">
<h2 class="section-title">Leadership & Activities</h2>
<div class="entry">
<h3 class="entry-title">CP Security Club — San Luis Obispo, CA</h3>
<p class="entry-info">Social Chair | 2023 – 2025</p>
<ul class="entry-description">
<li>
Competed in Capture The Flag (CTF) challenges, focusing on
binary exploitation, reverse engineering, and network
vulnerabilities.
</li>
<li>
Explored cloud security best practices and emerging threats at
industry conferences like BSides.
</li>
<li>
Organized workshops on cybersecurity topics, including DDoS
mitigation and secure application development.
</li>
</ul>
</div>
</section>
<section class="section">
<h2 class="section-title">Technical Skills</h2>
<ul>
<li>
<strong>Programming Languages:</strong> Python, Java, JavaScript,
TypeScript, SQL
</li>
<li>
<strong>Technologies:</strong> React, AWS, Firebase, GitHub,
Jenkins, CI/CD Pipelines
</li>
<li>
<strong>AI Tools:</strong> GitHub Copilot, ChatGPT, Claude Code
</li>
</ul>
</section>
</div>
</main>
<footer class="footer">
© 2025–2026 Ryan Schmitt | All Rights Reserved
</footer>
</body>
</html>