type sambok struct {
Name string
GitHub string
Email string
TechStack []string
EngineeringPhilosophy []string
Education []string
Career []string
Community []string
}
func (s *sambok) NewSambok() *sambok {
return &sambok{
Name: "Hyunseo Jung",
GitHub: "3boku",
Email: "a24746440@gmail.com",
TechStack: []string{
"Go", "TypeScript",
},
EngineeringPhilosophy: []string{
"Ship fast, iterate faster",
"Automation over repetition",
"Product > Code",
},
Education: []string{
"Seoul Robotics HighSchool Graduate",
"Hanyang Cyber University Department of Computer Science and Engineering",
},
Career: []string{
"ex. Clika Inc. Software Engineer Intern",
"PostMath Software Engineer",
},
Community: []string{
"ex. KSDC Lead Organizer",
"GDG Golang Korea Organizer",
},
}
}
Pinned Loading
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.





