Skip to content
View Tianshi-Lian's full-sized avatar
🌺
🌺
  • Vicon Motion Systems Ltd
  • UK
Block or Report

Block or report Tianshi-Lian

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

Hi there, I'm Tianshi/Rob! 👋

Software Engineer @Vicon Motion Systems Ltd🖥️

🦑 🦑

⬇️ A bit about me...

class Rob : public Human {
  public:
    Rob();

    struct Workspace {
      string location { "remote" };
      string platform { "windows" };
      string distro { "win11" };
      string equipment { "fingers" };
    } workspace;

    vector<Language_Type> languages { C, CPP, QML, Python, TypeScript, PSQL };
    vector<string> libs { "Boost", "Qt6", "React", "Angular" };
    vector<Program> tools { {"CMake"}, {"Mercurial"}, {"Git"}, {"Visual Studio"}, {"VSCode"} };
    vector<string> skills { "engineer", "architect",  "TDD", "agile", "communicate", "mentor" };

    static constexpr const char* goal { "Become a Tech Lead working on code which makes a difference." };

  private:
    struct Personal_Info {
      int cat_count { 2 };
      array<string, 2> cat_names { "Alphinaud", "Alisaie" };
      Coffee_Style coffee { Decaf };
      array<string, 5> drinks { "water", "tea", "coffee", "whisky", "beer" };
      vector<string> food { "yes" };
      vector<string> hobbies { "archery", "boxing", "cooking", "music", "mental health advocacy" };
    } m_information;
};

@Tianshi-Lian's activity is private