Skip to content
View bltarkany's full-sized avatar
🎯
Focusing
🎯
Focusing
  • San Diego, CA
Block or Report

Block or report bltarkany

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
bltarkany/README.md

Thanks for stopping by! 👋

Bobbi Tarkany

Typing SVG

Bio

Static Badge

class Bobbi {
  constructor(coffee) {
    this.name = 'Bobbi Tarkany';
    this.pronouns = 'she' || 'her';
    this.coffee = coffee;
    this.needsCoffee = true;
    this.languages = [Javascript, Typescript, Python('in-progress'), HTML, CSS];
    this.frameworks = [React, Vue]
    this.databases = [Postgres, MySQL, MongoDB];
    this.environments = [Node];
    this.libraries = [Express, Redux, Graphql, Apollo Server/Client, Axios];
    this.cssLibraries = [Tailwind, Material UI, Bootstrap];
    this.terminals = [Git, Ubuntu];
    this.tools = [Github, Gitlab, Bitbucket, VSCode];
  };

  giveCoffee(newCoffee){
    this.coffee = newCoffee
  };

  coffeeSupply(){
    if(this.coffee === null){
        return `Yes, please!`;
    }
    return `No, thank you`;
  };
}

const hired = new Bobbi('cold brew');

Pinned

  1. Dreamy-Weddings Dreamy-Weddings Public

    Personalized wedding website for couples. Postgres, Node, Expres, restful api, cloudinary

    JavaScript

  2. CLI-Postgres-Employee-Manager CLI-Postgres-Employee-Manager Public

    Postgres command line app

    JavaScript

  3. trainer-hub trainer-hub Public

    MERN stack application that allow trainer to program, track and train clients remotely for in between training sessions.

    JavaScript

  4. Artist-Ecom Artist-Ecom Public

    Artist ecommerce site MERN, stripe, graphql/apollo

  5. Assignment-Wizard Assignment-Wizard Public

    MERN stack application that creates a comprehensive environment for tracking and submitting assignments

  6. book-tok-gram book-tok-gram Public

    Book tracking and sharing MERN stack with graphql/apollo