You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/components/Experience.jsx
+34-7Lines changed: 34 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -8,18 +8,40 @@ const Experience = () => {
8
8
company: "Callbox Iloilo",
9
9
position: "Intern Software Developer",
10
10
period: "02/2025 - 05/2025",
11
-
description: "Working primarily as a backend developer using Laravel, focusing on building and optimizing APIs, database management, and system integrations. Assisting in implementing additional features and enhancements for the company's portal. Collaborating with the team to ensure seamless functionality and performance improvements.",
11
+
description: [
12
+
"Working primarily as a backend developer using Laravel",
13
+
"Focusing on building and optimizing APIs, database management, and system integrations",
14
+
"Assisting in implementing additional features and enhancements for the company's portal",
15
+
"Collaborating with the team to ensure seamless functionality and performance improvements"
company: "Central Philippine University - Thesis Project",
17
22
position: "Lead Programmer",
18
23
period: "09/2023 - 12/2023",
19
-
description: "Designed and implemented a semi-automated hydroponic system with integrated sensors and machine learning to predict optimal lettuce growth days, using Arduino C++, Python (Flask, ML), JavaScript, HTML, and CSS.",
24
+
description: [
25
+
"Designed and implemented a semi-automated hydroponic system with integrated sensors",
26
+
"Developed machine learning models to predict optimal lettuce growth days",
27
+
"Built the system using Arduino C++, Python (Flask, ML), JavaScript, HTML, and CSS"
0 commit comments