Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/esterified/esterified
Config files for my GitHub profile.
https://github.com/esterified/esterified
config github-config
Last synced: about 2 months ago
JSON representation
Config files for my GitHub profile.
- Host: GitHub
- URL: https://github.com/esterified/esterified
- Owner: esterified
- Created: 2021-08-11T07:45:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T08:24:06.000Z (2 months ago)
- Last Synced: 2024-10-29T09:46:15.273Z (2 months ago)
- Topics: config, github-config
- Homepage: https://github.com/esterified
- Size: 1.27 GB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
👋 Hi, I am Fayed!
### About Me...
```javascript
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",
};
}
}```