// π 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();
- Montreal, Quebec, Canada
- Rajabov.net
- in/aziz-r-a477339b
Pinned Loading
-
clean-code-javascript
clean-code-javascript PublicForked from ryanmcdermott/clean-code-javascript
π Clean Code concepts adapted for JavaScript
JavaScript 1
-
threejs-webpack-starter
threejs-webpack-starter PublicForked from designcourse/threejs-webpack-starter
JavaScript 1
-
apple-style-calculator
apple-style-calculator PublicAngular Draggable Calculator β Apple-Inspired with Extra Functions & Live History
TypeScript
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.