// Passionate about coding and blockchain technology
const AboutMe = {
profile: {
name: "Diego Andrés Ramírez Mejía",
role: "Fullstack Developer",
location: "Medellín, Colombia",
age: 18
},
skills: {
languages: ["Spanish (Native)", "English (B1)"],
code: ["Java", "JavaScript", "Python", "Solidity"],
tools: ["Spring Boot", "Node.js", "Web3.js"]
},
achievements: {
hackathons: [{
name: "HackAvax Medellín",
position: "3rd Place 🥉",
year: 2023,
tech: ["Solidity", "Web3.js", "Blockchain"]
}]
},
currentFocus: [
"🔥 Mastering Blockchain Development",
"💻 Enhancing Fullstack Skills",
"📚 Preparing for Software Engineering Studies"
],
funFact: "Started coding at 18 and already winning hackathons! 🚀"
};
graph TD
A[Current Focus] --> B[Blockchain Mastery]
A --> C[Full Stack Excellence]
A --> D[Academic Growth]
B --> B1[Advanced Solidity]
B --> B2[DApp Development]
B --> B3[Smart Contracts]
C --> C1[Java/Spring Expertise]
C --> C2[Frontend Enhancement]
C --> C3[API Development]
D --> D1[Software Engineering Degree]
D --> D2[Continuous Learning]
D --> D3[Industry Certifications]
style A fill:#2E9EFF,stroke:#333,stroke-width:4px
style B fill:#FF6B6B,stroke:#333,stroke-width:2px
style C fill:#4ECDC4,stroke:#333,stroke-width:2px
style D fill:#45B7D1,stroke:#333,stroke-width:2px