An open API service indexing awesome lists of open source software.

https://github.com/sniperwolf/sniperwolf


https://github.com/sniperwolf/sniperwolf

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

### Hello there 👋

I'm Fabrizio Fallico, **Senior Software Engineer at @RBTech-dev**. My ![GitHub User's stars](https://img.shields.io/github/stars/sniperwolf)

```js
#!/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](https://github.com/sniperwolf/taggingjs): jQuery plugin to tagging like a charm 🏷️ ~1,000 GitHub ⭐️

### 🤝 Some Contributions

- [Angular](https://github.com/angular/angular/)
- [Fastify](https://github.com/fastify/fastify/)
- [Platformatic](https://github.com/platformatic/platformatic/)

### ✉️ Connect with me

[![LinkedIn](https://img.shields.io/badge/linkedin-%230077B5.svg?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/fabriziofallico)
[![Gmail](https://img.shields.io/badge/Gmail-D14836?style=for-the-badge&logo=gmail&logoColor=white)](mailto:me@fabriziofallico.com)

![Visitors](https://api.visitorbadge.io/api/visitors?path=sniperwolf%2FREADME.md&countColor=%23263759)