-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·34 lines (30 loc) · 1.84 KB
/
index.html
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
---
layout: default
---
<pre><code class="javascript">const me = {
name: 'Tom Ped',
age: 29,
location: 'Seattle, WA',
workExperience: '>6 years',
college: 'Northeastern University',
major: 'Computer Science',
minor: 'Mathematics'
}</code></pre>
<pre><code class="javascript console-log">console.log(me.bio);</code></pre>
<p>
Hi, I’m Tom — a senior software engineer who thrives at the intersection of clean code, data scalability, and developer experience. With 6+ years of experience in enterprise software, I've led projects that modernized data architectures, automated developer workflows, and saved millions in infrastructure costs.
<br>
<br>
At Intuit, I re-architected core systems to transition from legacy data platforms to S3-based lakes, created tools like Testable to boost developer productivity, and enhanced deployment pipelines that improved iteration speed and reliability. I care deeply about testing excellence, scalable design, and quality at every layer.
<br>
<br>
Whether I’m mentoring junior engineers or optimizing CI/CD pipelines, I bring a balance of hands-on technical skill and big-picture thinking. I'm currently looking for my next opportunity to build impactful systems, improve developer experiences, and continue growing alongside a great team.
</p>
<pre><code class="javascript console-log">console.log(me.experience);</code></pre>
<p>
For more information about my knowledge and technical skills checkout my <a href="assets/resume.pdf">résumé</a> (PDF). If you'd like to know a bit more feel free to send me an email at: tom [at] tomped [dot] com</p>
</p>
<pre><code class="javascript console-log">console.log(me.interests);</code></pre>
<p>
Aside from work there are a few things I enjoy doing in my free time: music production, playing music, hiking, astronomy, video games, and tinkering.
</p>