function createAwesomeWebsite() {
    const developer = {
        name: "Amirreza Karimi",
        skills: ["React", "Node.js", "Python", "JavaScript"],
        passion: "Building amazing web experiences"
    };
    
    return developer.skills.map(skill => {
        return `<${skill}> Amazing projects `;
    });
}

class FullStackDeveloper {
    constructor(name) {
        this.name = name;
        this.frontend = ["React", "Vue", "Angular"];
        this.backend = ["Node.js", "Python", "PHP"];
        this.database = ["MongoDB", "MySQL", "PostgreSQL"];
    }
    
    buildProject() {
        return "🚀 Launching incredible web applications!";
    }
}

const amirreza = new FullStackDeveloper("Amirreza Karimi");
console.log(amirreza.buildProject());

// Continuous learning and innovation
while (true) {
    learn();
    code();
    innovate();
    repeat();
}
        
Amirreza Karimi Profile Picture

Amirreza Karimi

Full Stack Web Developer

Computer Engineering Student

Email

Get in touch

GitHub

View my code

LinkedIn

Connect with me

Instagram

Follow me

Phone

Call me

Technical Skills

Technologies I work with

🎯
Django
🎨
HTML/CSS
📝
WordPress
🐍
Python
📈
SEO
Git/GitHub
JavaScript
ICDL
Bootstrap

Education & Credentials

Academic background and certifications

Computer Engineering

Azad University, Tabriz

Bachelor's Degree Student

Currently Enrolled

HTML & CSS

Technical & Vocational Organization

Frontend Development Certificate

Certified

Python Programming

Technical & Vocational Organization

Backend Development Certificate

Certified

CS50x

Harvard University

Computer Science Certificate

Certified