sniperwolf - Overview

Hello there 👋

I'm Fabrizio Fallico, Senior Software Engineer at @RBTech-dev. My GitHub User's stars

#!/usr/bin/env node

class SoftwareEngineer {
    name: string;
    role: string;
    languageSpoken: string[];

    constructor() {
        this.name = "Fabrizio Fallico";
        this.role = "Software Engineer";
        this.languageSpoken = ["it_IT", "en_EN"];
    }

    sayHi(): void {
        console.log("Happy to have you here! Dive in and see what grabs your interest.");
    }
}

const me = new SoftwareEngineer();
me.sayHi();

📌 Projects

  • taggingJS: jQuery plugin to tagging like a charm 🏷️ ~1,000 GitHub ⭐️

🤝 Some Contributions

✉️ Connect with me

LinkedIn Gmail

Visitors