TelefonicaO2.java
1
2
3
4
5
6
7
8
9
10
11
12
package jsynergy.de.references;
/**
* Telecommunications Provider
*/
public class TelefonicaO2 implements Client {
String project = """
Industry: Telecommunications
Services: Java Development, Cloud Migration, DevOps
Technologies: AWS, Kubernetes, Spring Boot""";
}
HukCoburg.java
1
2
3
4
5
6
7
8
9
10
11
12
package jsynergy.de.references;
/**
* Insurance Company
*/
public class HukCoburg implements Client {
String project = """
Industry: Insurance
Services: Java Development, System Integration
Technologies: Java EE, Microservices""";
}
Hays.java
1
2
3
4
5
6
7
8
9
10
11
12
package jsynergy.de.references;
/**
* Recruiting & HR Services
*/
public class Hays implements Client {
String project = """
Industry: Recruiting & HR
Services: Java Development, Backend Architecture
Technologies: Spring, REST APIs, Database Design""";
}