#!/usr/bin/env python3
# ─────────────────────────────────────────────────────
# Mamadou PENE · Data Engineer · Dakar, Sénégal 🌍
# ─────────────────────────────────────────────────────
class MamadouPENE:
name = "Mamadou PENE"
role = "Data Engineer & DataOps Specialist"
company = "🟠 Baamtu technologies "
location = "📍 Dakar, Sénégal"
contact = "mamadoupene95@gmail.com"
currently = [
"🔭 Scaling real-time data pipelines at Orange",
"⚡ Building DataOps frameworks for data reliability",
"🌱 Deep-diving into cloud-native data architectures",
"🎯 Eliminating bad data before it reaches decisions",
]
def philosophy(self) -> str:
return "Bad data in → bad decisions out. Quality is non-negotiable."
def fun_fact(self) -> str:
return "I've debugged more pipelines than I've eaten thieboudienne. 🍛"
if __name__ == "__main__":
mp = MamadouPENE()
print(mp.philosophy())
# Output: Bad data in → bad decisions out. Quality is non-negotiable.
I may be slow to respond.
Pinned Loading
-
sentiment-analysis-pipeline
sentiment-analysis-pipeline PublicA complete DataOps + AI project for streaming text analytics using Kafka, Spark Streaming, Hugging Face Transformers, Elasticsearch, Kibana, and Airflow.
Python 1
-
nifi-kafka-flink-project
nifi-kafka-flink-project Publicbuild poc data platform with api data , nifi, kafka, fllink, minio and trino
Roff 1
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.

