diff --git a/package.json b/package.json index 2fc661e..d8b4422 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-website", - "version": "0.2.17", + "version": "0.2.18", "private": true, "dependencies": { "@fortawesome/fontawesome": "^1.1.8", diff --git a/src/containers/Projects/index.js b/src/containers/Projects/index.js index 612a9c7..1b55a9b 100644 --- a/src/containers/Projects/index.js +++ b/src/containers/Projects/index.js @@ -24,6 +24,19 @@ class Projects extends React.PureComponent { Repository +
+

lambdarouter

+

+ This package will become a fully featured AWS Lambda function + router, able to respond to HTTP, Schedule, Cognito, and SNS events. + It will also support middleware interfacing. So far it includes + functionality for API Gateway. Check out the GoDoc Reference to see + how to instantiate a router and create endpoints. +

+ + Repository + +

destinate

@@ -38,27 +51,15 @@ class Projects extends React.PureComponent {

-

memebank API

+

sys-mgmt

- This is a RESTful API using the Rails framework to support the front - end application of memebank. It uses JWT authentication for - stateless account authentication, and bcrypt for password - encryption. It communicates with the front-end using basic HTTP - requests and JSON objects. + A minimal, cross-platform, unix-like-system management program. This + program is designed to detect which programs are affiliated with the + unix-like system, whether it be Debian or macOS. There are various + shortcuts to common unix-like commands, such as update and upgrade + (for package managers), another is poweroff or reboot.

- - Repository - -
-
-

reddit Neo4J Database

-

- A learning Neo4j database project of a sample of comments on the - popular social media platform Reddit. It can show the relationships - between users, their comments, and subreddits. With this information - we can infer demographic information about reddit's users. -

- + Repository