🌱 I'm a junior backend developer
📬 Contact here - [email protected]
public class LeeJinSim {
private GitHub gitHub;
private Email email;
private List<Technology> techStack;
private Student student;
public LeeJinSim() {
this.gitHub = new GitHub("0pyaq0");
this.email = new Email("[email protected]");
this.techStack = Arrays.asList("Java", "Spring Boot", "Spring Security", "MySQL", "Architecture");
this.student = new Student("MIRIM GIRLS' INFORMATION SCIENCE HIGH SCHOOL 미림여자정보과학고등학교");
}
}