docs/journals/2023_02_15.md
2024-07-03 08:18:00 +02:00

14 lines
574 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

- 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](https://tyk.io/docs/apim/open-source/) #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 #Markdowngj
- ``> :warning: Text``
- ![image.png](../assets/image_1676464426151_0.png)