#!/usr/bin/env python3"""╔═══════════════════════════════════════════════════════════════════╗║ ║║ ███████╗████████╗███████╗██╗ ██╗███████╗ ║║ ██╔════╝╚══██╔══╝██╔════╝██║ ██║██╔════╝ ║║ ███████╗ ██║ █████╗ ██║ ██║█████╗ ║║ ╚════██║ ██║ ██╔══╝ ╚██╗ ██╔╝██╔══╝ ║║ ███████║ ██║ ███████╗ ╚████╔╝ ███████╗ ║║ ╚══════╝ ╚═╝ ╚══════╝ ╚═══╝ ╚══════╝ ║║ YONKEU ║║ Senior Software Engineer · Microsoft MVP · PSF Fellow ║║ ║╚═══════════════════════════════════════════════════════════════════╝"""classSteve:
"""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)"]
@propertydeflanguages(self) ->list:
return ["Python", "JavaScript", "SQL", "Go", "Clojure", "R"]
@propertydefframeworks(self) ->list:
return ["Django", "DRF", "FastAPI", "Flask", "React", "Node.js"]
@propertydefcloud_and_devops(self) ->list:
return ["AWS", "Azure", "Kubernetes", "Docker", "GitHub Actions",
"Ansible", "Apache Airflow", "NiFi"]
@propertydefspecialties(self) ->list:
return ["PostGIS", "GeoPandas", "GDAL", "Redis",
"Prometheus", "Grafana"]
@propertydefarchitecture(self) ->list:
return ["Microservices", "REST/GraphQL APIs", "ETL Pipelines",
"CI/CD Automation", "Spatial Data Analysis"]
defcurrent_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",
}
defcommunity(self) ->dict:
return {
"🐍 Python & Django Cameroon": "Founder · 1,700+ members",
"🌍 PyCon Africa": "Sprints Lead (2024, 2025)",
"☁️ AWS Community Day CM": "Event Chair (2025)",
}
deffun_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 🔥")
# 📬 steve@yokwejuste.me# 🔗 linkedin.com/in/yokwejuste# 🐙 github.com/yokwejuste☁️
Clouding
PSF Fellow, 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
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.
Uh oh!
There was an error while loading. Please reload this page.




