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)"),
95
+
Padding(padding:constEdgeInsets.all(5)),
92
96
Text("Flutter & Dart:"),
93
-
BulletListText("Over 2 years, started writing code with Flutter & Dart in 2018 during Flutter's beta phase"),
97
+
BulletListText("Over 3 years, started writing code with Flutter & Dart in 2018 during Flutter's beta phase"),
94
98
BulletListText("Freelance Development utilizing Flutter to build applications for various clients"),
95
-
BulletListText("Experienced in complex skills such as isolate computation for encryption & efficient state management"),
99
+
BulletListText("Experienced in complex skills such as isolate computation for encryption & efficient state management"),
96
100
Padding(padding:constEdgeInsets.all(5)),
97
101
Text("Java/Kotlin & Android:"),
98
-
BulletListText("Over 4 years, where I started writing code in Java consistently in 7th grade"),
102
+
BulletListText("Over 5 years, where I started writing code in Java consistently in 7th grade"),
99
103
BulletListText("Primarily Java and Android"),
100
104
BulletListText("Worked with various Android apps written with Java, but have no trouble interpreting and utilizing Kotlin"),
101
105
Padding(padding:constEdgeInsets.all(5)),
102
106
Text("Swift/Objective-C & iOS/macOS:"),
103
-
BulletListText("Over 2 years, where I started taking a look at Objective-C code in various Open Source macOS apps"),
107
+
BulletListText("Over 3 years, where I started taking a look at Objective-C code in various Open Source macOS apps"),
104
108
BulletListText("Primarily in swift for macOS development through AppKit"),
105
109
BulletListText("Wrote iOS specific features in Swift within Flutter apps"),
106
110
Padding(padding:constEdgeInsets.all(5)),
@@ -149,7 +153,6 @@ class AboutState extends State<About> with WidgetsBindingObserver {
0 commit comments