~> cat about.txtIm Mayopi! passionate Tech Enthusiast,
constantly exploring the ever-evolving world of technology and seeking innovative solutions.
With a deep curiosity and eagerness to learn.
I thrive on embracing new challenges and
leveraging cutting-edge tools to create impactful and meaningful experiences.
class About extends Me {
public function getCurrentWorkplaces(): WorkPlaceType[] {
return [
{
company: "CAZHID",
position: "Front-End Developer"
},
{
company: "Affandra Solusi Teknologi",
position: "Fullstack Developer"
}
];
}
public function getKnowledges(): KnowledgeType[] {
return [
Javascript,
Typescript,
Php,
Python,
Laravel,
NextJS,
React,
Tailwindcss
];
}
public function getGoal(): string {
return "To contribute for humanity.";
}
}