class SoftwareEngineer {
constructor(name, role) {
this.name = name;
this.role = role;
}
sayHi() {
console.log(`Hi, I'm ${this.name}, a passionate ${this.role}.\nThanks for dropping by!`);
}
}
const me = new SoftwareEngineer("Andrew Tamburino", "Software Engineer");
me.sayHi();
- Middlewares
- Deployment tools such as Vercel
- Exploring innovative ways to optimize workflows via vim, TMUX, and more.
⭐️ Feel free to explore my repositories and contribute if you find something interesting!