Skip to content
View katGhost's full-sized avatar

Block or report katGhost

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
katGhost/README.md

WhoAmI:

I build Backend systems, API design, scalable architecture, and AI-assisted engineering workflows.

class Developer:
    def __init__(name: str, preferred_name: str, surname: str):
        self.name = name
        self.surname = surname
        self.preferred = preferred_name

Profession & Stack

class Kat(Developer):
    def __init__(self):
        super().__init__(
            name="Andries",
            surname="Mogashoa",
            preferred_name="Kat"
        )

    def stack(self):
        return [
            "Python",
            "Flask",
            "FastAPI",
            "JavaScript",
            "React",
            "PostgreSQL",
            "Redis",
            "Celery",
            "Docker",
        ]

    def focus(self):
        return "Backend Engineering + AI Integration into new or existing systems"

    def current_builds(self):
        return [
            "eventé - social events platform, Instagram for events",
            "DevRank - AI-driven dev roadmap + gamified leaderboard"
        ]
    

Education & Certifications

Institute Program or Course Accreditation Year
Udacity AWS AI Practitioner AWS 2026
CS50 Introduction to computer Science and the art of Programming Harvard Online 2025
CS50P Introduction to Programming with Python Harvard Online 2025
IT Varsity Full-Stack Development Business App Academy IT Varsity & MTN 2022

Safety Management Graduate 2022: Risk, Corporate gorvenance, statistics, labour law relations, etc.

📊 GitHub Stats:



✍️ Random Dev Quote


Pinned Loading

  1. llm-eval-harness llm-eval-harness Public

    expanding my knowledge on Artificial Intelligence with an eval runner. Project is also a roadmap

    Python

  2. unit-one-docker unit-one-docker Public

    Data engineering zoomcamp course module 1 homework.

    Jupyter Notebook

  3. test-postgres18 test-postgres18 Public

    Small Dockerized flask file upload app leveraging the postgres18 asynchronous file I/O handling.

    Python

  4. binary-clock binary-clock Public

    A simple Flask digital binary clock. Rendering time in binary where Python does the heavy-lifting in server-side and JS fetches data asynchronously in the client-side. the clock can be switched to …

    JavaScript

  5. casino-mini casino-mini Public

    Inspired by WSOP, this Casino mini project-based learning game features two small/miniaturised games, Poker and Slots. Play against the house/bot and be proud of beating the house, this game is not…

    Python

  6. tunebox tunebox Public

    Full-stack music player using Spotify API (Flask API + Next.js)

    Python