This will be my list of tools and resources, and I will grow it over time.
| Tool Url | Description |
|---|---|
| https://carbon.now.sh/ | Code screenshot generator. |
| https://github.com/postprintum/devcomrade | Clipboard helper for windows (plaintext + scriptlet support). |
| https://github.com/gurnec/HashCheck | Right click file hash. |
| https://www.notion.so/ | Productivity tool for all. |
| https://dockstation.io/ | Visual tool for docker container projects. |
| https://app.prntscr.com/en/index.html | Simple, free screenshotting tool |
| https://www.ncrunch.net/ | Ncrunch is a Visual Studio plugin that runs unit tests on save and shows coverage in the editor |
| https://github.com/dahlbyk/posh-git | Powershell git environment (autocompletion + summary information) |
| https://ohmyposh.dev/ | make powershell, or any shell for that matter, awesome! |
| https://github.com/tonsky/FiraCode | Great font with ligatures |
| https://github.com/awaescher/RepoZ | Some nice git 'flavour' for windows and mac |
| Resource Url | Description |
|---|---|
| https://crontab.guru/ | Crontab helper. |
| http://httpstat.us/ | Awesome api to test statuscode handling – just request http://httpstat.us/418 or any other (Supported) status code. |
| https://www.thoughtworks.com/radar | Thoughtworks technology radar |
| https://martinfowler.com/articles/patterns-of-distributed-systems/ | Patterns of distributed systems (series) |
| https://backstage.io/ | Spotify backstage, a platform for building developer portals |
| https://clutch.sh/ | Another platform for building developer portals and workflows (by Lyft) |
| https://azure.microsoft.com/blog/introducing-the-microsoft-azure-wellarchitected-framework/ | Microsft well architecture framework |
| https://github.com/Netflix/Hystrix/wiki | Netflix resiliency library, read the wiki to learn about resiliency |
| https://medium.com/@prachimore/quick-kubernetes-cluster-installation-22d173fee533 | K8s installation cheatsheet |
| https://github.com/davidfowl/AspNetCoreDiagnosticScenarios | Best practices of async/await .net Core |
| http://jepsen.io/consistency | Consistency models |
| https://www.cnpatterns.org/patterns-library | Cloud native patterns |
| https://github.com/yeyintminthuhtut/Awesome-Red-Teaming | A Great resource for all things hacking |