Skip to content
View uoojin95's full-sized avatar
πŸ’
just got married
πŸ’
just got married

Highlights

  • Pro

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! πŸ‘‹

I'm Eugene (or Yujin), a software developer based in Toronto, Canada. 🍁

Currently, I'm at Included Health, working towards improving the healthcare system.

      |\      _,,,---,,_                   ^...^   - and me being a night owl
Z Z z /,`.-'`'    -.  ;-;;,_              / o,o \              
     |,4-  ) )-,_. ,\ (  `'-'             |):::(|
    '---''(_/--'  `-'\_)   - my cat     ====w=w===

I have a black cat named Snow

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
    }