mirror of
https://github.com/mitchell/mjfs.us.git
synced 2025-12-19 13:47:22 +00:00
Updated site content
This commit is contained in:
parent
7f4f3725fe
commit
45913005ee
4 changed files with 35 additions and 16 deletions
|
|
@ -12,7 +12,7 @@ class Header extends React.PureComponent<Props> {
|
|||
return (
|
||||
<div className="header-container">
|
||||
<h2>Mitchell J. F. Simon</h2>
|
||||
<SmallText>Lead Software Engineer (Backend), Hypremium.</SmallText>
|
||||
<SmallText>Backend Engineer, TV Time</SmallText>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,8 +19,8 @@ class Home extends React.PureComponent<Props> {
|
|||
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.
|
||||
</p>
|
||||
<p>
|
||||
My professional interests, aside from the above, include software
|
||||
|
|
|
|||
|
|
@ -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."
|
||||
},
|
||||
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue