You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BulletListText("About 2 years, started writing code with Rust in 2020"),
93
-
BulletListText("Created an open source package for HOTP & TOTP generation and validation"),
94
-
BulletListText("Re-wrote cClip's Direct Transfer implementation in Rust, improving performance nearly 10x and dropping errors 20% (threading + safety)"),
102
+
BulletListText(
103
+
"About 2 years, started writing code with Rust in 2020"),
104
+
BulletListText(
105
+
"Created an open source package for HOTP & TOTP generation and validation"),
106
+
BulletListText(
107
+
"Re-wrote cClip's Direct Transfer implementation in Rust, improving performance nearly 10x and dropping errors 20% (threading + safety)"),
95
108
Padding(padding:constEdgeInsets.all(5)),
96
109
Text("Flutter & Dart:"),
97
-
BulletListText("Over 3 years, started writing code with Flutter & Dart in 2018 during Flutter's beta phase"),
98
-
BulletListText("Freelance Development utilizing Flutter to build applications for various clients"),
99
-
BulletListText("Experienced in complex skills such as isolate computation for encryption & efficient state management"),
110
+
BulletListText(
111
+
"Over 3 years, started writing code with Flutter & Dart in 2018 during Flutter's beta phase"),
112
+
BulletListText(
113
+
"Freelance Development utilizing Flutter to build applications for various clients"),
114
+
BulletListText(
115
+
"Experienced in complex skills such as isolate computation for encryption & efficient state management"),
100
116
Padding(padding:constEdgeInsets.all(5)),
101
117
Text("Java/Kotlin & Android:"),
102
-
BulletListText("Over 5 years, where I started writing code in Java consistently in 7th grade"),
118
+
BulletListText(
119
+
"Over 5 years, where I started writing code in Java consistently in 7th grade"),
103
120
BulletListText("Primarily Java and Android"),
104
-
BulletListText("Worked with various Android apps written with Java, but have no trouble interpreting and utilizing Kotlin"),
121
+
BulletListText(
122
+
"Worked with various Android apps written with Java, but have no trouble interpreting and utilizing Kotlin"),
105
123
Padding(padding:constEdgeInsets.all(5)),
106
124
Text("Swift/Objective-C & iOS/macOS:"),
107
-
BulletListText("Over 3 years, where I started taking a look at Objective-C code in various Open Source macOS apps"),
108
-
BulletListText("Primarily in swift for macOS development through AppKit"),
109
-
BulletListText("Wrote iOS specific features in Swift within Flutter apps"),
125
+
BulletListText(
126
+
"Over 3 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"),
110
131
Padding(padding:constEdgeInsets.all(5)),
111
132
createResumeViewOpen(),
112
133
],
@@ -135,10 +156,13 @@ class AboutState extends State<About> with WidgetsBindingObserver {
0 commit comments