-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (56 loc) · 2.26 KB
/
index.html
File metadata and controls
61 lines (56 loc) · 2.26 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Einar Esau Grageda</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="/favicon/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon/favicon.svg" />
<link rel="shortcut icon" href="/favicon/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png" />
<link rel="manifest" href="/favicon/site.webmanifest" />
<meta name="description" content="Personal website and portfolio of Einar Esau Grageda.">
<link rel="canonical" href="https://www.einaresau.com" />
<link rel="stylesheet" href="style.css">
</head>
<body>
<main>
<header>
<h1>Einar Esau Grageda</h1>
</header>
<section>
<h2>Selected Work</h2>
<ul>
<li>
<a href="https://github.com/eev25/swiftree">swiftree</a><br>
<span class="section-intro">Visualize the Swift vs Objective-C file distribution in a hybrid iOS codebase as an interactive treemap. Speed up your Objective-C to Swift migration.</span>
</li>
<li>
<a href="https://github.com/eev25/timy">timy</a><br>
<span class="section-intro">Tiny timer. Log events and durations in your iOS application for easy export and analysis</span>
</li>
<li>
<a href="https://github.com/eev25/analyzing-logical-coupling">analyzing-logical-coupling</a><br>
<span class="section-intro">Create and query the logical coupling of files in a repository. Skill to help agents grok brownfield codebases.</span>
</li>
<li>
<a href="assets/egrageda_energy_model.pdf" target="_blank" rel="noopener">Energy Modeling for Embedded Processors</a><br>
<span class="section-intro">Computer Systems Laboratory - Cornell University</span>
</li>
</ul>
</section>
<section id="links">
<h2>Elsewhere</h2>
<ul>
<li><a href="https://github.com/eev25">GitHub</a></li>
<li><a href="https://www.linkedin.com/in/einargrageda/">LinkedIn</a></li>
</ul>
</section>
<footer>
<p>
© 2026 Einar Esau Grageda<br>
</p>
</footer>
</main>
</body>
</html>