Skip to content
View 3boku's full-sized avatar
:atom:
:atom:

Block or report 3boku

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
3boku/README.md

Total time coded since Jan 2 2024

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

  1. WWG-discordbot WWG-discordbot Public

    Women Who Go에서 발표하는 dis'go'd 소스코드 레포지스토리 입니다

    Go 16

  2. Hyunseos-studyroom/go Hyunseos-studyroom/go Public

    Go

  3. Go-To-Jeju Go-To-Jeju Public

    LLM과 함께하는 가상 연애 도전기

    Go 2

  4. Hyunseos-studyroom/Next Hyunseos-studyroom/Next Public

    스벨트만 고집한지 1년.. 하.. 내가 이걸 해야되나

    TypeScript 1