Skip to content

katGhost/katGhost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 

Repository files navigation

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


About

Config files for my GitHub profile.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors