import 'package:portfolio/aboutme.dart';
import 'package:portfolio/contact.dart';
import 'package:portfolio/achievements.dart';
import 'package:portfolio/projects.dart';
class GitHubPortfolio {
AboutMe aboutMe = AboutMe(
name: "Eugene Ow Jia Jun",
age: 24,
school: ["Nanyang Technologocial University (2024-2028)","Singapore Polytechnic (2019-2022)"],
course: "Electrical and Electronics Engineering with Second major in Business",
skills: ["UI/UX design", "Mobile/Web app development", "Business management"],
software: ["Figma", "Dart", "Python", "Javascript", "Flutter", "Flutter Flow"]);
Contact contact = Contact(
email: 'mailto: eugeneow23@gmail.com',
instagram: 'https://www.instagram.com/_.eugeneow',
linkedIn: 'https://www.linkedin.com/in/eugene-ow/');
List<RecentAchievements> recentAchievements = [
RecentAchievements(
name: "Diploma with Merit in Electrical and Electronics Engineering",
year: [2022],
type: "Academic award",
organization: "Singapore Polytechnic"),
RecentAchievements(
name: "Article on my rollerblading business",
year: [2021],
type: "News publication",
url: "https://mothership.sg/2022/01/sg-skate-club-interview/",
organization: "Mothership.sg"),
];
List<CurrentProject> currentProject = [
CurrentProject(
name: "Automated Trading Bot - Reinforcement Learning",
type: "Trading Bot",
content: "The system is designed to train a reinforcement learning agent to perform trades
using historical forex data. The agent learns from the market data using indicators such as
MACD and EMA, and optimizes its trading strategy based on reward maximization."
),
];
}
-
Notifications
You must be signed in to change notification settings - Fork 0
Welcome to repository!
EugeneOw/eugeneow.github.io
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Β | Β | |||
Repository files navigation
About
Welcome to repository!
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published