https://github.com/sniperwolf/sniperwolf
https://github.com/sniperwolf/sniperwolf
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sniperwolf/sniperwolf
- Owner: sniperwolf
- Created: 2020-07-22T17:17:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-19T22:01:14.000Z (over 1 year ago)
- Last Synced: 2025-02-28T08:30:23.720Z (over 1 year ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Hello there 👋
I'm Fabrizio Fallico, **Senior Software Engineer at @RBTech-dev**. My 
```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
[](https://www.linkedin.com/in/fabriziofallico)
[](mailto:me@fabriziofallico.com)
