Skip to content
View atamburino's full-sized avatar

Block or report atamburino

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
atamburino/README.md
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();

📈 GitHub Stats

GitHub Stats Top Languages

🌱 I’m Currently Exploring

  • Middlewares
  • Deployment tools such as Vercel
  • Exploring innovative ways to optimize workflows via vim, TMUX, and more.

🤝 Let’s Connect!


⭐️ Feel free to explore my repositories and contribute if you find something interesting!

Pinned Loading

  1. dragonlairindustries/pixel-pet dragonlairindustries/pixel-pet Public

    HTML

  2. Game-of-life Game-of-life Public

    Project #1

    C# 1

  3. andrewtamburino.com andrewtamburino.com Public

    JavaScript

  4. cacheUsIfYouCan/insta-clone cacheUsIfYouCan/insta-clone Public

    JavaScript 2