// Professional Links
public class SocialLinks
{
public string Portfolio = "https://hospinalsystems.carrd.co/";
public string ORCID = "https://orcid.org/0000-0002-5298-6268";
public string GoogleScholar = "Google Scholar Profile";
public string GitHub = "https://github.com/DavidHospinal";
public string GitLab = "https://gitlab.com/david.hospinal";
}
// Core Competencies
public enum CoreSkills
{
ArtificialIntelligence = 95,
CloudComputing = 90,
AgileMethodologies = 92,
ProjectManagement = 88,
DataScience = 85,
DevOps = 82
}
// Languages Proficiency
public enum Languages
{
Spanish = 100, // Native
English = 80, // B2 Level
German = 25 // A1 Level
}
/// <summary>
/// Professional experience overview
/// </summary>
public class Experience
{
public void CurrentPosition()
{
// 2020 - Present: Founder & CTO
var company = "H'spinal Systems - Freelance";
var role = "Founder & Chief Technology Officer (CTO)";
var description = "Technology consultancy focused on business transformation through AI and software engineering";
}
public void PMOSpecialist()
{
// 2023 - 2025: Building Administration Chile
var role = "PMO - Project Manager & Software Implementation Specialist";
var achievements = new List<string>
{
"Developed actionable business-oriented deliverables",
"Created analytical solutions with mathematical approach",
"Implemented system development and training programs"
};
}
public void AIConsultant()
{
// 2023 - 2024: Centro de InnovaciΓ³n UC Anacleto Angelini
var role = "Artificial Intelligence Project Management Consultant";
var technologies = new List<string>
{
"Scrum & DevOps implementation",
"Predictive models design",
"Large datasets analysis",
"Multidisciplinary team collaboration"
};
}
public void SmartReqProject()
{
// 2024: MAQSA S.A - Holding Salfacorp
var project = "SmartReq Assist (SRA) System";
var technology = "Large Language Models (LLM) in Azure ecosystem";
var integrations = "SAP R3, Oracle Primavera, OPC Lean";
}
}
/// <summary>
/// Educational background and certifications
/// </summary>
public class Education
{
public void CurrentMaster()
{
var degree = "Master's Degree in Information Technology and Management";
var university = "Pontificia Universidad CatΓ³lica de Chile";
var period = "2023 - 2026";
}
public void SystemsEngineering()
{
var degree = "Bachelor in Systems Engineering";
var university = "Universidad de Ciencias Aplicadas (UPC)";
var period = "2017 - 2022";
}
public void DataScienceBootcamp()
{
var program = "Data Scientist Bootcamp";
var institution = "HENRY";
var year = 2023;
}
public void InternationalStudies()
{
var program = "Living and Studying Internationally (CEFR ENG B1/B2)";
var university = "Eberhard Karls UniversitΓ€t TΓΌbingen, Germany";
var year = 2024;
}
}
/// <summary>
/// Recent publications and research work
/// </summary>
public class Publications
{
public void DialogueStateTracking()
{
var title = "Dialogue State Tracking (DST) with AI: Theory to Practice - MultiTask BERT Model";
var repository = "UC Repository";
var year = 2025;
var type = "Research Video - 1 hour 14 minutes";
}
public void ImageRecognitionThesis()
{
var title = "Development and Conceptual Validation of Image Recognition Models Using Deep Learning";
var university = "Universidad de Ciencias Aplicadas";
var year = 2023;
var type = "Bachelor Thesis";
}
}
/// <summary>
/// Key certifications and achievements
/// </summary>
public class Certifications
{
public void MicrosoftAzure()
{
var cert = "Microsoft Certified: Azure AI Fundamentals";
var year = 2024;
}
public void OracleCloud()
{
var cert = "Oracle Cloud Infrastructure Data Certified Foundations Associate";
var year = 2025;
}
public void GenerativeAI()
{
var cert = "Generative AI Engineering - Databricks";
var year = 2024;
}
public void Cybersecurity()
{
var cert = "Cybersecurity Awareness Professional Certification (CAPCβ’)";
var issuer = "CertiProf";
var year = 2024;
}
public void ScrumMethodology()
{
var cert = "Scrum Fundamentals Certified";
var issuer = "SCRUMstudy";
var year = 2020;
}
}
/// <summary>
/// Technologies and frameworks expertise
/// </summary>
public class TechnicalStack
{
public List<string> AI_ML = new List<string>
{
"TensorFlow", "PyTorch", "BERT", "Large Language Models"
};
public List<string> CloudPlatforms = new List<string>
{
"Microsoft Azure", "AWS", "Google Cloud", "Oracle Cloud"
};
public List<string> ProgrammingLanguages = new List<string>
{
"Python", "JavaScript", "R", "SQL", "C#"
};
public List<string> Frameworks = new List<string>
{
"Scrum", "DevOps", "Agile", "ITIL"
};
}
/// <summary>
/// Contact information and availability
/// </summary>
public void GetInTouch()
{
// Available for AI projects and consulting
var contactInfo = new
{
Email = "oscardavid.hospinal@uc.cl",
Phone = "+56 967351205",
Portfolio = "https://hospinalsystems.carrd.co",
Availability = "Available for AI projects and digital transformation consulting",
Timezone = "GMT-3 (Chile)",
PreferredProjects = "AI implementation, Cloud migration, Agile transformation"
};
Console.WriteLine("π Hello! I'm Oscar Hospinal");
Console.WriteLine("π AI Specialist & Digital Transformation Consultant");
Console.WriteLine("πΌ Ready for innovative projects and collaborations");
}
}
/// <summary>
/// Interface definitions for professional capabilities
/// </summary>
public interface IDeveloper
{
void DesignSolutions();
void ImplementSystems();
void OptimizePerformance();
}
public interface IProjectManager
{
void PlanProjects();
void ManageTeams();
void DeliverResults();
}
public interface IAISpecialist
{
void DevelopAIModels();
void ImplementMLSolutions();
void OptimizeAlgorithms();
}
}
// Last updated: July 2025
// Available for consulting and collaboration opportunities
AI Project Management Consultant with Master's Degree in Information Technology and Management. Specialized in digital transformation, machine learning implementation, and agile methodologies across various industries.
π Santiago RegiΓ³n Metropolitana, Chile | π§ oscardavid.hospinal@uc.cl | π± +56 967351205
β Available for AI consulting and digital transformation projects