Skip to content
View marcelsavegnago's full-sized avatar
🎯
Focusing
🎯
Focusing

Sponsoring

@OCA

Organizations

@OCA

Block or report marcelsavegnago

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
marcelsavegnago/README.md

LinkedIn Company Company

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',
            'Alias Source Specialist',
            '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']
        }

MarcelSavegnago's github stats

Pinned Loading

  1. OCA/l10n-brazil OCA/l10n-brazil Public

    Localização brasileira oficial do Odoo.

    Python 274 252

  2. OCA/fleet OCA/fleet Public

    Odoo fleet management modules

    HTML 33 85

  3. Escodoo/account-addons Escodoo/account-addons Public

    Escodoo add-ons used to extend or customize Odoo Account app functions

    HTML 3 7

  4. OCA/field-service OCA/field-service Public

    Field Service Management

    Python 158 251

  5. OCA/helpdesk OCA/helpdesk Public

    Odoo modules for managing a HelpDesk system

    HTML 160 344