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 Integration.

classDeveloper:
def__init__(name: str, preferred_name: str, surname: str):
self.name=nameself.surname=surnameself.preferred=preferred_name

Profession & Stack

classKat(Developer):
def__init__(self):
super().__init__(
name="Andries",
surname="Mogashoa",
preferred_name="Kat"
)
defstack(self):
return [
"Python",
"Flask",
"FastAPI",
"JavaScript",
"React",
"PostgreSQL",
"Redis",
"Celery",
"Docker",
]
deffocus(self):
return"Backend Engineering + AI Integration into new or existing systems"defcurrent_builds(self):
return [
"eventé - social events platform, Instagram for events",
"DevRank - AI-driven dev roadmap + gamified leaderboard"
]

Education & Certifications

InstituteProgram or CourseAccreditationYear
UdacityAWS AI PractitionerAWS2026
CS50Introduction to computer Science and the art of ProgrammingHarvard Online2025
CS50PIntroduction to Programming with PythonHarvard Online2025
IT VarsityFull-Stack Development Business App AcademyIT Varsity & MTN2022

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

📊 GitHub Stats:



✍️ Random Dev Quote


Pinned Loading

  1. llm-eval-harnessllm-eval-harnessPublic

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

    Python

  2. unit-one-dockerunit-one-dockerPublic

    Data engineering zoomcamp course module 1 homework.

    Jupyter Notebook

  3. test-postgres18test-postgres18Public

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

    Python

  4. binary-clockbinary-clockPublic

    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-minicasino-miniPublic

    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. tuneboxtuneboxPublic

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

    Python