Skip to content
View marklumba's full-sized avatar

Block or report marklumba

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
marklumba/README.md
Profile Banner

Hello World! Wave Emoji

I'm Mark Licup Lumba - a passionate Data & Automation Engineer transforming data into actionable insights! ๐Ÿš€

๐Ÿ‘จโ€๐Ÿ’ป About Me

  • ๐Ÿข Currently working as a Data & Automation Engineer at Overstock Accessories Inc.
  • ๐ŸŽ“ Background in Electronics Engineering
  • ๐Ÿ’ก Passionate about solving real-world problems through automation and data-driven solutions
  • ๐ŸŒฑ Always learning and exploring new technologies

๐Ÿ› ๏ธ Tech Stack

class MarkLumba:
    def __init__(self):
        self.role = "Data & Automation Engineer"
        
        # Programming Languages
        self.languages = {
            "primary": ["Python", "SQL"],
            "scripting": ["Shell", "Bash"]
        }
        
        # Big Data Technologies
        self.big_data = {
            "processing": ["Apache Spark", "Hadoop"],
            "streaming": ["Apache Kafka"],
            "orchestration": ["Apache Airflow"]
        }
        
        # Cloud Platforms
        self.cloud_services = {
            "platforms": ["AWS", "GCP", "Azure"],
            "containers": ["Docker", "Kubernetes"]
        }
        
        # Databases
        self.databases = {
            "sql": ["MySQL", "PostgreSQL", "SQL Server", "DuckDB"],
            "nosql": ["MongoDB", "Cassandra", "Redis"]
        }
        
        # AI/ML Tools
        self.ai_ml = {
            "frameworks": ["LLM", "Hugging Face Transformers"],
            "libraries": ["TensorFlow", "PyTorch", "scikit-learn"]
        }
        
        # Development Tools
        self.dev_tools = {
            "version_control": ["Git", "GitHub"],
            "ci_cd": ["Jenkins", "GitHub Actions"],
            "monitoring": ["Grafana", "Prometheus"]
        }
        
        # Core Competencies
        self.expertise = {
            "data_engineering": ["ETL", "Data Pipelines", "Data Modeling"],
            "automation": ["Process Automation", "Workflow Optimization"],
            "architecture": ["System Design", "Microservices", "Data Architecture"]
        }

    def get_tech_stack(self):
        """
        Returns a formatted version of the complete tech stack
        """
        return {
            "Languages": self.languages,
            "Big Data": self.big_data,
            "Cloud & Infrastructure": self.cloud_services,
            "Databases": self.databases,
            "AI/ML": self.ai_ml,
            "Development Tools": self.dev_tools,
            "Core Expertise": self.expertise
        }

    def __str__(self):
        """
        Returns a string representation of key skills
        """
        return f"Data & Automation Engineer specialized in Python, Big Data, and Cloud Technologies"

๐Ÿ”ง Core Competencies

  • Data Engineering: ETL Pipeline Development, Data Warehousing, Big Data Processing
  • Programming: Advanced Python, SQL Optimization, Scripting
  • Cloud Services: Cloud Infrastructure, Data Services
  • Automation: Process Automation, Workflow Optimization
  • Problem Solving: Analytics, Technical Architecture, Solution Design

๐ŸŒŸ Current Focus

  • Building scalable data pipelines
  • Automating repetitive tasks
  • Exploring machine learning applications
  • Exploring Generative AI
  • Contributing to open-source projects

๐Ÿ“ซ Let's Connect!


โšก A Few Quick Facts:

  • ๐Ÿ”ญ Currently Working on: Enhancing my data engineering skills and tackling exciting personal projects.
  • ๐Ÿงฎ Learning: New tech like Gen AI, ML engineering, and Data Engineering.
  • ๐Ÿ‘ฏ Looking to: Exploring generative AI, machine learning engineering, and advanced data engineering techniques.
  • ๐Ÿ’ฌ Ask me about: Building scalable data pipelines, cloud data solutions, and best practices in data management.
  • ๐Ÿ“ซ Reach me at: [email protected]
  • ๐Ÿ˜„ Pronouns: Mark
  • โšก Fun fact: I love drawing, watching anime, and exploring nature with friends.

๐Ÿš€ Languages and Tools

๐Ÿ‘จโ€๐Ÿ’ป Programming Languages

Python SQL

๐Ÿ›  Big Data & Processing

Apache Spark Hadoop Apache Kafka Airflow

โ˜๏ธ Cloud Platforms

AWS GCP Azure

๐Ÿ’พ Databases

SQL Databases

MySQL PostgreSQL SQL Server DuckDB

NoSQL Databases

MongoDB Cassandra Redis

๐Ÿ”ง DevOps & Tools

Docker Git Kubernetes

๐Ÿค– AI & ML

LLM Hugging Face TensorFlow PyTorch

๐Ÿ“Š GitHub Stats:

GitHub Streak

Pinned Loading

  1. python_standalone_code python_standalone_code Public

    Python

  2. practice-using-the-data-sets-diabetes-using-pyspark-and-sql-spark practice-using-the-data-sets-diabetes-using-pyspark-and-sql-spark Public

    Jupyter Notebook

  3. selenium-webcraping selenium-webcraping Public

    Python 2

  4. Top-50-Spotify-Songs---2019--Sample-Data-Visualization Top-50-Spotify-Songs---2019--Sample-Data-Visualization Public

    Jupyter Notebook

  5. little-lemon-analysis-and-sales-report little-lemon-analysis-and-sales-report Public

    Jupyter Notebook

  6. ollama-llama3.2-rag-chat ollama-llama3.2-rag-chat Public

    Python