I'm Fabrizio Fallico, Senior Software Engineer at @RBTech-dev. My
#!/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();
- taggingJS: jQuery plugin to tagging like a charm π·οΈ ~1,000 GitHub βοΈ