https://techblog.woowahan.com/2661/
https://cloud.google.com/sdk/docs/downloads-interactive
# Create GKE
$ gcloud container clusters create <cluster-name> --num-nodes 3
# List clusters
$ gcloud container clusters list
https://www.katacoda.com/kdy3333
$ apt-get update
$ apt-get --assume-yes install default-jre
$ apt-get --assume-yes install zookeeperd
$ service zookeeper stop
$ mkdir kafka
https://learning.postman.com/docs/writing-scripts/script-references/postman-sandbox-api-reference/
https://codecamper.me/blog/91/
pm.sendRequest({
url: 'https://codecamper.me/auth',
This file contains hidden or 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
// imports a couple of java tasks | |
apply plugin: "java" | |
// List available tasks in the shell | |
> gradle tasks | |
// A Closure that configures the sourceSets Task | |
// Sets the main folder as Source folder (where the compiler is looking up the .java files) | |
sourceSets { | |
main.java.srcDir "src/main" |
~/.gradle/gradle.properties
systemProp.proxySet=true