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');
MS-CS at California State Polytechnic University, Pomona | Full Stack Web Developer
Pinned Loading
-
-
-
-
teslaProject
teslaProject PublicPredicting 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
-
Virtual-art
Virtual-art PublicOn 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
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.