dev@portfolio: ~ /profile
// ============================================
// ISRAEL GUERRERO
// Team Lead / Architect / Senior Software Developer
// ============================================
// ========== EDUCATION ==========
const education = [
  {
    degree: "Master: Software Development",
    institution: "U.P.T Federico Brito Figueroa",
    location: "Venezuela",
    period: "2009-2011"
  },
  {
    degree: "Bachelor Degree: Systems Engineer",
    institution: "Universidad Bicentenario de Aragua",
    location: "Venezuela",
    period: "2002-2007"
  }
];

// ========== CERTIFICATIONS ==========
const certifications = [
  { name: "AWS Solutions Architect Associate", year: 2025 },
  { name: "Python Associate PCAP", year: 2024 },
  { name: "AWS Cloud Practitioner", year: 2024 },
  { name: "Scrum Master", year: 2017 }
];

// ========== CURRENT POSITION ==========
const currentRole = {
  company: "Levio Conseils",
  position: "Team Lead / Senior Software Developer",
  location: "Montreal, QC (Remote)",
  period: "May 2024 - Present",
  type: "Permanent",
  responsibilities: [
    "Communication with different parties (Managers, Analysts, Devs and Architects)",
    "Golang programming with unit tests and integration testing",
    "Collaborating on code reviews and advise in code improvements",
    "Focus on code quality and performance",
    "Support and coach technically through different squads",
    "Plan and distribute charge of work between all members of the team"
  ],
  techStack: [
    "Golang 1.23", "gorm Db", "goose", "Testify",
    "Mockery", "AWS (IAM, ECS, KMS, MSK, Lambda, S3, RDS/PostgreSQL, DynamoDB)",
    "GitHub", "Git Actions", "Jira", "TDD",
    "Clean Code", "SonarCloud", "Confluence",
    "Agile/Scrum", "Terraform"
  ]
};


const recentExperience = [
  {
    company: "National Bank of Canada",
    position: "Architect / Senior Programmer Analyst",
    location: "Montreal, QC",
    period: "May 2023 - March 2024 (11 months)",
    type: "Consultant",
    tech: ["Python 3.9", "Java 17", "Golang", "ReactJS", "TypeScript", "AWS", "Terraform"]
  },
  {
    company: "UNICOMER, EL SALVADOR",
    position: "Java Architect",
    location: "Remote",
    period: "Jan 2023 - Sept 2023 (9 months)",
    type: "Consultant",
    tech: ["Java 17", "Spring Boot 2.7.2", "Google Cloud", "PubSub", "Kubernetes", "Terraform"]
  },
  {
    company: "Loto-Quebec",
    position: "Senior Software Developer",
    location: "Montreal, QC (Hybrid)",
    period: "Jan 2022 - Oct 2022 (10 months)",
    type: "Consultant",
    tech: ["Golang", "Java", "Docker", "OpenShift", "Kubernetes", "Django"]
  },
  {
    company: "Desjardins",
    position: "Senior Java Developer",
    location: "Montreal, QC (Remote)",
    period: "Jan 2021 - Nov 2021 (11 months)",
    type: "Consultant",
    tech: ["Java", "Kotlin", "Spring Boot", "Kafka", "Docker", "Kubernetes"]
  }
];

// ========== CORE TECHNOLOGIES ==========
const techStack = {
  languages: ["Golang", "Java", "Python", "JavaScript", "TypeScript", "Kotlin"],
  frameworks: ["Spring Boot", "React", "Angular", "Django", "Node.js"],
  cloud: ["AWS", "Azure", "Google Cloud"],
  databases: ["PostgreSQL", "DynamoDB", "MS SQL Server", "MariaDB", "OracleDB"],
  tools: ["Docker", "Kubernetes", "Terraform", "Jenkins", "Git", "GitHub Actions"],
  practices: ["TDD", "Clean Code", "Agile/Scrum", "Microservices", "REST APIs"]
};

 ▶ Ready to build solutions that matter...
      
SAA