Skip to content
View ehyeok9's full-sized avatar

Highlights

  • Pro

Block or report ehyeok9

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
ehyeok9/README.md
public record Developer(
    String summary,
    String[] profile,
    String[] interestedIn,
    Contact contact
) {
    public record Contact(
        String email,
        String instagram
    ) {}

    public static Developer hyeokgyuLee() {
        return new Developer(
            "Who strives to validate the process through outcomes.",
            new String[]{
                "Bachelor's Degree in Computer Science at KMU (19.03 ~ 25.02)",
                "Research Intern at STAIRS Lab, UCI (23.06 ~ 23.08)",
                "Backend Developer @ Gausslab Corp. (24.09 ~ 24.11)",
                "Software Engineer @ Meritz Fire & Marine Insurance Co., Ltd. (24.12 ~ ing)"
            },
            new String[]{"Spring Framework/Boot", "DevOps", "Workout"},
            new Contact("[email protected]", "https://www.instagram.com/e_hyeok9/")
        );
    }
}

Pinned Loading

  1. ChungBaJi ChungBaJi Public

    2022 Code-it X Koss 연합 해커톤 : CoKoThon

    Kotlin 4 2

  2. WEITER WEITER Public

    Forked from zkxmdkdltm/LikeLion-Ideathon

    국민대학교 멋쟁이사자처럼 10기 아이디어톤 WEITER

    CSS

  3. WooHyeopHa/Backend WooHyeopHa/Backend Public

    Findmuse - 파인뮤즈의 서버

    Java 1

  4. kookmin-sw/capstone-2024-31 kookmin-sw/capstone-2024-31 Public

    Forked from kookmin-sw/cap-template

    [루틴업] 커뮤니티 기반 습관 형성 챌린지 앱

    HTML 3