Skip to content

Commit 2579737

Browse files
committed
feat: update texts
1 parent 7914b5c commit 2579737

3 files changed

Lines changed: 11 additions & 12 deletions

File tree

src/pages/_CV/Page1/sections/SectionAboutMe.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ const { class: className } = Astro.props;
1414
<P>
1515
I'm a full-stack developer with a strong foundation in TypeScript and
1616
experience across frontend, backend, and infrastructure. I enjoy working in
17-
smaller teams where I can take part in the full development process and help
18-
shape both the product and the codebase. I care about type safety,
17+
smaller teams where I can help shape both the product and the codebase by
18+
being involved throughout the development process. I care about type safety,
1919
maintainability, and choosing the right tools for the job — and in recent
2020
years, I've also been exploring Rust.
2121
</P>

src/pages/_CV/Page1/sections/SectionWorkExperience.astro

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ const { class: className } = Astro.props;
3636
including the Google Cloud Storage integration, and the frontend was
3737
done in collaboration with another developer.
3838
</Li>
39-
<Li
40-
>I migrated the codebase to Typescript from regular Javascript which was
41-
initially thought to be too cumbersome. Now it is a decision everyone is
42-
very happy with.</Li
43-
>
39+
<Li>
40+
I migrated the codebase from plain JavaScript to TypeScript — initially
41+
thought to be too cumbersome, but now considered a great decision by the
42+
team.
43+
</Li>
4444
<Li>
4545
I restructured and implemented the entire permission system as the
4646
product moved to a freemium model and needed entirely new requirements

src/pages/_CV/Page2/sections/SectionPersonalProjects.astro

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,10 @@ const { class: className } = Astro.props;
2525
/>
2626
<P>
2727
With two friends, I co-founded Disc Tree, a webshop for disc golf
28-
products. I've been responsible for the website development, backend
29-
automation and internal applications. The webshop is still running today,
30-
and I'm still a co-owner. It is something I like to do, and I have learned
31-
a lot from it. I've also been responsible for the company's Google Cloud
32-
infrastructure.
28+
products. I've been responsible for website development, backend
29+
automation, and internal applications — including infrastructure on Google
30+
Cloud. The webshop is still running today, and I'm still a co-owner. It is
31+
something I like to do, and I have learned a lot from it.
3332
</P>
3433
<ChipList
3534
items={["TypeScript", "React", "Rust", "Shopify", "Google Cloud"]}

0 commit comments

Comments
 (0)