Skip to content
View Halfirzzha's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report Halfirzzha

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
halfirzzha/Readme.md

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

@Halfirzzha's activity is private