Skip to content
View ob-cheng's full-sized avatar
🎯
Focusing | Developing | Learning
🎯
Focusing | Developing | Learning

Block or report ob-cheng

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
ob-cheng/README.md
#!/usr/bin/env python3

class AnalyticsEngineer:
    def __init__(self):
        self.role = "Analytics Engineer & Data Scientist"
        self.focus = ["Data Engineering", "Dashboards", "Automation", "AI Agents"]
        self.currently_exploring = ["AI Agents", "LLM Integration", "Process Automation"]
    
    def get_stack(self):
        return {
            "languages": ["Python", "SQL", "PL/SQL", "R", "SAS"],
            "databases": ["Oracle", "AWS Redshift", "MySQL"],
            "tools": ["Tableau", "Alteryx", "Power BI", "Power Platform"],
        }
    
    def say_hi(self):
        return "Thanks for stopping by! Feel free to explore my projects 🚀"

me = AnalyticsEngineer()
print(me.say_hi())

🔍 What I'm Building

  • AI-Powered Automation: Building intelligent agents with LLMs and Power Platform
  • Data Pipelines: ETL workflows for analytics and reporting
  • Interactive Dashboards: Business intelligence solutions with Tableau and customized developed dashboard
  • CLI Tools: Command-line utilities for productivity (check out my Outlook CLI)

🛠️ Tech Stack

📫 Connect With Me

LinkedIn


🎁 Click for a surprise
puppy love

Here's some puppy love for making it this far! 🐶

Pinned Loading

  1. PROJECT-NYC_Public_School_Test_Analysis PROJECT-NYC_Public_School_Test_Analysis Public

    🔧 Data Manipulation, Analysis with SQL

    Jupyter Notebook 4 9

  2. PROJECT-Unicorn-Companies-Analysis PROJECT-Unicorn-Companies-Analysis Public

    💥SQL Analytical Project

    Jupyter Notebook 3

  3. outlook-cli-2.0 outlook-cli-2.0 Public

    Command-line interface for Outlook via COM automation. Search, send, export to Obsidian, manage calendar—no Graph API setup needed.

    Python

  4. Guest-Pass Guest-Pass Public

    Create WiFi guest passes securely in your browser. No server, no data leaks, print-ready.

    JavaScript 1