Docker:
- Docker Cheat Sheet
- SSH Example
- Automated nginx proxy for Docker containers
- Docker for Java Developers
- Docker labs
- Rancher - open source platform for deploying and managing containers in production
docker search <repository>:<port>/<library>:<version>
docker exec -i -t <image> /bin/bash -> [cat <file>]
docker pull <image>
docker images
docker start/stop <image>
docker ps
docker exec <container> env
docker inspect <image>
Database:
- Dbeaver - Universal SQL Client
- Jailer - an tool for database subsetting, schema and data browsing. Perfect for create consistent DB test data.
- Debezium - a amazing distributed platform for change data capture
- Jeddict - before JPAModeller, JPA, Java EE 8 and MicroProfile application generator
- KissMDA - Model Driven Architecture (MDA) generator
Swagger:
- Swagger - The World's most popular API-Tooling
- jaxrs-analyzer - generate your swagger docu with bytecode magic from your JAX-RS service
- comment your javadoc with markdown language
- generate nice html with pretty-swag -i swagger.json -f lite -m true
Enterprise Integration Patterns:
- Apache Karaf - modern and polymorphic container
- Apache Decanter - Business Activity Monitoring
- Apache Camel - concrete implementations of all the widely used Enterprise Integration Patterns (EIPs)
- Smooks - Smooks is an extensible framework for building applications for processing XML and non XML data (CSV, EDI, Java etc) using Java
Web Frontend Systems:
- Errai - Java EE In The Browser, GWT based
- Vaadin - Vaadin Framework is a Java UI framework that simplifies your web app development, GWT based, new with web components
- Vue - The Progressive JavaScript Framework, can be compared to REACT
Prometheus
- Awsome rules - Many useful prometheus rules
Business intelligence
- Apache Superset - Apache Superset is a modern, enterprise-ready business intelligence web application
Monitoring:
- Prometheus
- Grafana
- jmx_exporter
- promagent
- https://timber.io/blog/promql-for-humans/
Swing
- An amazing SWING LAF inspired by the IntelliJ IDE FlatLaf
JVM Tools
- JavaObjectLayout is the tiny toolbox to analyze object layout schemes in JVMs.