// amir.js - Amir's Coding Profile v2.0
const amir = {
name: "Amir",
alias: "Void12",
title: "Full-Stack Developer & Problem Solver",
location: "Cyber Space",
languages: [
"Python", "JavaScript", "TypeScript", "PHP",
"Go", "Kotlin", "Swift", "HTML", "CSS", "SQL"
],
frameworks: [
"React", "Vue", "Angular", "Node.js", "Express",
"Django", "Flutter", "Next.js", "Tailwind CSS"
],
databases: ["PostgreSQL", "MySQL", "MongoDB", "Redis", "Firebase"],
devOps: ["Docker", "Kubernetes", "AWS", "CI/CD Pipelines", "Git"],
cloudPlatforms: ["AWS", "Google Cloud", "Azure", "Vercel", "Netlify"],
interests: [
"AI & Machine Learning",
"Cybersecurity",
"Blockchain Technology",
"Open Source Development",
"System Architecture"
],
currentLearning: "Advanced Microservice Architecture & Quantum Computing",
funFact: "I can code in 17+ programming languages with varying proficiency!",
getMotivation: () => {
return [
"Code is poetry written in logic",
"The best error message is the one that never shows up",
"Debugging is like being the detective in a crime movie where you're also the murderer",
"There's always one more bug"
][Math.floor(Math.random() * 4)];
},
sayHi: function() {
console.log("Thanks for visiting my GitHub profile! Let's build something revolutionary together.");
return this.getMotivation();
}
};
// Let's welcome visitors
amir.sayHi();
Β© 2025 Amir Davodinia | All Rights Reserved