Skip to content
View uoojin95's full-sized avatar
πŸˆβ€β¬›
My cat, snow!
πŸˆβ€β¬›
My cat, snow!

Block or report uoojin95

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
uoojin95/README.md

Hi there! πŸ‘‹

My name is Eugene (or Yujin) and I'm a software developer currently living in Toronto, Canada 🍁.

Right now I'm at Included Health and we are on a mission to make health care better for everyone.

I've been upto quite a few things. See my full journey here!


Below are the things that I'm currently focusing on:

  • Deepening my Go expertise: I'm eager to strengthen my foundation in Go and its ecosystem. If you have any recommendations for excellent resources please don't hesitate to share them.
  • Conquering the Kubernetes World: While I have a solid grasp of building robust services, the DevOps world presents a unique set of challenges. To become more proficient, I'm actively studying to get CKA and CKAD certifications.
  • Becoming a 100x engineer, not just 10x: I aspire to positively influence those around me. One way I believe I can achieve this is through effective documentation. I dedicate at least 10% of my work time to writing clear and comprehensive documentation. Additionally, I enjoy studying well-crafted documentation from others.
  • Being empathetic: As I've worked with various individuals, I've realized that technical abilities alone aren't enough. I'm committed to becoming a more empathetic and well-rounded individual for my team. Always open for a great book recommendation πŸ™‚.

Pinned Loading

  1. Yujin.go Yujin.go
    1
    type Yujin struct { lastCoffeeAt time.Time }
    2
    
                  
    3
    func (y *Yujin) IsProductive() bool {
    4
    	return time.Since(y.lastCoffeeAt) < (time.Hour * 3)
    5
    }
  2. study study Public

    studynotes