Skip to content
View arifaydogan's full-sized avatar
🧯
Working from home
🧯
Working from home

Highlights

  • Pro

Block or report arifaydogan

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
arifaydogan/README.md

👋 Hi, I’m @arifaydogan



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...";
    }

}

Arif's GitHub Stats Top Langs

Pinned Loading

  1. kafka-manager kafka-manager Public

    In this project, kafka producer and consumer management is done simply with Spring Boot

    Java

  2. kriptowallet kriptowallet Public

    The 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

  3. trackago-core trackago-core Public

    TrackAgo provides a framework where you can do your CRUD operations using Spring Boot.

    Java

  4. trackago-server trackago-server Public

    TrackAgo provides a framework where you can do your CRUD operations using Spring Boot. Server app.

    Java

  5. Movies-Directories Movies-Directories Public

    Node.JS - LetStart Api

    CSS

  6. piggymetrics piggymetrics Public

    Forked from sqshq/piggymetrics

    Microservice Architecture with Spring Boot, Spring Cloud and Docker

    Java