Skip to content
View sniperwolf's full-sized avatar

Highlights

  • Pro

Organizations

@RBTech-dev

Block or report sniperwolf

Report abuse

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

Report abuse
sniperwolf/README.md

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

Pinned Loading

  1. taggingJS taggingJS Public

    jQuery plugin to tagging like a charm!

    JavaScript 925 148

  2. angular/angular angular/angular Public

    Deliver web apps with confidence πŸš€

    TypeScript 100k 27.2k

  3. fastify/fastify fastify/fastify Public

    Fast and low overhead web framework, for Node.js

    JavaScript 36.5k 2.8k

  4. single-spa/single-spa single-spa/single-spa Public

    The router for easy microfrontends

    JavaScript 13.9k 928

  5. single-spa single-spa Public

    Forked from single-spa/single-spa

    The router for easy microfrontends

    JavaScript

  6. wsdjeg/SpaceVim wsdjeg/SpaceVim Public archive

    A modular configuration of Vim and Neovim

    Vim Script 20.2k 1.4k