const Akai = {
name: 'Akai',
role: 'Full Stack Developer',
languages: ['HTML/CSS', 'Javascript', 'Python'],
frontendTechnologies: ['ReactJS', 'NextJS', 'TailwindCSS'],
backendFrameworks: ['Node.JS', 'Express.JS', 'NestJS', 'Django', 'Flask', 'FastAPI'],
database: ['MySQL', 'MongoDB', 'PostgreSQL'],
versionControl: 'Git',
website: 'https://akai.is-a.dev',
bio: 'Crafting powerful web applications.',
getIntroduction() {
return `Greetings! I'm ${this.name}, a passionate ${this.role} with expertise in ${this.skills.join(', ')}. ${this.bio} Check out my website at [${this.website}](${this.website}). Let's collaborate and work our magic together! ✨🔥`;
},
};
console.log(Akai.getIntroduction());
🦀
Always Learning
Pinned Loading
-
Giftify-Bot/Giftify-Bot
Giftify-Bot/Giftify-Bot PublicGiftify is a Python bot designed for hosting giveaways on discord. It can also be used for hosting raffles and managing donations.
Python 7
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.