gperzal - Overview

const developerProfile = {
    name:'Guido Perez Zelaya',
    title:'Full Stack Developer',
    pronouns: "he" | "him",
    location: "Santiago, Chile 🇨🇱",
    education: [
        "Computer Engineering 🎓",
        "Big Data & Machine Learning Diploma 📊",
        "JavaScript FullStack Certification 💻",
        "Google Cybersecurity Certification 🔐"
    ],
    currentFocus: "Cloud Architecture & DevOps 🚀",
    whatIDo: [
            "🏗️ **Full Stack Development** - Building robust web applications from frontend to backend",
            "☁️ **Cloud Architecture** - Designing scalable solutions on AWS & Azure",
            "🤖 **DevOps & Automation** - Creating efficient CI/CD pipelines",
            "🔒 **Cybersecurity** - Implementing secure coding practices",
            "📊 **Data Science** - Extracting insights from complex datasets",
            "🚀 **Innovation** - Always exploring cutting-edge technologies"
        ],
    askMeAbout: [
        "JavaScript", "Python", "Cloud Computing",
        "Machine Learning", "Cybersecurity", "DevOps"
    ],
    philosophy: "Write your code, make a difference, and transform lives... one 'Hello, world' at a time. ✨",
    funFact: "I talk more to servers than humans and dream of pipelines that run themselves 😴🤖"
};