-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexperience.html
More file actions
87 lines (79 loc) · 4.96 KB
/
experience.html
File metadata and controls
87 lines (79 loc) · 4.96 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Experience · Pranathi Chinthalapani" />
<title>Experience · Pranathi Chinthalapani</title>
<link rel="stylesheet" href="assets/css/site.css" />
</head>
<body>
<a class="skip" href="#main">Skip to content</a>
<div class="shell">
<aside class="rail" aria-label="Site navigation">
<a class="rail-brand" href="index.html">
<img class="rail-avatar" src="IMG_3430.jpg" width="28" height="28" alt="" />
<span>Pranathi Chinthalapani</span>
</a>
<details class="mobile-jump">
<summary>Pages</summary>
<nav class="rail-nav rail-nav--drawer" aria-label="Site pages">
<a href="about.html">About</a>
<a href="experience.html" class="is-current" aria-current="page">Experience</a>
<a href="projects.html">Projects</a>
<a href="reads.html">Reads & writing</a>
<a href="contact.html">Contact</a>
</nav>
</details>
<div class="rail-label">Pages</div>
<nav class="rail-nav rail-nav--sidebar" aria-label="Site pages">
<a href="about.html">About</a>
<a href="experience.html" class="is-current" aria-current="page">Experience</a>
<a href="projects.html">Projects</a>
<a href="reads.html">Reads & writing</a>
<a href="contact.html">Contact</a>
</nav>
</aside>
<div class="rail-quick" aria-label="Social links">
<a href="https://www.linkedin.com/in/pranathi-chinthalapani/" target="_blank" rel="noopener noreferrer">LinkedIn</a>
<a href="https://github.com/PranathiChin" target="_blank" rel="noopener noreferrer">GitHub</a>
</div>
<main id="main" class="page page--sub" aria-label="Experience">
<article class="subpage subpage--xp">
<h1>Experience</h1>
<p class="xp-intro">Three internships, three different experiences. Big Tech infra, a tiny team where you’re half the roadmap, and fintech company. Mostly I built things; sometimes I argued for what to build next.</p>
<section class="xp-item" aria-labelledby="xp-amazon">
<h2 class="xp-company-name" id="xp-amazon">Amazon</h2>
<p class="xp-role">Software Development Engineer Intern</p>
<p class="xp-when">Internship · Jun 2025 – Aug 2025 · 3 mos · Austin, Texas metro · On-site</p>
<ul class="xp-bullets">
<li>On <strong>storesec</strong>, shipped end-to-end audit logging for an <strong>agentic workflow</strong> service so automated runs and human touches both leave a trace you can reason about later.</li>
<li>Stood up the surrounding infra with <strong>AWS CDK v2</strong> (TypeScript) so the same stack could be reproduced across accounts instead of living in a brittle shell script nobody wanted to touch.</li>
</ul>
<p class="xp-skills">Stack and rhythm: Agile delivery, Dagger, CDK, Type/Java services, and the usual maze of AWS consoles.</p>
</section>
<section class="xp-item" aria-labelledby="xp-makase">
<h2 class="xp-company-name" id="xp-makase">Makase</h2>
<p class="xp-role">Engineer / Product Intern</p>
<p class="xp-when">Internship · Apr 2024 – Sep 2024 · 6 mos · San Diego, CA · Remote</p>
<ul class="xp-bullets">
<li>Wore both <strong>product and engineering</strong> hats: framing problems, prioritizing bets, prototyping in Figma, and jumping into code when that was the shortest path to learning.</li>
<li>Designed and shipped a <strong>web-scraping browser extension</strong> that held up against messy real sites, while other growth bets stayed short experiments that never became durable product.</li>
</ul>
<p class="xp-skills">SQL when pipelines existed, scraping and glue code when they didn’t, plus constant iteration with a tiny remote team.</p>
</section>
<section class="xp-item" aria-labelledby="xp-bk">
<h2 class="xp-company-name" id="xp-bk">Black Knight</h2>
<p class="xp-role">Technology Product Management Intern</p>
<p class="xp-when">Internship · Jun 2023 – Aug 2023 · 3 mos · Jacksonville, FL · Hybrid</p>
<ul class="xp-bullets">
<li>Drafted and iterated <strong>API specifications and technical documentation</strong> for backend platforms so engineers had a single source of truth before build and during review.</li>
<li>Worked with engineering and business stakeholders to tighten contracts, error models, and naming in a regulated mortgage stack where ambiguity shows up weeks later as integration bugs or rework.</li>
</ul>
<p class="xp-skills">Cross-functional reviews, structured spec templates, and enough mortgage-tech context to ask the right clarifying questions early.</p>
</section>
</article>
</main>
</div>
</body>
</html>