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

Block or report Halfirzzha

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