Skip to content

Halfirzzha/halfirzzha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

6 Commits
ย 
ย 

Repository files navigation

Typing SVG


/*
 * 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);

snake animation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors