From 45913005ee9c0d423fa4717d6ec890e8e6d8ff28 Mon Sep 17 00:00:00 2001 From: Mitchell Date: Wed, 13 Mar 2019 23:14:48 -0700 Subject: [PATCH] Updated site content --- package-lock.json | 43 ++++++++++++++++++++++++---------- src/components/Header/index.js | 2 +- src/components/Home/index.js | 4 ++-- src/data/projects.json | 2 +- 4 files changed, 35 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 49a3120..63b465c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mjfs.us", - "version": "0.3.4", + "version": "0.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -5573,7 +5573,8 @@ }, "ansi-regex": { "version": "2.1.1", - "bundled": true + "bundled": true, + "optional": true }, "aproba": { "version": "1.2.0", @@ -5591,11 +5592,13 @@ }, "balanced-match": { "version": "1.0.0", - "bundled": true + "bundled": true, + "optional": true }, "brace-expansion": { "version": "1.1.11", "bundled": true, + "optional": true, "requires": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -5608,15 +5611,18 @@ }, "code-point-at": { "version": "1.1.0", - "bundled": true + "bundled": true, + "optional": true }, "concat-map": { "version": "0.0.1", - "bundled": true + "bundled": true, + "optional": true }, "console-control-strings": { "version": "1.1.0", - "bundled": true + "bundled": true, + "optional": true }, "core-util-is": { "version": "1.0.2", @@ -5719,7 +5725,8 @@ }, "inherits": { "version": "2.0.3", - "bundled": true + "bundled": true, + "optional": true }, "ini": { "version": "1.3.5", @@ -5729,6 +5736,7 @@ "is-fullwidth-code-point": { "version": "1.0.0", "bundled": true, + "optional": true, "requires": { "number-is-nan": "^1.0.0" } @@ -5741,17 +5749,20 @@ "minimatch": { "version": "3.0.4", "bundled": true, + "optional": true, "requires": { "brace-expansion": "^1.1.7" } }, "minimist": { "version": "0.0.8", - "bundled": true + "bundled": true, + "optional": true }, "minipass": { "version": "2.2.4", "bundled": true, + "optional": true, "requires": { "safe-buffer": "^5.1.1", "yallist": "^3.0.0" @@ -5768,6 +5779,7 @@ "mkdirp": { "version": "0.5.1", "bundled": true, + "optional": true, "requires": { "minimist": "0.0.8" } @@ -5840,7 +5852,8 @@ }, "number-is-nan": { "version": "1.0.1", - "bundled": true + "bundled": true, + "optional": true }, "object-assign": { "version": "4.1.1", @@ -5850,6 +5863,7 @@ "once": { "version": "1.4.0", "bundled": true, + "optional": true, "requires": { "wrappy": "1" } @@ -5925,7 +5939,8 @@ }, "safe-buffer": { "version": "5.1.1", - "bundled": true + "bundled": true, + "optional": true }, "safer-buffer": { "version": "2.1.2", @@ -5955,6 +5970,7 @@ "string-width": { "version": "1.0.2", "bundled": true, + "optional": true, "requires": { "code-point-at": "^1.0.0", "is-fullwidth-code-point": "^1.0.0", @@ -5972,6 +5988,7 @@ "strip-ansi": { "version": "3.0.1", "bundled": true, + "optional": true, "requires": { "ansi-regex": "^2.0.0" } @@ -6010,11 +6027,13 @@ }, "wrappy": { "version": "1.0.2", - "bundled": true + "bundled": true, + "optional": true }, "yallist": { "version": "3.0.2", - "bundled": true + "bundled": true, + "optional": true } } }, diff --git a/src/components/Header/index.js b/src/components/Header/index.js index d9f4523..4d7819e 100644 --- a/src/components/Header/index.js +++ b/src/components/Header/index.js @@ -12,7 +12,7 @@ class Header extends React.PureComponent { return (

Mitchell J. F. Simon

- Lead Software Engineer (Backend), Hypremium. + Backend Engineer, TV Time
) } diff --git a/src/components/Home/index.js b/src/components/Home/index.js index d7de4ab..3a5dac7 100644 --- a/src/components/Home/index.js +++ b/src/components/Home/index.js @@ -19,8 +19,8 @@ class Home extends React.PureComponent { JavaScript, and Ruby. I build web services with APIs mostly utilizing the REST architectural style, and various relational and key-value DBMS. In addition to this, I am acclimated with JaveScript client-side - development, like React.js & Native. I'm currently working to - acclimate myself with GraphQL and Docker deployments. + development, like React.js/Native. I'm currently working to + acclimate myself with gRPC and Docker deployments.

My professional interests, aside from the above, include software diff --git a/src/data/projects.json b/src/data/projects.json index 17f3d0f..95f3e8c 100644 --- a/src/data/projects.json +++ b/src/data/projects.json @@ -37,7 +37,7 @@ "alt": "Maintainability" } ], - "description": "So far this package can create a router and routes whose execution utilizes a middleware context pattern, all in one Golang Lambda function. It has full test coverage, and is currently deployed in numerous services where I am employed. Check out the GoDoc Reference to see how to instantiate a router and create endpoints." + "description": "So far this package can create a router and routes whose execution utilizes a middleware context pattern, all in one Golang Lambda function. It has full test coverage, and has been used in a few production services. Check out the GoDoc Reference to see how to initialize a router and create endpoints." }, {