diff --git a/src/components/About.js b/src/components/About.js index e12a48a..f47795a 100644 --- a/src/components/About.js +++ b/src/components/About.js @@ -12,12 +12,15 @@ const About = () => {

People call me Khang

- My name is Khang Le and I am currently working as a software - engineer with great focus in developing full-stack applications and - exploring new technologies. I graduated from Nanyang Technological - University with a Bachelor of Engineering in Computer Science with - Honours (Highest Distinction). In my free time, I enjoy cooking, - jogging, and playing table tennis and badminton. + My name is Khang Le and I am currently a Master's (Thesis) student + at Simon Fraser University (SFU) with a research interest in + software testing and verification. +
+
+ Previously, I graduated from Nanyang Technological University (NTU) + with a Bachelor degree in Computer Science with Honours (Highest + Distinction). In my free time, I enjoy cooking, jogging, and playing + table tennis and badminton.

diff --git a/src/components/Projects.js b/src/components/Projects.js index e53ec1c..e412423 100644 --- a/src/components/Projects.js +++ b/src/components/Projects.js @@ -6,16 +6,12 @@ const Projects = () => {

Machine Learning for Food Review and Recommendation

-

- Final Year Project supervised by Assoc. Prof. Hui Siu Cheung{" "} -
- Jun 2020 - May 2021 -

+ Jun 2020 - May 2021
  • - Developed a website (Food Hunter) for food review and - recommendation using Django, PostgreSQL, and React + Developed a full-stack website for food review and recommendation + using Django, PostgreSQL, and React
  • Implemented different deep learning approaches to address the @@ -36,51 +32,16 @@ const Projects = () => { > research paper {" "} - at International Student Conference on Artificial Intelligence ( - - STCAI - - ) 2021 -
  • -
    -
    - -
    -
    -

    COVID19 Status Chatbot

    -

    - Personal Project
    - May 2020 -

    -
    -
    -
  • - Created an interactive{" "} - - chatbot - {" "} - on multiple platforms to get real-time COVID-19 status globally or - in any country using Node.js, Dialogflow (Google Cloud), and - Heroku -
  • -
  • - Invited to be a guest speaker at a Google Developer Groups (GDG) - webinar to share about my chatbot development and learning - experiences on Google Cloud Platform + at International Student Conference on Artificial Intelligence + (STCAI) 2021
  • -

    Undergraduate Research Experience on CAmpus (URECA)

    -

    - Research Projects supervised by Assoc. Prof. Hui Siu Cheung
    - Aug 2018 - Jun 2019 -

    +

    Undergraduate Research Experience on CAmpus (URECA) - NTU

    + Aug 2018 - Jun 2019
  • diff --git a/src/components/Work.js b/src/components/Work.js index 4151d7a..76debc3 100644 --- a/src/components/Work.js +++ b/src/components/Work.js @@ -14,8 +14,8 @@ const Work = () => {

    - Analyst (Software Engineer)
    - Jul 2021 - Present + Software Engineer
    + Jul 2021 - Aug 2023

  • @@ -38,8 +38,7 @@ const Work = () => {
  • Enhance post-trade allocation flows with distributed processing, automatic error resolution, and real-time missing allocation - report for more than 1,000 active clients across 50 markets - globally + report for 1,000+ active clients across 50 markets globally
  • @@ -110,11 +109,8 @@ const Work = () => {

    Junior Engineer (Apprenticeship under{" "} - - SGInnovate Summation Programme + + SGInnovate )
    May 2019 - Aug 2019 diff --git a/src/tests/Projects.test.js b/src/tests/Projects.test.js index 4fde834..73069a1 100644 --- a/src/tests/Projects.test.js +++ b/src/tests/Projects.test.js @@ -8,6 +8,6 @@ describe("test Projects component", () => { expect(wrapper.find("#projects").exists()).toBeTruthy(); expect(wrapper.find(".section-title").length).toEqual(1); expect(wrapper.find(".project__list").length).toEqual(1); - expect(wrapper.find(".project__container").length).toEqual(3); + expect(wrapper.find(".project__container").length).toEqual(2); }); });