Skip to content

Commit c8d8e9e

Browse files
committed
Update resume + experiences
1 parent 0cb8a93 commit c8d8e9e

File tree

4 files changed

+12
-17
lines changed

4 files changed

+12
-17
lines changed

assets/profilepic.jpg

-611 KB
Loading

assets/resume.pdf

-1.8 KB
Binary file not shown.

lib/ui/about.dart

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,23 @@ class AboutState extends State<About> with WidgetsBindingObserver {
9898
style: Theme.of(context).textTheme.headline4,
9999
),
100100
Padding(padding: const EdgeInsets.all(5)),
101+
Text("C & C++:"),
102+
BulletListText(
103+
"Currently working at Akuna Capital on the Market Data team writing highly performant C++ code to work with rapid data ingest while minimizing latency"),
104+
BulletListText(
105+
"Worked with C & C++ in personal projects such as cClip (to bridge between Rust and Dart safely with support for complex data types)"),
106+
BulletListText(
107+
"Contributed to Cloudflare's open-source 'workerd' runtime during my internship, as well as wrote code for the internal multi-tenant runtime."),
108+
Padding(padding: const EdgeInsets.all(5)),
101109
Text("Rust:"),
102110
BulletListText(
103-
"About 3 years, started writing code with Rust in 2020"),
111+
"About 4 years, started writing code with Rust in 2020"),
104112
BulletListText(
105113
"Created an open source package for HOTP & TOTP generation and validation"),
106114
BulletListText(
107115
"Re-wrote cClip's Direct Transfer implementation in Rust, improving performance nearly 10x and dropping errors 20% (threading + safety)"),
116+
BulletListText(
117+
"Currenly working on smb_reader, a library to parse and work with SMB messages directly from a byte stream efficiently, concurrently, and safely"),
108118
Padding(padding: const EdgeInsets.all(5)),
109119
Text("Flutter & Dart:"),
110120
BulletListText(
@@ -114,21 +124,6 @@ class AboutState extends State<About> with WidgetsBindingObserver {
114124
BulletListText(
115125
"Experienced in complex skills such as isolate computation for encryption & efficient state management"),
116126
Padding(padding: const EdgeInsets.all(5)),
117-
Text("Java/Kotlin & Android:"),
118-
BulletListText(
119-
"Over 6 years, where I started writing code in Java consistently in 7th grade"),
120-
BulletListText("Primarily Java and Android"),
121-
BulletListText(
122-
"Worked with various Android apps written with Java, but have no trouble interpreting and utilizing Kotlin"),
123-
Padding(padding: const EdgeInsets.all(5)),
124-
Text("Swift/Objective-C & iOS/macOS:"),
125-
BulletListText(
126-
"Over 4 years, where I started taking a look at Objective-C code in various Open Source macOS apps"),
127-
BulletListText(
128-
"Primarily in swift for macOS development through AppKit"),
129-
BulletListText(
130-
"Wrote iOS specific features in Swift within Flutter apps"),
131-
Padding(padding: const EdgeInsets.all(5)),
132127
createResumeViewOpen(),
133128
],
134129
),

web/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
});
3030
}
3131
</script>
32-
<script src="main.dart.js?v=1.3.0" type="application/javascript"></script>
32+
<script src="main.dart.js?v=1.4.0" type="application/javascript"></script>
3333
<!-- Cloudflare Web Analytics -->
3434
<script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "49bd7ad6c5364f7fb02aded20dced967"}'></script>
3535
<!-- End Cloudflare Web Analytics -->

0 commit comments

Comments
 (0)