awesome-lists/awesome-software.md
2025-02-18 13:17:17 +01:00

45 lines
1.3 KiB
Markdown

# Software Team Rockstars finds awesome!
This stuff is cool.
## Architecture
- [C4 Model](https://c4model.com/)
- [Icepanel](https://icepanel.io/)
## Documentation
- [Devdocs](https://devdocs.io)
## Linux
- [Ubuntu lts](https://ubuntu.com/download/desktop)
- [i3 window manager](https://i3wm.org/)
### Terminal / Command line
- [st](https://st.suckless.org/)
- [alacritty](https://alacritty.org/)
- [kitty](https://sw.kovidgoyal.net/kitty/)
- [tmux](https://github.com/tmux/tmux/wiki)
- [neovim](https://neovim.io)
## Monitoring
- [Grafana](https://grafana.com/)
- [PowerBI](https://www.microsoft.com/nl-nl/power-platform/products/power-bi)
- [AppSignal](https://appsignal.com)
## Password managers
- [bitwarden](https://bitwarden.com)
## Quality assurance
- [SonarQube](https://www.sonarsource.com/products/sonarqube/)
## Styleguides
- C
- [Linux Kernel](https://www.kernel.org/doc/html/v4.10/process/coding-style.html)
- C++
- [Google](https://google.github.io/styleguide/cppguide.html)
- [isocpp](https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines)
- [isocpp github](https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md)
- Typescript
- [Google](https://google.github.io/styleguide/tsguide.html)
- [AirBnb](https://github.com/airbnb/javascript)