summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Van Doorn <vandoorn.nick@gmail.com>2019-04-17 12:08:12 -0700
committerNick Van Doorn <vandoorn.nick@gmail.com>2019-04-17 12:08:12 -0700
commit95cf0314b9f161e622cce961002b609510627f2a (patch)
tree4100b654f7ffaa8660a7e0e5d1b601f3a4f998d9
parent666cf8c902c097e78d53c98afd9547966665ee3b (diff)
Update content
-rw-r--r--src/pages/projects.js27
-rw-r--r--src/pages/work.js6
2 files changed, 17 insertions, 16 deletions
diff --git a/src/pages/projects.js b/src/pages/projects.js
index bf9846f..b4acad5 100644
--- a/src/pages/projects.js
+++ b/src/pages/projects.js
@@ -15,16 +15,16 @@ export const projects = [
url: 'https://github.com/nvandoorn/sunlight-theme',
brief: 'A theme provider for current level of sunlight',
date: 'April 2019',
- showOnCv: true,
projectDetails: [
{
listItems: [
<>
- Component to provide <code>theme.lightLevel</code> to all children
- using <a href="https://emotion.sh/docs/theming">emotion-theming</a>
+ Component to provide the level of sunlight to all children using{' '}
+ <a href="https://emotion.sh/docs/theming">emotion-theming</a>
</>,
<>
- Support colour mapping via <code>middleware</code> prop
+ Support for mapping sunlight level to theme (<code>middleware</code>{' '}
+ prop)
</>,
<>
Small wrapper around{' '}
@@ -51,7 +51,7 @@ export const projects = [
</>,
'Tested with Storybook and Jest',
<>
- Useful for theme providers, such as{' '}
+ Useful for theme providers such as{' '}
<a href="https://emotion.sh/docs/theming">emotion-theming</a>
</>
]
@@ -129,14 +129,15 @@ export const projects = [
{
name: 'Legato Storage Service',
brief: 'Non-volatile time series data storage',
- date: 'Jun 2018 - Present',
- desc: `The Legato Linux framework offers out of the box support for uploading
- time series data, but not storing it locally. For this reason, we
- created this service to persist data for offline cases.`,
+ date: 'Jun 2018 - Feb 2019',
+ desc: `A service that provide non-volatile storage for time series data.
+ All reads and writes are multi-process safe so this service is useful for when
+ one service is logging data and another is sending data.`,
url: 'https://github.com/brnkl/legato-storage-service'
},
{
name: 'Legato GPS Monitor',
+ showOnCv: true,
brief:
'Monitor GPS in a separate process to avoid blocking single threaded apps',
date: 'April 2018',
@@ -145,8 +146,7 @@ export const projects = [
listItems: [
'Allow single threaded apps to read the latest position without blocking',
'Dynamically poll and cache GPS location based on accuracy',
- 'Expose GPS API as synchronous methods reading from cache',
- 'Cache is updated in background using event-loop based timer (much like in JavaScript)'
+ 'Expose GPS API as synchronous methods reading from cache'
],
images: [
{
@@ -164,7 +164,8 @@ export const projects = [
name: 'CF3 Config App',
brief: 'Automatically configure common settings for CF3 based modules',
date: 'April 2018',
- desc: `Automatically configure Sierra Wireless CF3 based modules`,
+ desc: `Automatically configure Sierra Wireless CF3 based modules for
+ common GPIO and UART configurations.`,
inProd: true,
url: 'https://github.com/brnkl/cf3-config'
},
@@ -177,7 +178,7 @@ export const projects = [
listItems: [
'Port of an Arduino style driver to Linux',
'Integrated with Sierra Wireless Legato Framework',
- 'In use at Sierra Wireless and with their customers (see forums)'
+ 'In use with Sierra Wireless customers (see forums)'
],
images: [
{
diff --git a/src/pages/work.js b/src/pages/work.js
index 92d5d62..f48a020 100644
--- a/src/pages/work.js
+++ b/src/pages/work.js
@@ -120,14 +120,14 @@ export const workHistory = [
url: 'https://brnkl.io'
},
{
- name: 'Software Developer, Co-op',
+ name: 'Software Developer, Contract',
brief: 'Forest Technology Systems',
date: 'Sept 2016 - April 2017',
projectDetails: [
{
listItems: [
'Implement components of embedded camera product aimed at the fire weather market (FTS RAOS)',
- 'Automate builds and installs',
+ 'Automate builds and installs of software updates',
'Integrate with user facing software as a service product'
],
images: [{ imgUrl: raos, caption: 'FTS RAOS camera system' }]
@@ -135,7 +135,7 @@ export const workHistory = [
],
desc: `During my time at Forest Technology Systems, I worked with a small
cross-functional team of engineers, product managers,
- and sales staff to transform a prototype camera stsystem into a production ready product.`,
+ and sales staff to transform a prototype camera system into a production ready product.`,
url: 'https://ftsinc.com/'
}
]