docs/journals/2023_02_15.md
2023-02-15 13:34:02 +01:00

572 B

  • Git Repo Setup #Git #Software
    • # Set origin again
      git remote add origin https://git.laugn.de/matze/docs.git
      # Set branch again
      git branch --set-upstream-to=origin/master master
      
  • Tyk #Software #OpenSource
    • Tyk is an open source Enterprise API Gateway, supporting REST, GraphQL, TCP and gRPC protocols.
  • Code Formatting for #Python
    • black -l 120 . && isort --profile black -l 120 .
  • Warning boxes in gitlab #Markdown
    • > :warning: Text
    • image.png