Migrate from 2.0 to 3.0
Configure MVC
Change below
public void ConfigureServices(IServiceCollection services)
{
services.AddMvc();
}
Change below
public void ConfigureServices(IServiceCollection services)
{
services.AddMvc();
}
Tools | Description | Link |
---|---|---|
gts | TypeScript style guide, formatter | https://github.com/google/gts |
ts-node | TypeScript execution and REPL for node.js | https://github.com/TypeStrong/ts-node |
Stryker | Test your tests with mutation testing | https://stryker-mutator.io/ |
brew install helm
helm repo add stable https://kubernetes-charts.storage.googleapis.com/
brew install minikube
minikube start
Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000
const { ApolloServer, gql, SchemaDirectiveVisitor } = require('apollo-server'); | |
const { GraphQLScalarType, defaultFieldResolver, GraphQLString } = require('graphql'); | |
const { Kind } = require('graphql/language'); | |
const formatDate = require("dateformat"); | |
const typeDefs = gql` | |
directive @date( | |
defaultFormat: String = "mmmm d, yyyy" | |
) on FIELD_DEFINITION |
const { | |
ApolloServer, | |
gql, | |
SchemaDirectiveVisitor | |
} = require('apollo-server'); | |
const fetch = require('node-fetch'); | |
const typeDefs = gql` | |
directive @rest(url: String) on FIELD_DEFINITION |
const { | |
ApolloServer, | |
gql, | |
SchemaDirectiveVisitor | |
} = require('apollo-server'); | |
const { defaultFieldResolver } = require('graphql'); | |
const typeDefs = gql` | |
directive @upper on FIELD_DEFINITION |
Continue to Security Credentials
for now+ Access Key (Access Key ID and Secret Access Key)
Access Key
in CSV format, it contains AWSAccessKeyId
& AWSSecretKey
Access Key
to configure AWS CLI to interact with AWS Web Services