#!/usr/bin/env python3
"""
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β β
β ββββββββββββββββββββββββββββ βββββββββββ β
β ββββββββββββββββββββββββββββ βββββββββββ β
β ββββββββ βββ ββββββ βββ βββββββββ β
β ββββββββ βββ ββββββ ββββ ββββββββββ β
β ββββββββ βββ ββββββββ βββββββ ββββββββ β
β ββββββββ βββ ββββββββ βββββ ββββββββ β
β YONKEU β
β Senior Python Engineer Β· Microsoft MVP Β· GIS β
β β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
"""
class Steve:
"""A developer who turns coffee into scalable backends and geospatial pipelines."""
def __init__(self):
self.name = "Steve Yonkeu"
self.role = "Senior Python Developer & Data Engineer"
self.location = "Cameroon π¨π²"
self.website = "yokwejuste.me"
self.awards = ["Microsoft MVP (2024 β Present)"]
@property
def languages(self) -> list:
return ["Python", "JavaScript", "SQL", "Go", "Clojure", "R"]
@property
def frameworks(self) -> list:
return ["Django", "DRF", "FastAPI", "Flask", "React", "Node.js"]
@property
def cloud_and_devops(self) -> list:
return ["AWS", "Azure", "Kubernetes", "Docker", "GitHub Actions",
"Ansible", "Apache Airflow", "NiFi"]
@property
def specialties(self) -> list:
return ["PostGIS", "GeoPandas", "GDAL", "Redis",
"Prometheus", "Grafana"]
@property
def architecture(self) -> list:
return ["Microservices", "REST/GraphQL APIs", "ETL Pipelines",
"CI/CD Automation", "Spatial Data Analysis"]
def current_work(self) -> dict:
return {
"π Reckot": "An event management platform pumped and powered with AI",
"πΊοΈ Stratomaps": "GIS pipelines processing 500GB+ geospatial data",
"π Zero Devops": "IaC platform for automated cloud deployments",
"π Local-Django": "Open-source multilingual support package",
}
def community(self) -> dict:
return {
"π Python & Django Cameroon": "Founder Β· 1,700+ members",
"π PyCon Africa": "Sprints Lead (2024, 2025)",
"βοΈ AWS Community Day CM": "Event Chair (2025)",
}
def fun_facts(self) -> list:
return [
"I optimized PostGIS queries by 40% β my DB said thanks π",
"Scaled a team from 8 β 15 devs without losing sanity (mostly)",
"I refactored a monolith into microservices and lived to tell the tale",
]
# ββββββββββββββββββββββββββββββββββββββββββββββββββββ
# β >>> steve = Steve() β
# β >>> steve.role β
# β 'Senior Python Developer & Data Engineer' β
# β >>> len(steve.community()) β
# β 3 # communities, 1700+ humans β
# β >>> steve.fun_facts()[2] β
# β 'I refactored a monolith into microservices...' β
# ββββββββββββββββββββββββββββββββββββββββββββββββββββ
if __name__ == "__main__":
print("Thanks for stopping by! Let's build something π₯")
# π¬ yokwejuste@gmail.com
# π linkedin.com/in/yokwejuste
# π github.com/yokwejuste
βοΈ
Clouding
Microsoft MVP, AWS Solution Architect, AWS Community Builder.
I am doing magic out of nothing.
Highlights
Pinned Loading
-
-
-
backend-secrets
backend-secrets PublicJust a Collection of a few backend secrets I have been working with
-
-
-
linkedin_scraper
linkedin_scraper PublicThis is the 2022 version of the linkedin scraper
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.




