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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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.
  • AI and how / why it works

🤝 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. cacheUsIfYouCan/insta-clone cacheUsIfYouCan/insta-clone Public

    JavaScript 2

  3. ai-frontend ai-frontend Public

    JavaScript

  4. ai-backend-node ai-backend-node Public

    JavaScript