Files
TechToolkit/README.md
jonas@geiger-natur.de 08700db72c missing links added
2024-07-27 17:26:04 +02:00

50 lines
2.1 KiB
Markdown

# TechToolkit
Collection of useful software
## IDE & Editors
- [Visual Studio](https://visualstudio.microsoft.com/)
- [Visual Studio Code](https://github.com/microsoft/vscode) - Cross-platform open-source text editor.
- [Notepad++](https://github.com/notepad-plus-plus/notepad-plus-plus) - Free code editor that supports several programming languages and natural languages
## Database
- [MySql](https://github.com/mysql/mysql-server)
- [MariaDB](https://mariadb.org/)
- [MSSQL](https://www.microsoft.com/sql-server/)
- [PostgreSQL](https://www.postgresql.org/)
- [Oracle](https://www.oracle.com/database/)
- [SQLite](https://www.sqlite.org/)
## Database Clients
- [HeidiSQL](https://github.com/HeidiSQL/HeidiSQL) - Graphical interface for managing MariaDB & MySql servers
- [MySql Workbench](https://github.com/mysql/mysql-workbench) - Graphical tool for working with MySQL servers and databases
## API
- [Postman](https://www.postman.com/)
- [Insomnia](https://github.com/Kong/insomnia) - Open-source, cross-platform API client for GraphQL, REST, WebSockets, SSE and gRPC. With Cloud, Local and Git storage
- [Hoppscotch](https://github.com/hoppscotch/hoppscotch) - Open source API development ecosystem
## Network Security
- [PfSense](https://github.com/pfsense/pfsense) - Free network firewall distribution based on the FreeBSD
- [OpnSense](https://github.com/opnsense)
- [Fortinet](https://www.fortinet.com/)
- [Sophos](https://www.sophos.com/)
- [Pihole](https://github.com/pi-hole/pi-hole) - DNS sinkhole that protects devices from unwanted content
## Container
- [Portainer](https://github.com/portainer/portainer) - Docker and Kubernetes management application
## Container
- [Windows Terminal](https://github.com/microsoft/terminal)
- [WezTerm](https://github.com/wez/wezterm) - GPU-accelerated cross-platform terminal emulator and multiplexer implemented in Rust
## Testing
- [Playwright](https://github.com/microsoft/playwright) - Framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.
- [Trufflehog](https://github.com/trufflesecurity/trufflehog)