Skip to content

Commit c3defea

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

File tree

3 files changed

+22
-6
lines changed

3 files changed

+22
-6
lines changed
3.08 KB
Loading

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

Lines changed: 20 additions & 4 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',
@@ -125,7 +141,7 @@ export const dummyResumeData: ResumeData = {
125141
description: `A talk about advanced use cases of Zod, and how it can be used as a single source of truth for not just types and validation, but any datastructure definition in your entire codebase.`,
126142
},
127143
{
128-
title: 'Full-Product Universal Apps with Aetherspace',
144+
title: 'How to efficiëntly build Full-Product Universal Apps',
129145
year: '2023',
130146
event: 'Newline 2023',
131147
location: 'Ghent, Belgium',
@@ -138,7 +154,7 @@ export const dummyResumeData: ResumeData = {
138154
event: 'Meetup.com',
139155
location: 'Ghent, Belgium',
140156
linkUrl: 'https://dev.to/codinsonn/how-to-compete-with-elons-twitter-a-dev-perspective-4j64',
141-
description: `What would it take for a startup to build the new Twitter? From going cross-platform from the start to the importance of docs when scaling your team, we explored how Aetherspace and the GREEN stack can help you compete with the likes of Elon Musk.`,
157+
description: `What would it take for a startup to build the new Twitter? From going cross-platform from the start to the importance of docs when scaling your team, we explored how FullProduct.dev and the GREEN stack can help you compete with the likes of Elon Musk.`,
142158
},
143159
],
144160
awards: [

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)