Skip to content

Commit 1d5d386

Browse files
committed
feat: Updated speaking and writig experience on resume
1 parent 4231a6c commit 1d5d386

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed
3.08 KB
Loading

features/cv-page/mocks/resumeData.mock.ts

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export const dummyResumeData: ResumeData = {
7373
],
7474
sideProjects: [
7575
{
76-
title: 'Free GREEN stack starter',
76+
title: 'Free GREEN stack Expo + Next.js starter',
7777
client: 'Github, Open-Source',
7878
year: 'Ongoing',
7979
linkUrl: 'https://github.com/Aetherspace/green-stack-starter-demo#readme',
@@ -82,14 +82,22 @@ export const dummyResumeData: ResumeData = {
8282
},
8383
{
8484
title: 'FullProduct.dev ⚡️ Universal App Starterkit',
85-
client: 'Aetherspace Digital',
85+
// client: 'Aetherspace Digital',
8686
year: 'Ongoing',
8787
linkUrl: 'https://fullproduct.dev',
8888
collaborators: '',
8989
description: `Kickstart your next project with FullProduct.dev: A Zod & Typescript-first approach to building Universal App experiences with GraphQL, React-Native, Expo & Next.js, in a write-once way. Well-documented productisation of my way of working.`,
9090
},
9191
],
9292
writing: [
93+
{
94+
title: '6 tips to Maximise Efficiency when building Universal Apps',
95+
year: '2025',
96+
publisher: 'fullproduct.dev',
97+
linkUrl: 'https://fullproduct.dev/blog/maximize-efficiency-building-universal-apps?v=cv',
98+
collaborators: '',
99+
description: `I wasn't always the best at shipping fast. Though I did learn to work smarter and deliver more in less time. These 6 tips and tricks will help when building for Web and App Stores.`,
100+
},
93101
{
94102
title: 'Zod and the Joy of Single Sources of Truth',
95103
year: '2024',
@@ -116,6 +124,14 @@ export const dummyResumeData: ResumeData = {
116124
},
117125
],
118126
speaking: [
127+
{
128+
title: 'How to Maximise Efficiency when building Universal Apps',
129+
year: '2025',
130+
event: 'React Native Belgium - Meetup #2',
131+
location: 'In The Pocket, Ghent',
132+
linkUrl: 'https://fullproduct.dev/blog/maximize-efficiency-building-universal-apps?v=cv',
133+
description: `Talk about all the different ways you can work smarter instead of harder as a Universal App developer.`,
134+
},
119135
{
120136
title: 'Zod and the Joy of Single Sources of Truth',
121137
year: '2024',

features/links-page/mocks/userBio.mock.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ export const userBioMock: UserBio = {
5555
},
5656
{
5757
id: '2',
58-
linkUrl: 'https://fullproduct.dev',
58+
linkUrl: 'https://fullproduct.dev/blog/maximize-efficiency-building-universal-apps?v=cdnsn',
5959
linkTitle: 'Intro to FullProduct.dev and the GREEN stack',
60-
subTitle: 'Universal App Starterkit',
60+
subTitle: 'Maximise Dev Efficiency, ship fast and stand out',
6161
imageUrl: '/img/full-product-dot-dev-logo.png',
6262
isFeatured: true,
6363
},

0 commit comments

Comments
 (0)