class WhoAmI {
name = "Sheikh Shahariar Siam";
education = "Diploma in Computer Science And Technology";
profession = "Software Development";
learningNewTechnologies = true ;
funFact = "not loving but laughing";
hobbies = [
"Playing Cricket",
"Online Games",
"Watching Movies",
"Exploring Science"
];
location = "Dhaka, Bangladesh";
ambitions = "to be a establishe software engineer";
getFullName() {
return this.name ;
}
getCity() {
return this.city;
}
getAmbitions() {
return this.ambitions;
}
}
const me = new WhoAmI();
-
Web Serv
- Jatrabari, Dhaka
-
08:18
(UTC +06:00) - https://checkiamsiam.vercel.app/
- @checkiamsiam
- checkiamsiam
- in/checkiamsiam
- checkiamsiam
Highlights
- Pro
Pinned Loading
-
dohash-npm-package
dohash-npm-package Publicdohash is a lightweight npm package that provides a simple way to hash and encode strings for basic data obfuscation. It is not designed for secure hashing or encryption purposes, but rather for adβ¦
TypeScript
-
korbo-joy-react-native
korbo-joy-react-native PublicReact Native e-commerce application
JavaScript 1
-
-
smart-edu-api-getway
smart-edu-api-getway Publiccommon api getway service for smart edu microservices
TypeScript 1
-
smart-edu-auth-service
smart-edu-auth-service Publicsmart edu university management core services server by nosql(mongodb) with mongoose odm
TypeScript 1
-
smart-edu-core-service
smart-edu-core-service Publicsmart edu university management core services server by sql(postgres) db with prisma orm
TypeScript 1
If the problem persists, check the GitHub status page or contact support.