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
-
-
-
kookmin-sw/capstone-2024-31
kookmin-sw/capstone-2024-31 PublicForked from kookmin-sw/cap-template
[루틴업] 커뮤니티 기반 습관 형성 챌린지 앱
HTML 3
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.