class Ajay {
constructor() {
this.alias = [ 'Aju', undefined ]
}
contact() {
const telegram = 't.me/aju404'
const email = '[email protected]'
const linkedin = 'linkedin.com/in/ajay-er'
return telegram, email, linkedin
}
life() {
const age = 24
const occupation = 'Freelance Software Developer'
const hobbies = ['Mastering "404" Pages', 'Reverse Engineering', 'Designing Dockerized Escape Rooms']
return age, occupation, hobbies
}
programming() {
const languages = ['Javascript', 'Typescript']
const databases = ['MongoDB', 'MySQL', 'PostgreSQL']
const learning = 'Golang'
const ide = ['Visual Studio Code', 'Notepad']
const preferredLanguage = languages[1];
return languages, learning, ide, preferredLanguage
}
}
export default Ajay
Pinned Loading
-
brocamp/LeetCode_Tracker
brocamp/LeetCode_Tracker PublicLeetCode Tracker: A project for monitoring and encouraging students to consistently practice LeetCode problems daily
TypeScript 11
-
space-shopping
space-shopping Public🛍️ FunkoToys E-commerce: Explore a vibrant world of Funko toys in this Node.js-powered e-commerce app. Utilizing EJS for dynamic views and seamless user interactions. Shop, discover, and enjoy you…
EJS 1
-
lib-manage-nestjs
lib-manage-nestjs PublicA simple Library Management System API for managing books and authors with CRUD operations and search functionality. Documented using OpenAPI (Swagger) and includes unit tests.
TypeScript 1
If the problem persists, check the GitHub status page or contact support.