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

Organizations

@djangocameroon

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 supported. This note will be visible to only 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 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

img start

Pinned Loading

  1. DjangoCrafts DjangoCrafts Public

    Little Compilations Of Django Crafts I do.

    HTML 19 2

  2. visuleo_port visuleo_port Public

    An opensource Portfolio for Devs

    HTML 6 5

  3. backend-secrets backend-secrets Public

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

    Python 7 1

  4. django-passkeys django-passkeys Public

    How to implement passkey auth in Django

    Python 3

  5. local-django local-django Public

    Local free translation for Django application

    Python 2

  6. linkedin_scraper linkedin_scraper Public

    This is the 2022 version of the linkedin scraper

    Python 19 6