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.

Maximum 250 characters. Please donโ€™t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to 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 taggingJS Public

    jQuery plugin to tagging like a charm!

    JavaScript 927 148

  2. angular/angular angular/angular Public

    Deliver web apps with confidence ๐Ÿš€

    TypeScript 100k 27.1k

  3. fastify/fastify fastify/fastify Public

    Fast and low overhead web framework, for Node.js

    JavaScript 36k 2.6k

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

    The router for easy microfrontends

    JavaScript 13.9k 930

  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.3k 1.4k