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 = () => {
- 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.
- Final Year Project supervised by Assoc. Prof. Hui Siu Cheung{" "}
-
- Jun 2020 - May 2021
-
- Personal Project
- May 2020
-
- Research Projects supervised by Assoc. Prof. Hui Siu Cheung
- Aug 2018 - Jun 2019
-
- Analyst (Software Engineer)
- Jul 2021 - Present
+ Software Engineer
+ Jul 2021 - Aug 2023
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);
});
});