class About extends Me {
static name = "Fayed Ishtar Chowdhury";
constructor() {
this.code = ["Javascript", "Typescript", "PHP", "Python", "Java"];
this.preferredStack = "Full Stack";
}
getMyInterests() {
return ["web dev", "app dev", "tech", "gaming", "music"];
}
getCurrentWorkplace() {
return {
company: "BevyCommerce",
position: "Lead Software Engineer",
};
}
getMySkills() {
return {
frontEnd: ["VanillaJS", "React", "TailwindCss"],
backEnd: {
JS: ["Node", "Express"],
PHP: ["Laravel"],
Python: ["Django"],
},
database: ["MySql", "postgres", "mongodb", "sqlite"],
mobileApp: ["Java", "React Native"],
devops: ["GCP", "docker", "terraform"],
architecture: [
"Progressive Web Applications",
"Single Page Application",
"Serverless Architecture",
"Headless Architecture",
],
misc: ["Shopify", "Wordpress", "Firebase", "open-cv", "tensorflow"],
};
}
getMyInfo() {
return {
mail: "****@gmail.com",
};
}
}esterified/esterified
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
