class Jok3rGR extends Developer {
constructor() {
super();
this.name = "Jok3rGR";
this.location = "Greece";
this.roles = [
"Software Developer",
"Discord Developer",
"Web Developer",
];
}
get about() {
return `Hey! I'm Jok3rGR.
I build software, Discord bots and web applications.
I enjoy turning ideas into real, usable projects
and constantly improving what I build.`;
}
get projects() {
return {
"Hytherium":
"Hypixel Network Discord Bot",
};
}
get currentlyBuilding() {
return {
"TicketHive":
"Discord Ticket bot with Web Dashboard",
};
}
get stack() {
return {
languages: [
"JavaScript",
"TypeScript",
"Java"
],
frontend: [
"React",
"Next.js",
"HTML",
"CSS"
],
backend: [
"Node.js",
"Discord.js",
"MongoDB",
"Redis",
"REST APIs"
],
};
}
get goal() {
return "Build things people actually want to use.";
}
}
const author = new Jok3rGR();
console.log(`Thanks for visiting ${author.name}'s profile!`);Languages and Tools:






