Skip to content

Instantly share code, notes, and snippets.

root = true
[*]
# charset = utf-8
# end_of_line = lf
# indent_size = 4
# indent_style = space
# insert_final_newline = false
# max_line_length = 120
# tab_width = 4
@adamatti
adamatti / README.md
Last active April 18, 2020 01:56
Corona / Covid
@adamatti
adamatti / 1_ABOUT.adoc
Last active April 30, 2020 22:12
Adamatti README (WORK IN PROGRESS)
  1. Documento inspirado em outros Manager Readmes [ ref1 | ref2 | ref3 ]

    1. Melhores IMHO: Ben, Roy

  2. Esse documento "vivo", pretendo rever o mesmo regularmente

  3. Pode ser usado por outras pessoas (ex: team leads, managers) como referencia/template

Motivação

  1. Inspirar pessoas

  2. Construir confiança

  3. Facilitar relacionamento com candidatos(as) / direct reports / outros leads & managers / supervisores

@adamatti
adamatti / README.adoc
Last active October 30, 2020 01:36
Play with Quarkus #quarkus
  • Create project:

mvn io.quarkus:quarkus-maven-plugin:1.9.1.Final:create \
    -DprojectGroupId=adamatti \
    -DprojectArtifactId=sample \
    -DclassName="adamatti.HelloResource" \
    -Dpath="/hello"