// Personal Information
const name = "Rizal Alfandi";
const location = {
regency: "Wonosobo",
province: "Central Java",
country: "Indonesia",
};
const hobbies = [
"Programming",
"Watching Movies",
"Eating",
// 'Sleeping'
];
// Work Information
const profession = "Web Developer";
const workExperiences = [
{
location: "PT Zahir International",
type: "Fulltime",
},
{
location: "Komerce",
type: "Fulltime",
},
];
// Most important skills
const languages = ["CSS", "HTML", "JavaScript", "TypeScript"];
const webFrameworks = ["React", "Vue", "Next Js", "Nuxt Js"];
// Additional skills
const mobileFrameworks = [
"React Native",
"Futter", // still learning
];