import { Human } from '@earth/animals';
import { Days } from 'calendar';
class Amit extends Human {
constructor(day) {
this.today = day;
this.age = 26;
this.familiarWith = [
`HTML`,
`CSS`,
`JavaScript`,
`TypeScript`,
`React`,
`Redux`,
`Node`,
`Core Java`,
`SQL`,
`Jest`,
`Webpack`,
`Material UI`,
`TailwindCSS`,
];
this.learning = [`Godot`, `React Native`, `Docker`, `Python`];
this.hobbies = [`Coding`, `Gaming`, `Learning new Tech`];
this.academicHistory = [
{
institution: `St. Xavier's Institution`,
passout: `2011`,
specialization: `N/A`,
location: `Kolkata, West Bengal`,
degree: `Secondary`,
},
{
institution: `St. Xavier's Institution`,
passout: `2013`,
location: `Kolkata, West Bengal`,
specialization: `Science`,
degree: `Higher Secondary`,
},
{
institution: `University of Engineering & Management`,
passout: `2017`,
location: `Jaipur, Rajasthan`,
specialization: `Computer Science`,
degree: `B.Tech`,
},
];
this.professionalHistory = [
{
name: `LearningMate Solutions`,
started: `July, 2023`,
ended: null,
location: `Kolkata, West Bengal`,
designation: `Senior Software Engineer`,
},
{
name: `Accolite Digital`,
started: `Nov, 2021`,
ended: `July, 2023`,
location: `Bangalore, Karnataka`,
designation: `Senior Software Engineer`,
},
{
name: `Labvantage Solutions`,
started: `Jun, 2019`,
ended: `Nov, 2021`,
location: `Kolkata, West Bengal`,
designation: `Solutions Engineer`,
},
{
name: `Infosys Limited`,
started: `Oct, 2017`,
ended: `Jun, 2019`,
location: `Bangalore, Karnataka`,
designation: `Systems Engineer`,
},
];
}
live() {
if([Days.SUNDAY, Days.SATURDAY].includes(this.today)) {
this.wakeUp();
this.game();
this.eat();
this.learn();
this.sleep();
return;
}
this.wakeUp();
this.work();
this.eat();
this.work();
this.sleep();
}
}
let today = new Date();
while(today !== Days.END) {
(new Amit(today)).live();
}
π±οΈ Just Click on Any of the Blank Squares below to place an β.
1 | 2 | 3 | |
---|---|---|---|
1 | |||
2 | |||
3 |
π² Last Move: ARogueOtaku placed an β in Row 2 Column 2 on 1/7/2024, 3:32:10 PM.
It is pretty simple. Clicking on a Blank Square will redirect to an issue creation page. Everything will be pre-populated. You just need to click on 'Submit new issue'. An Issue will be created and a workflow will be triggered in the background. This workflow will trigger a script to process the issue title and then update the README.