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
description: `6mo, NY, Built with expo, react-native & next.js, but can't say more sadly`,
48
+
description: `6mo, NY, Built with Expo, React-native & Next.js, but can't say more sadly`,
49
49
},
50
50
{
51
51
title: 'Cancer Companion App',
52
52
client: 'My Cancer Companion by Dr. Eric Lim, Thoracic Surgeon',
53
53
year: '2022',
54
54
linkUrl: 'https://www.mycancercompanion.com/',
55
55
collaborators: '',
56
-
description: `My Cancer Companion is a free app providing the best, most up-to-date, and authoritative information for people with lung cancer. Cool features I worked on include Symptom logging (charts), Personalised recommendations, and Appointment management (calendars). Helped build this with Expo, React-Native, and Nest.js in Belgium and London.`,
56
+
description: `My Cancer Companion is an app I helped build providing the best, most up-to-date, and authoritative information for people with lung cancer. Cool features I worked on include Symptom logging (charts), Personalised recommendations, and Appointment management (calendars). Helped build this with Expo, React-Native, and Nest.js in Belgium and London.`,
collaborators: 'References work by Evan Bacon & Theo Browne (T3.gg)',
84
+
description: `Users increasingly prefer mobile apps to the mobile web, and there are many ways to build them. Should you choose React-Native over Flutter? Let's find out.`,
description: `Currently scaling the already built AI powered MVP for Talentguide to a production ready app. Mostly front-end web and back-end + cloud work, while the AI / ML core is constantly being improved by the client's internal team. Currently planning on building the Mobile version of the app with Aetherspace.`,
131
+
},
116
132
{
117
133
title: 'Full-Product Typescript Engineer',
118
134
from: '2022',
119
135
to: '2023',
120
136
company: 'Bothrs',
121
-
location: 'Ghent, Belgium',
137
+
location: 'Ghent, Belgium (also: New York & London)',
122
138
linkUrl: 'https://www.bothrs.com/',
123
-
description: `Built some cool Mobile Apps with Web features using Expo, React-Native, and Next.js here. Included clients in the US, London, Healthcare, and eCommerce sectors.`,
139
+
description: `Built some cool Mobile Apps with Web features using Expo, React-Native, and Next.js here. Often the initial MVP or incubator project was built & validated by our smaller teams, while the client scaled up their team to take over. Included clients in the US, UK, Healthcare, and ECommerce sectors.`,
description: `Worked on a wide variety of projects here. Mostly Front-end work for their in-house eCommerce CMS that powers the likes of Dockx Rental and Denderwood. Aside from that, I also worked on some advanced web-based configurators for Daikin EU here, and even some Mobile apps with React-Native and Expo.`,
148
+
description: `Worked on a wide variety of projects here. Mostly Front-end work for their in-house ECommerce CMS that powers the likes of Dockx Rental and Denderwood. Aside from that, I also worked on some advanced web-based configurators for Daikin EU here, and even some Mobile apps with React-Native and Expo.`,
@@ -103,7 +110,7 @@ export const GET = makeNextRouteHandler(healthCheck)
103
110
exportconst POST =makeNextRouteHandler(healthCheck)
104
111
```
105
112
106
-
On top of that, the `healthCheck` function "bundle" we made by wrapping with `aetherResolver()` is still usable as a regular Javascript promise, so feel free to use it in other data resolvers as well.
113
+
On top of that, the `healthCheck` function "bundle" we made by wrapping with `aetherResolver()` is still usable as a regular Javascript promise for use in other data resolvers as well.
107
114
108
115
### Easy mode -- Generating GraphQL Resolvers with the CLI
If you're wondering what the `screenConfig` should contain, or are wondering how to access API route parameters, we suggest you continue with[GraphQL and Data-Fetching](/packages/@aetherspace/navigation/AetherPage/README.md)
146
+
If you're wondering what the `screenConfig` should contain, how you should feed data to your screens or are wondering how to access API route parameters, we suggest you continue by reading our docs on[GraphQL and Data-Fetching](/packages/@aetherspace/navigation/AetherPage/README.md)
0 commit comments