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
Copy file name to clipboardExpand all lines: src/pages/cv.tsx
+36-5Lines changed: 36 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -516,6 +516,32 @@ const Cv = () => {
516
516
Experience
517
517
</h2>
518
518
519
+
<CvRole
520
+
title="Design Engineer (Contract)"
521
+
company="Nolana"
522
+
companyLogoPath="nolana.png"
523
+
links={[
524
+
{
525
+
url: "https://nolana.com",
526
+
text: "Nolana homepage",
527
+
},
528
+
]}
529
+
dates={`October 2025 – November 2025 • 5 weeks`}
530
+
blurb={[
531
+
"Brought in on a short-term contract to help implement a couple new features and tighten up the frontend/UI.",
532
+
]}
533
+
tags={[
534
+
"React",
535
+
"TypeScript",
536
+
"NextJS",
537
+
"AI SDK",
538
+
"Tailwind",
539
+
"shadcn",
540
+
"Tanstack Query",
541
+
"Zod",
542
+
]}
543
+
/>
544
+
519
545
<CvRole
520
546
title="Founding Engineer (Contract)"
521
547
company="Lex"
@@ -526,9 +552,7 @@ const Cv = () => {
526
552
text: "Lex homepage",
527
553
},
528
554
]}
529
-
dates={`December 2023 – current • ${getTimeSince(
530
-
"2023/12/01",
531
-
)}`}
555
+
dates={`November 2023 – September 2025 • 1 yr 10 mos`}
532
556
blurb={[
533
557
"First (and at times only) engineer post $2.75m raise, working across the whole company, from top of funnel to product ideas all the way through to full stack implementation and everything else that goes on at an early stage startup.",
0 commit comments