Skip to content
View yokwejuste's full-sized avatar
☁️
Clouding
☁️
Clouding

Organizations

@djangocameroon@pythoncameroon@weareonyani

Block or report yokwejuste

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
yokwejuste/README.md
#!/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

img start

Pinned Loading

  1. DjangoCraftsDjangoCraftsPublic

    Little Compilations Of Django Crafts I do.

    HTML 22 3

  2. visuleo_portvisuleo_portPublic

    An opensource Portfolio for Devs

    HTML 6 5

  3. backend-secretsbackend-secretsPublic

    Just a Collection of a few backend secrets I have been working with

    Python 8 1

  4. django-passkeysdjango-passkeysPublic

    How to implement passkey auth in Django

    Python 3

  5. local-djangolocal-djangoPublic

    Local free translation for Django application

    Python 2

  6. linkedin_scraperlinkedin_scraperPublic

    This is the 2022 version of the linkedin scraper

    Python 20 6