Skip to content
View ZuraTikaradze's full-sized avatar
🦸‍♂️
🦸‍♂️
Block or Report

Block or report ZuraTikaradze

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
ZuraTikaradze/README.md
public class About extends Me {

    public String getCurrentWorkplace(){
        return "Senior Software Engineer/Team Lead at EPAM";
    }

    public Set<String> getDailyKnowledge(){
        Set<String> brainCells=new HashSet<>();
        brainCells.add("Java");
        brainCells.add("Kotlin");
        brainCells.add("PL/SQL");
        brainCells.add("Typescript");
        return brainCells;
    }
}

Popular repositories

  1. JavaSE JavaSE Public

    JAVA 1 Lab Projects

    Java 8 2

  2. Micro-Projects Micro-Projects Public

    Open Source Projects

    Java 1

  3. Spring-Examples Spring-Examples Public

    SpringExamples

    Java 1

  4. JDK-14-Features JDK-14-Features Public

    Java 14 New Features

    Java 1

  5. weather-app weather-app Public

    android weather app (Kotlin)

    Kotlin 1

  6. JavaEE JavaEE Public

    JavaEE

    Java