SudhirBoyapati.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
package jsynergy.de.team;
/**
* Java Software Developer / Architect
* Bachelor of Engineering in Computer Science
*/
@AWSCertified
@ScrumMaster
@SunCertifiedEnterpriseArchitect
public class SudhirBoyapati extends Architect implements ManagingDirector {
String profile = """
25+ years of experience in Java development
Focus: Java, Cloud (AWS), DevOps, Architecture
Industries: Telecommunications, Banking, Healthcare
Clients: Telefonica o2, Deutsche Bank
Languages: German, English
Email: sudhir.boyapati@jsynergy.de""";
}
MichalGajda.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
package jsynergy.de.team;
/**
* Java Software Developer
* Master of Science in Computer Science
*/
public class MichalGajda extends Developer implements External {
String profile = """
20+ years of experience in Java development
Focus: Java, Cloud (AWS), DevOps
Industries: Telecommunications, Insurance
Clients: Telefonica o2, AXA Insurance
Languages: German, English
Email: michal.gajda@jsynergy.de""";
}