
from marcel.savegnago import me as Me
class About(Me):
"""A class encapsulating my expertise as an Odoo Alias Source Specialist,
PSC member of OCA repos (l10n-brazil, fleet, helpdesk-mgmt), and my
commitment to open source, Python, AI, and DevOps."""
def coding_skills(self):
"""Returns a list of programming languages I’m proficient in."""
return ['Python', 'JavaScript', 'Shell', 'HTML', 'CSS', 'TypeScript',
'Go']
def odoo_expertise(self):
"""Returns my specialized Odoo skills and open source contributions."""
return [
'Odoo Development & Customization',
'PSC Member: OCA/l10n-brazil, OCA/fleet, OCA/helpdesk-mgmt',
'Localization (Brazilian Standards: NF-e, NFS-e, CNAB)',
'Open Source Advocate & Contributor'
]
def ai_skills(self):
"""Returns AI-related skills and frameworks I work with."""
return [
'Machine Learning (TensorFlow, PyTorch)',
'Natural Language Processing (NLP)',
'Prompt Engineering',
'Generative AI (e.g., GPT, Stable Diffusion)',
'MLOps'
]
def devops_expertise(self):
"""Returns DevOps practices and tools I specialize in."""
return [
'CI/CD (GitHub Actions, Jenkins)',
'Infrastructure as Code (Terraform)',
'Containerization (Docker)',
'Orchestration (Kubernetes)',
'Monitoring (Prometheus, Grafana)'
]
def database_expertise(self):
"""Returns databases I have expertise in."""
return ['PostgreSQL', 'MySQL', 'SQL Server', 'MongoDB']
def learning_journey(self):
"""Returns my current areas of learning and exploration."""
return [
'Odoo Scalability & Performance',
'Kubernetes for Odoo Deployments',
'AI-Enhanced ERP Systems',
'Business Intelligence (BI)',
'Advanced Python Techniques',
'Open Source Community Leadership'
]
def tools_of_the_trade(self):
"""Returns tools I use daily for Odoo, Python, AI, and DevOps."""
return [
'Odoo', 'Python', 'Git', 'Linux', 'Docker',
'Kubernetes', 'VSCode', 'Doodba',
'GitHub Actions', 'Terraform', 'Jupyter Notebooks'
]
def current_engagement(self):
"""Returns details about my current professional roles."""
return {
'companies': ['Escodoo', 'Deepze.ai'],
'role': 'Co-founder, Project Manager, Odoo Consultant, '
'Python Developer, PSC Member (OCA)',
'websites': ['https://escodoo.com.br', 'https://deepze.ai']
}
