Camilo Otalora

Computer Scientist

I am a Systems and Computing Engineer with a strong background in software development, database management, and system integration. I’m passionate about solving complex problems through practical and creative approaches.
🇪🇸
Spanish
🇺🇸
English
const aboutMeText = { en: `I am a Systems and Computing Engineer with a strong background in software development, database management, and system integration. I’m passionate about solving complex problems through practical and creative approaches.`, es: `Soy Ingeniero en Sistemas y Computación con una sólida formación en desarrollo de software, gestión de bases de datos e integración de sistemas. Me apasiona resolver problemas complejos con enfoques prácticos y creativos.` }; const languagesText = { en: "I also speak English", es: "También hablo español" }; let typingInterval = null; function showAnimatedText(text) { const target = document.getElementById('animatedText'); clearInterval(typingInterval); target.textContent = ""; let i = 0; typingInterval = setInterval(() => { if (i < text.length) { target.textContent += text.charAt(i); i++; } else { clearInterval(typingInterval); } }, 40); } function changeLanguage(lang) { const about = document.getElementById('about-me-container'); about.style.opacity = 0; setTimeout(() => { about.textContent = aboutMeText[lang]; about.style.opacity = 1; }, 200); showAnimatedText(languagesText[lang]); } document.querySelectorAll('.lang-option').forEach(el => { el.addEventListener('mouseenter', () => { const lang = el.getAttribute('data-lang'); changeLanguage(lang); }); });
Hello
const typing2Words = ["world", "developer", "universe", "traveler", "mundo", "you"]; let typing2CurrentWordIndex = 0; let typing2CurrentCharIndex = 0; let typing2IsDeleting = false; const typing2Speed = 120; const typing2DeletingSpeed = 60; const typing2Pause = 1500; const typing2ChangingWord = document.getElementById('typing2-changing-word'); function typing2Type() { const currentWord = typing2Words[typing2CurrentWordIndex]; if (typing2IsDeleting) { typing2CurrentCharIndex--; typing2ChangingWord.textContent = currentWord.substring(0, typing2CurrentCharIndex); } else { typing2CurrentCharIndex++; typing2ChangingWord.textContent = currentWord.substring(0, typing2CurrentCharIndex); } let currentSpeed = typing2IsDeleting ? typing2DeletingSpeed : typing2Speed; if (!typing2IsDeleting && typing2CurrentCharIndex === currentWord.length) { typing2IsDeleting = true; currentSpeed = typing2Pause; } else if (typing2IsDeleting && typing2CurrentCharIndex === 0) { typing2IsDeleting = false; typing2CurrentWordIndex = (typing2CurrentWordIndex + 1) % typing2Words.length; currentSpeed = typing2Speed; } setTimeout(typing2Type, currentSpeed); } typing2Type();

certificates

LOADING
LOADING
LOADING
Show credential

Professional life

  • 2018
  • Computer Science | Systems and Computer Engineering

  • 2020
  • Data Quality Pacific Manager. Analyzed data and ensured data quality at a regional scale (Colombia, Chile & Peru).

  • Co-Founder of Awki, a group of apps created to facilitate the connection between pet owners and veterinarians, groomers, and other pet services. In charge of developing and implementing the apps and managing the database.

  • 2021
  • Project development, Database management, Data analysis and QA testing. Managing different client databases MySQL and Cosmos DB (NoSQL). Worked in Scrum team projects. Focused on problem solving, communication and additional technical skills.

  • 2022
  • Elastic Engineer, focusing on security rules and data management, observability development, Elastic integrations, and installations.

  • Short-term consulting project, focused on database optimization and Google Workspace enhancements.

  • 2023
  • Responsible for managing and optimizing database operations while ensuring seamless integration and deployment processes. Oversaw relational and non-relational databases, implementing automation to enhance efficiency and maintain data integrity. Designed and managed pipelines to enable smooth transitions between environments, including QA and production, ensuring reliable deployments.

  • 2024
  • Responsible for designing, building, and optimizing natural language processing models and algorithms. Working with large datasets to process and analyze human language, developing tools that enable machines to understand and generate text, and integrating NLP solutions into applications. Collaborating with data scientists, researchers, and engineers to improve language models and deploy scalable, efficient NLP systems.

  • Present

Skills & Tools

Programming Languages

🐍 Python
Versatile language for AI, automation, and backend development.
☕ Java
Object-oriented programming for scalable enterprise applications.
🌐 JavaScript
Language of the web: front-end, back-end, and full-stack development.
➕➕ C++
High-performance programming language used in systems, game development, and embedded applications.

Databases

🛢️ MySQL
Relational database management for structured data.
☁️ Cosmos DB
Globally distributed NoSQL database service from Azure.
🔍 ElasticSearch
Search and analytics engine for distributed structured and unstructured data.

Tools & Technologies

📈 Power BI
Business intelligence tool to analyze, visualize, and share data insights.
🔧 Git & GitHub
Version control and collaboration tools for developers.
🐳 Docker
Platform for containerization and microservices deployment.
📊 Elastic Stack (ELK)
Search, analyze, and visualize big data in real time.
🔥 Firebase
Mobile and web app development platform by Google.
🐧 Linux Environments
Open-source OS used in servers, dev environments, and cloud.
📅 Jira
Agile project management and issue tracking tool.
📁 Google Workspace
Collaboration tools for productivity and communication.
☁️ Azure
Microsoft cloud platform for services, computing, and storage.

Soft Skills

Problem Solving
Strategic thinking to find efficient solutions under pressure.
Agile Methodologies
Scrum-based project development with iterative improvements.
Communication
Clear, effective interaction with diverse teams and stakeholders.
Adaptability
Quickly adjusting to new challenges and environments.

Leave your Name and email here :)

Thank you

I'll contact you as soon as I can :D