Skip to content
View sniperwolf's full-sized avatar

Highlights

  • Pro

Organizations

@RBTech-dev

Block or report sniperwolf

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
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 Public

    jQuery plugin to tagging like a charm!

    JavaScript 927 152

  2. angular/angular Public

    Deliver web apps with confidence ๐Ÿš€

    TypeScript 98.2k 26.4k

  3. fastify/fastify Public

    Fast and low overhead web framework, for Node.js

    JavaScript 34k 2.4k

  4. single-spa/single-spa Public

    The router for easy microfrontends

    JavaScript 13.6k 929

  5. single-spa Public

    Forked from single-spa/single-spa

    The router for easy microfrontends

    JavaScript

  6. wsdjeg/SpaceVim Public archive

    A modular configuration of Vim and Neovim

    Vim Script 20.4k 1.4k