Skip to content
View shreyas463's full-sized avatar
Block or Report

Block or report shreyas463

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

Typing SVG

Shreyas's GitHub stats Top Langs

Typing SVG

Bio

LinkedIn

Profile Views

class Shreyas {
  constructor(coffee) {
    this.name = 'Shreyas Chaudhary';
    this.pronouns = 'he' || 'him';
    this.coffee = coffee;
    this.needsCoffee = true;
    this.languages = [
      'Python', 'Java', 'C', 'JavaScript', 'SQL', 'C++', 'TypeScript', 'C#',
      'PostgreSQL', 'Dart', 'DynamoDB', 'AWS Lambda'
    ];
    this.frameworks = [
      'PyTorch', 'Keras', 'Gen AI', 'Spark', 'Hadoop', 'Kafka', 'Azure', 'AJAX',
      'Flask', 'OpenGL', 'React', 'NodeJS', 'Django', 'jQuery', 'AWS CDK', 'Figma',
      'PHP', 'Pandas', 'Git', 'Linux', 'SQS', 'OpenCV', 'Redux', 'PowerBI', 'S3',
      'FireStore', 'NextJS', 'NoSQL', 'REST', 'GraphQL', 'Heroku', 'Jenkins',
      'MySQL', 'MongoDB', 'SNS', 'Unix', 'Agile', 'ETL', 'Three.js', 'Flutter'
    ];
    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 Shreyas('cold brew');

Pinned Loading

  1. BroncoNews BroncoNews Public

    Final Project for CS4750

    Dart

  2. Titanic Titanic Public

    Titanic - Machine Learning from Disaster

    Jupyter Notebook

  3. epidmi epidmi Public

    Agent based modelling

    Java

  4. teslaProject teslaProject Public

    Predicting how the stock markert will perform is perhaps the most troublesome thing to do. There are countless elements engaged with the forecast: actual variables versus mental, silly conduct, and…

    Python

  5. Virtual-art Virtual-art Public

    On the execution of the program, the user will be able to visit the art gallery, view different available artworks, add new artworks to the gallery. Upon adding a new painting to the gallery, it ge…

    EJS

  6. R-C R-C Public

    Rock-Paper-Scissors

    Jupyter Notebook