class About extends Me {
public name: string
public title: string[]
public location: string
public email: string
constructor() {
super()
this.name = 'Shariar Hasan'
this.title = ['MERN Stack Developer', 'JavaScript Enthusiast']
this.location = 'Bangladesh'
this.email = 'shariar.hasan.1523@gmail.com'
}
get skills(): string[] {
return [
'Html',
'CSS',
'Tailwind CSS',
'Bootstrap',
'Sass/Scss',
'Javascript',
'TypeScript',
'React JS',
'Next.js',
'Express JS',
'Node Js',
'C',
'C++',
'Python',
'MongoDB',
'Firebase',
'Material UI',
'Mongoose',
'Redux Toolkit',
]
}
get graduation(): string {
return 'B.Sc. Engineering in CSE from University of Chittagong'
}
get contactMe(): string {
return 'shahriar.hasan.1523@gmail.com'
}
}
-
๐ I regularly write blogs on My Medium Blog
-
๐ซ How to reach me shahriar.hasan.1523@gmail.com