package arifaydogan;
public class About extends Me implements SoftwareEngineer<ArifAydogan> {
public static final String LINKEDIN = "https://www.linkedin.com/in/arifaydogan/";
@Override
public Education getEducationInfo() {
return Education.builder()
.name("Suleyman Demirel University (SDU)");
.degree(Degrees.BSc);
.department("Computer Engineering")
.graduationYear(2014)
.build();
}
@Override
public Map<String, List<Technology>> getDeveloperSkills() {
Map<String, List<Technology>> skills = new HashMap<>();
skills.put("language", Arrays.asList(new Technology[]{new Java(), new JS(), new Node(), new SQL(), new Pyhton()}));
skills.put("database", Arrays.asList(new Technology[]{new MySql(), new Oracle(), new PostreSQL(), new Redis()}));
skills.put("misc", Arrays.asList(new Technology[]{new Docker(), new Kubernetes(), new RabbitMQ()}));
skills.put("framework",Arrays.asList(new Technology[]{new Spring(), new JSF(), new Dropwizard()}));
//TODO : keep adding more...
return skills;
}
public String getFutureGoal() {
return "To live single and free like a tree, in fraternity like a forest...";
}
}
- Ankara
Highlights
- Pro
Pinned Loading
-
kafka-manager
kafka-manager PublicIn this project, kafka producer and consumer management is done simply with Spring Boot
Java
-
kriptowallet
kriptowallet PublicThe purpose of this project is to return the information of the wallets whose hash code is given in the smart chain(Bscscan) browser and to send an alert in case of transactions in those wallets.
Java 1
-
trackago-core
trackago-core PublicTrackAgo provides a framework where you can do your CRUD operations using Spring Boot.
Java
-
trackago-server
trackago-server PublicTrackAgo provides a framework where you can do your CRUD operations using Spring Boot. Server app.
Java
-
-
piggymetrics
piggymetrics PublicForked from sqshq/piggymetrics
Microservice Architecture with Spring Boot, Spring Cloud and Docker
Java
If the problem persists, check the GitHub status page or contact support.


