Skip to content
View AzizR's full-sized avatar

Block or report AzizR

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
AzizR/README.md
// πŸš€ Welcome to My Digital Universe! I'm Aziz Rajabov πŸ‘‹

const azizRajabov = {
  name: "Aziz Rajabov",
  role: "πŸ’» Full-Stack Developer | πŸ›  Web Enthusiast",
  motto: "Code Smart. Build Bold. Secure Everything.",
  passion: [
    "πŸš€ Developing high-performance full stack web applications",
    "🎨 Creating immersive 3D experiences with Three.js",
    "πŸ“ˆ Discovering Web3 & AI"
  ],
  techStack: {
    frontend: ["βš›οΈ React", "⚑ Next.js", "πŸ…°οΈ Angular", "🟦 TypeScript", "🎨 Tailwind CSS"],
    backend: ["🟩 Node.js", "⚑ Express.js", "🟦 TypeScript", "πŸƒ PostgreSQL"],
    devOps: ["🐳 Docker", "πŸš€ CI/CD", "βš™οΈ GitHub Actions", "GIT"],
    currentlyLearning: ["πŸ—„οΈ Advanced SQL", "⚑ Scalable Backend Architecture", "⚑ Next.js", "React Native", "ThreeJS"]
  },
  currentStatus: {
    location: "πŸ“ Montreal, Canada",
    lookingForJob: true,
    previousExperience: ["🏦 KMS Vertrieb und Services AG - Software Developer", "🏦 Alif Bank - Full-Stack Developer"],
    workingOn: "πŸš€ Developing web applications & mastering AI integration",
    interests: ["Programming", "🌍 Web3", "πŸ€– AI", "πŸ”’ Cybersecurity"],
  },
  socialLinks: {
    LinkedIn: "πŸ”— https://www.linkedin.com/in/yourprofile/",
    GitHub: "πŸ™ https://github.com/AzizR/",
    Portfolio: "🌐 https://rajabov.net/"
  },
  introduce() {
    console.log("🌟 Welcome to my digital space! 🌟");
    console.log(`πŸ‘¨β€πŸ’» I'm ${this.name}, a ${this.role}`);
    console.log("\nπŸ”₯ Passion Areas:");
    this.passion.forEach(p => console.log(` - ${p}`));
    console.log("\nπŸ›  Tech Stack:");
    Object.entries(this.techStack).forEach(([key, value]) => console.log(` - ${key.toUpperCase()}: ${value.join(", ")}`));
    console.log("\nπŸš€ Featured Projects:");
    this.projects.forEach(p => console.log(` - ${p.name}: ${p.link} β†’ ${p.description}`));
    console.log("\nπŸ“« Connect With Me:");
    Object.entries(this.socialLinks).forEach(([key, value]) => console.log(` - ${key}: ${value}`));
    console.log("\n✨ Let's build the future together! πŸš€");
  }
};

azizRajabov.introduce();

Pinned Loading

  1. clean-code-javascript clean-code-javascript Public

    Forked from ryanmcdermott/clean-code-javascript

    πŸ› Clean Code concepts adapted for JavaScript

    JavaScript 1

  2. flower flower Public

    JavaScript 1

  3. threejs-webpack-starter threejs-webpack-starter Public

    Forked from designcourse/threejs-webpack-starter

    JavaScript 1

  4. apple-style-calculator apple-style-calculator Public

    Angular Draggable Calculator – Apple-Inspired with Extra Functions & Live History

    TypeScript