#!/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())- 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)




