About Me


    Person raymondli = new Person()
    raymondli.name = "Raymond Li"
    raymondli.education = "Data Science & Management Science @ Columbia 
                           + CS @ NTU, Singapore"
    raymondli.passion = "Product Management & Data Science in tech field"
    raymondli.interests = "tennis, badminton, ping pong & diving 
                          + (occasionally an amateur photographer)"

Current graduate student in Columbia’s Master of Management Science & Engineering program.

  • Know more about the program here.
  • Department Amabassador page.

I enjoy working on any projects/building products that make people’s everyday life interesting and meaningful. Find me below if you have any interesting projects to offer.

With passion in bringing great commercial values to products through technology, I believe data science could be one of these countless means. Open to all kinds of data-oriented projects, or super interesting software engineering ones.

Outside work & study, I play tennis, badminton, ping pong & recently fall in love with diving.

 class Person{
    name;
    education;
    passion;
    interests;
}