-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update docs and remove stale Vagrantfile
- Loading branch information
1 parent
91a88e9
commit c6927c0
Showing
4 changed files
with
91 additions
and
213 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,52 @@ | ||
# Quick References | ||
# Technology Stack References | ||
|
||
## Language and Platform | ||
## Languages | ||
|
||
* [Typescript](https://www.typescriptlang.org/docs) | ||
* [Javascript](https://developer.mozilla.org/en-US/docs/Web/JavaScript) | ||
* [node.js](https://nodejs.org/) | ||
* [less](http://lesscss.org/) | ||
- [Typescript](https://www.typescriptlang.org/docs) | ||
- [Javascript](https://developer.mozilla.org/en-US/docs/Web/JavaScript) | ||
- [less](http://lesscss.org/) | ||
- [GraphQL](https://graphql.org/graphql-js/graphql/) | ||
|
||
## UI Libraries | ||
## Database | ||
|
||
* [React](https://facebook.github.io/react/docs/react-api.html) | ||
* [Bootstrap](https://getbootstrap.com/) | ||
* [d3.js](https://d3js.org/) | ||
* [Redux](https://redux.js.org/) | ||
* [react-redux](https://github.com/reactjs/react-redux) | ||
* [redux-thunk](https://github.com/gaearon/redux-thunk) | ||
* [reselect](https://github.com/reduxjs/reselect) | ||
* [typesafe-actions](https://github.com/piotrwitek/typesafe-actions) | ||
- [Cayley](https://cayley.gitbook.io/cayley/) | ||
|
||
## Utility Libraries | ||
## Backend | ||
|
||
* [lodash v4](https://lodash.com/) | ||
* [classnames](https://jedwatson.github.io/classnames/) | ||
- [node.js](https://nodejs.org/) | ||
- [Apollo Server](https://www.apollographql.com/docs/apollo-server/) | ||
- [express](https://expressjs.com/) | ||
|
||
## Frontend | ||
|
||
- [React](https://facebook.github.io/react/docs/react-api.html) | ||
- [Bootstrap](https://getbootstrap.com/) | ||
- [d3.js](https://d3js.org/) | ||
- [Redux](https://redux.js.org/) | ||
- [react-redux](https://github.com/reactjs/react-redux) | ||
- [redux-thunk](https://github.com/gaearon/redux-thunk) | ||
- [reselect](https://github.com/reduxjs/reselect) | ||
- [typesafe-actions](https://github.com/piotrwitek/typesafe-actions) | ||
- [Apollo React Client](https://www.apollographql.com/docs/react/) (a.k.a. Apollo Boost) | ||
|
||
## Utility | ||
|
||
- [lodash v4](https://lodash.com/) | ||
- [classnames](https://jedwatson.github.io/classnames/) | ||
|
||
## Development Tools | ||
|
||
* [tslint](https://palantir.github.io/tslint/) | ||
* [yarn](https://yarnpkg.com/en/docs/cli/) | ||
* [webpack](https://webpack.js.org/configuration/) | ||
- [markdownlint](https://github.com/DavidAnson/markdownlint) | ||
- [tslint](https://palantir.github.io/tslint/) | ||
- [prettier](https://prettier.io/) | ||
- [yarn](https://yarnpkg.com/en/docs/cli/) | ||
- [webpack](https://webpack.js.org/configuration/) | ||
- [grunt](https://gruntjs.com/) | ||
- [graphql-codegen](https://graphql-code-generator.com/) | ||
- [tmux](https://github.com/tmux/tmux/wiki) | ||
- [nodemon](https://nodemon.io/) | ||
- [busybox](https://busybox.net/) | ||
|
||
## Theory | ||
|
||
* [Graph Terminology](http://btechsmartclass.com/DS/U3_T8.html) | ||
- [Graph Terminology](http://btechsmartclass.com/DS/U3_T8.html) |