├── README.md ├── bash_commands.md ├── csharp.md ├── haskell.md ├── java.md ├── javascript.md ├── powershell.md ├── python.md ├── security.md ├── sreanddevops.md ├── study.md └── web.md /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DevOpsandSRE/tech-resources/HEAD/README.md -------------------------------------------------------------------------------- /bash_commands.md: -------------------------------------------------------------------------------- 1 | ### Useful Bash Commands 2 | 3 | * Foo -------------------------------------------------------------------------------- /csharp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DevOpsandSRE/tech-resources/HEAD/csharp.md -------------------------------------------------------------------------------- /haskell.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DevOpsandSRE/tech-resources/HEAD/haskell.md -------------------------------------------------------------------------------- /java.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DevOpsandSRE/tech-resources/HEAD/java.md -------------------------------------------------------------------------------- /javascript.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DevOpsandSRE/tech-resources/HEAD/javascript.md -------------------------------------------------------------------------------- /powershell.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DevOpsandSRE/tech-resources/HEAD/powershell.md -------------------------------------------------------------------------------- /python.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DevOpsandSRE/tech-resources/HEAD/python.md -------------------------------------------------------------------------------- /security.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DevOpsandSRE/tech-resources/HEAD/security.md -------------------------------------------------------------------------------- /sreanddevops.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DevOpsandSRE/tech-resources/HEAD/sreanddevops.md -------------------------------------------------------------------------------- /study.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DevOpsandSRE/tech-resources/HEAD/study.md -------------------------------------------------------------------------------- /web.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DevOpsandSRE/tech-resources/HEAD/web.md --------------------------------------------------------------------------------