From 715312209d98e2bed9d6e191befb1018ae978630 Mon Sep 17 00:00:00 2001 From: mitchell Date: Tue, 23 Apr 2019 08:14:29 -0700 Subject: [PATCH] Partial content changes --- .gitignore | 1 + src/components/Home/index.js | 23 +++++++++------------- src/data/projects.json | 38 ++++++++++++++++++------------------ 3 files changed, 29 insertions(+), 33 deletions(-) diff --git a/.gitignore b/.gitignore index d30f40e..3da80d4 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ .env.development.local .env.test.local .env.production.local +.idea npm-debug.log* yarn-debug.log* diff --git a/src/components/Home/index.js b/src/components/Home/index.js index 3a5dac7..635c572 100644 --- a/src/components/Home/index.js +++ b/src/components/Home/index.js @@ -1,26 +1,21 @@ // @flow -import React from "react" +import React from 'react' -import "./index.css" -import profile from "../../images/profile.jpg" +import './index.css' +import profile from '../../images/profile.jpg' type Props = {} class Home extends React.PureComponent { - render() { + render () { return ( -
- Profile +
+ Profile

Hello and welcome,

I am a software developer, with most of my experience in web services. - I have been focused on serverless (FaaS) service architecture, for the - last year. The languages I am currently proficient in include Go, - 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 gRPC and Docker deployments. + I love working with Golang, gRPC, TypeScript, and Redis. I have + experience working with Serverless, DynamoDB, PostgreSQL, Node.js,

My professional interests, aside from the above, include software @@ -33,7 +28,7 @@ class Home extends React.PureComponent { Thank you for reading my quick bio. If you would like to contact me visit the contact page for all of your options.

-

- Mitchell J. F. Simon, III

+

- Mitchell J. F. Simon, III

) } diff --git a/src/data/projects.json b/src/data/projects.json index 95f3e8c..9a7cb0e 100644 --- a/src/data/projects.json +++ b/src/data/projects.json @@ -1,22 +1,4 @@ [ - { - "title": "mjfs.us", - "repoUrl": "https://github.com/mitchell/mjfs.us", - "badges": [ - { - "imgUrl": "https://travis-ci.org/mitchell/mjfs.us.svg?branch=master", - "linkUrl": "https://travis-ci.org/mitchell/mjfs.us", - "alt": "Build Status" - }, - { - "imgUrl": "https://api.codeclimate.com/v1/badges/dc70437f1490980d8e8e/maintainability", - "linkUrl": "https://codeclimate.com/github/mitchelljfs/mjfs.us/maintainability", - "alt": "Maintainability" - } - ], - "description": "This is the source code for this site, which currently utilizes the React.js library. In the past it was built using plain HTML, then Sinatra. It was developed using Flow, and continously deployed using Travis CI. The site itself is hosted on S3 and distributed to several cache locations around the world using Cloudfront." - }, - { "title": "lambdarouter", "repoUrl": "https://github.com/mitchell/lambdarouter", @@ -37,7 +19,25 @@ "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 has been used in a few production services. Check out the GoDoc Reference to see how to initialize a router and create endpoints." + "description": "This package contains a router capable of routing many AWS Lambda API gateway requests to anything that implements the aws-lambda-go Handler interface, all in one Lambda function. It plays especially well with go-kit's awslambda transport package. Check out the GoDoc Reference to see how to initialize a router and create endpoints." + }, + + { + "title": "mjfs.us", + "repoUrl": "https://github.com/mitchell/mjfs.us", + "badges": [ + { + "imgUrl": "https://travis-ci.org/mitchell/mjfs.us.svg?branch=master", + "linkUrl": "https://travis-ci.org/mitchell/mjfs.us", + "alt": "Build Status" + }, + { + "imgUrl": "https://api.codeclimate.com/v1/badges/dc70437f1490980d8e8e/maintainability", + "linkUrl": "https://codeclimate.com/github/mitchelljfs/mjfs.us/maintainability", + "alt": "Maintainability" + } + ], + "description": "This is the source code for this site, which currently utilizes the React.js library. In the past it was built using plain HTML, then Sinatra. It was developed using Flow, and continously deployed using Travis CI. The site itself is hosted on S3 and distributed to several cache locations around the world using Cloudfront." }, {