/*
* Author: M'Halfirzzhatullah (halfirzzha)
*/
class DeveloperProfile {
constructor() {
this.name = "M'Halfirzzhatullah";
this.role = "Full Stack Developer";
this.location = "Bogor, Indonesia 🇮🇩";
this.stack = ["Laravel", "FilamentPHP", "HTML", "CSS", "JavaScript", "Vue", "Bootstrap"];
this.uiuxTools = ["Figma", "Balsamiq"];
this.skills = ["Web Dev", "UI/UX Design", "Server Management", "VPS & Hosting"];
this.certifications = [
"Laravel Fullstack Developer - BuildWith Angga",
"Cisco Networking Basics",
"Web Security for Penetration Tester"
];
this.funFact = "Turns coffee into code ☕, configures VPS in sleep 😴, and lives for clean code ✨";
}
currentFocus() {
return "Building secure, scalable & user-centric apps with Laravel + Filament. Exploring more in cybersecurity & distributed systems.";
}
contactMe() {
return {
email: "halfirzzha@gmail.com",
github: "https://github.com/halfirzzha",
instagram: "https://instagram.com/halfirzzha"
};
}
}
const me = new DeveloperProfile();
console.log(me);
<
8000
themed-picture data-catalyst-inline="true">