class DataEngineer:
def __init__(self):
self.name = "Ida Bagus Gede Purwa Manik Adiputra"
self.role = "Data Engineer & Analytics Wizard 🧙♂️"
self.location = "Tangerang, Indonesia 🇮🇩"
self.current_status = "Final Year CS Student @ Bina Nusantara"
def get_daily_workflow(self):
return [
"☕ Coffee first, code second",
"🔧 Design data pipelines that don't break",
"☁️ Deploy to cloud (preferably without downtime)",
"📊 Transform messy data into beautiful insights",
"🚀 Automate everything (because why do it twice?)",
"🌅 Watch data flow like a beautiful sunrise"
]
def current_focus(self):
return {
"learning": ["Advanced Kubernetes", "ML Engineering", "Data Mesh"],
"building": ["Champions League Analytics Platform", "Real-time Football Data Pipeline"],
"improving": ["20% operational efficiency @ BCA Bank"],
"dreaming": ["Becoming the next data engineering rockstar 🎸"]
}
bagus = DataEngineer()
print(f"Currently {bagus.current_status} and loving every pipeline! 🚀")graph LR
A[📥 Raw Data] --> B[🔄 Apache Kafka]
B --> C[⚡ Apache Spark]
C --> D[☁️ Cloud Storage]
D --> E[🏠 Data Warehouse]
E --> F[📊 BI Dashboards]
F --> G[💡 Business Insights]
style A fill:#ff6b6b
style G fill:#4ecdc4
style C fill:#45b7d1
style E fill:#96ceb4
"Data is the new oil, but I'm the one building the refineries!" ⚡
📚 Bachelor of Computer Science @ Bina Nusantara University
🎯 GPA: 3.62/4.00 | 🎓 Graduating: October 2025
📖 Thesis Focus: Scalable Data Engineering Architectures
mission_accomplished:
stakeholder_interviews: "✅ Decoded business requirements like a data detective 🕵️"
operational_insights: "✅ Transformed data chaos into decision-making gold 💰"
cross_functional_collaboration: "✅ Bridge builder between IT wizards and business ninjas 🌉"
efficiency_boost: "✅ Delivered 20% operational efficiency improvement 📈"
secret_weapons:
- "Advanced SQL sorcery 🪄"
- "Data visualization artistry 🎨"
- "Process optimization ninja skills 🥷"
- "Stakeholder whispering abilities 💬"const championsPlatform = {
mission: "Transform football chaos into championship insights ⚽",
architecture: "Production-grade data lakehouse on AWS EKS",
achievements: {
infrastructure: "🏗️ Terraform-powered secure VPC + EKS + S3 + Redshift",
cicd: "🚢 4 microservices auto-deployed via GitHub Actions",
orchestration: "⚙️ Airflow + KubernetesPodOperator magic",
dataFlow: "✨ Bronze → Silver → Gold transformation pipeline",
insights: "📈 Real-time Tableau dashboards for team analytics"
},
coolnessFactor: "🔥🔥🔥🔥🔥 (Maximum level achieved!)"
};project_status: "✅ Mission Accomplished"
highlights:
- name: "Scalable ETL Platform"
tech: "GCP + Terraform Infrastructure as Code"
impact: "🎯 Zero-downtime deployments"
- name: "Modern Data Modeling"
tech: "dbt + BigQuery + Data Quality Tests"
impact: "📈 Automated data validation & transformation"
- name: "Business Intelligence"
tech: "Looker Studio Interactive Dashboards"
impact: "💰 Real-time profitability insights"
secret_sauce: "Fully automated + Reproducible + Scalable 🚀"class RealTimeFootballPipeline:
def __init__(self):
self.streaming_power = "⚡ Live API → Kafka → Spark → BigQuery"
self.automation_level = "🤖 Fully automated via Cloud Composer"
self.deployment = "🚀 Terraform-managed infrastructure"
def get_impact(self):
return {
"data_freshness": "📊 Real-time metrics & team performance",
"reliability": "🛡️ Resilient automated workflows",
"scalability": "📈 Cloud-native horizontal scaling"
}
# Pipeline running 24/7 like a champion! 🏆
pipeline = RealTimeFootballPipeline()|
🌊 Airflow Mastery Udemy Certified ✅ COMPLETED |
❄️ Data Engineer DataCamp Certified ✅ COMPLETED |
🔧 Databricks & Spark Udemy Certified ✅ COMPLETED |
🐙 Foundations GitHub Certified ✅ COMPLETED |
languages:
english:
level: "🇬🇧 Proficient"
skills: ["Technical Documentation", "Stakeholder Communication", "Code Reviews"]
indonesia:
level: "🇮🇩 Native"
skills: ["Cultural Bridge", "Local Market Understanding", "Team Leadership"]
communication_style: "🎯 Direct, Clear, Results-Oriented"{
"collaboration": "🚀 Data engineering projects that change the world",
"discussions": "💡 Latest trends in big data, ML, and cloud architecture",
"opportunities": "🌟 Exciting roles in data engineering & analytics",
"coffee_chats": "☕ Virtual meetups to share knowledge & insights",
"mentoring": "🎓 Helping aspiring data engineers level up"
}|
📧 Email Me Let's discuss ideas! |
🔗 Connect Professional networking |
🌐 Portfolio Deep dive into projects |
📍 Tangerang Indonesia 🇮🇩 |
def current_mission():
return {
"🎓": "Finishing CS degree @ Bina Nusantara (Oct 2025)",
"💼": "Crushing it @ BCA Bank as Business Analyst Intern",
"🚀": "Building next-gen data platforms",
"📚": "Learning ML Engineering & Data Mesh architecture",
"🎸": "Dreaming of becoming a data engineering rockstar"
}
# Always ready for the next challenge! 💪
status = current_mission()



