interface Developer {
name: string;
role: string;
location: string;
currentWork: string;
code: string[];
technologies: {
frontend: string[];
backend: string[];
mobile: string[];
database: string[];
cloud: string[];
};
currentlyLearning: string[];
education: string[];
workingWith: string;
}
const brandon: Developer = {
name: "Brandon Stiven Segura Cruz",
role: "Full Stack Developer",
location: "Colombia 🇨🇴",
currentWork: "Freelance Developer",
code: ["TypeScript", "JavaScript", "Python", "HTML", "CSS"],
technologies: {
frontend: ["React", "Next.js", "React Native", "Redux", "UX/UI"],
backend: ["Node.js", "Nest.js", "Express", "Python"],
mobile: ["React Native"],
database: ["MongoDB", "PostgreSQL"],
cloud: ["AWS", "Docker"]
},
currentlyLearning: ["Python Advanced", "Cybersecurity", "AI Development"],
education: ["Udemy Courses", "MindHub Bootcamp", "UX Fundamentals"],
workingWith: "Chilean clients 🇨🇱"
}graph TD
A[🎯 Current Learning Path] --> B[🐍 Python Advanced]
A --> C[🔒 Cybersecurity]
A --> D[🤖 AI Development]
B --> E[Data Analysis]
B --> F[Backend Optimization]
C --> G[Ethical Hacking]
C --> H[Security Auditing]
D --> I[Machine Learning]
D --> J[LLM Integration]
style A fill:#6A4C93,stroke:#00D2FF,color:#fff
style B fill:#00D2FF,stroke:#6A4C93,color:#000
style C fill:#00D2FF,stroke:#6A4C93,color:#000
style D fill:#00D2FF,stroke:#6A4C93,color:#000
| 🚀 Current Role | 💼 Experience | 🎓 Education |
|---|---|---|
| Freelance Full Stack Developer | Working with Chilean clients | MindHub Bootcamp Graduate |
| Remote Collaboration | React Native & Next.js Projects | Multiple Udemy Certifications |
| Custom Solutions | UX/UI Implementation | Cybersecurity & AI Courses |
"The best way to predict the future is to create it." - Peter Drucker
Available for freelance projects 🚀