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()
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()