We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79c1709 commit 434325dCopy full SHA for 434325d
src/components/Home.tsx
@@ -94,7 +94,7 @@ const achievements: Achievement[] = [
94
year: 2019,
95
type: "professional",
96
description:
97
- "Received a cease and desist letter for a Shopify App Store side project",
+ "Built and launched a Shopify app in a week that had revenue on day 1 of launch",
98
},
99
{
100
@@ -152,7 +152,8 @@ const achievements: Achievement[] = [
152
153
year: 2017,
154
155
- description: "Won a game of HQ Trivia using AI",
+ description:
156
+ "Won a game of HQ Trivia using classical NLP techniques (pre-LLM era)",
157
links: [
158
159
text: "[Blog Post]",
0 commit comments