From 95cf0314b9f161e622cce961002b609510627f2a Mon Sep 17 00:00:00 2001 From: Nick Van Doorn Date: Wed, 17 Apr 2019 12:08:12 -0700 Subject: Update content --- src/pages/projects.js | 27 ++++++++++++++------------- src/pages/work.js | 6 +++--- 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 theme.lightLevel to all children - using emotion-theming + Component to provide the level of sunlight to all children using{' '} + emotion-theming , <> - Support colour mapping via middleware prop + Support for mapping sunlight level to theme (middleware{' '} + 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{' '} emotion-theming ] @@ -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/' } ] -- cgit v1.2.3