-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Multiple] Minor changes in many entries
- Loading branch information
Showing
8 changed files
with
118 additions
and
38 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
## Tools | ||
|
||
- **https://www.composerize.com/** | ||
- Docker CLI <> Compose translator | ||
|
||
|
||
- **https://learnxinyminutes.com/** | ||
- Collection of Cheatsheets | ||
|
||
## Programming Tools | ||
|
||
- `.editorconfig` | ||
|
||
- Code Analysis | ||
- secret leak prevention | ||
- gitsecrets / gitleaks | ||
- Vulnerabilities in code | ||
- Snyk / GitHub Code Scanning | ||
- Secret management | ||
- Vault by HashiCorp | ||
- explainshell.com | ||
- OpenRewrite | ||
- SonarLint / SonarQube | ||
|
||
### Node, Angular, JS | ||
|
||
- `npm` | ||
- `npx` | ||
- `nvm` / `nvm-windows` | ||
- `.nvmrc` | ||
|
||
## Browser Extensions | ||
|
||
1. Gesturefy | ||
2. uBlockOrigin | ||
|
||
## Programs | ||
|
||
- PotPlayer |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
## When debugging | ||
|
||
1. **Always** try to **restart** things | ||
- PC | ||
- K8s target pod | ||
- **All** K8s pods, not only target pod | ||
|
||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
1. Themes | ||
- https://jekyllrb.com/docs/themes/#overriding-theme-defaults |
This file contains 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
This file contains 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
File renamed without changes.