package main
type Mphele struct {
CurrentlyAt []string
FocusingOn []string
Belief string
Foundation string
Interests []string
Superpowers []string
}
func main() {
me := Mphele{
CurrentlyAt: []string{"WeThinkCode_"},
FocusingOn: []string{"Backend Engineering", "Data Pipelines", "Scalable APIs"},
Belief: "A well-designed API is the foundation of any great UX.",
Foundation: "CompTIA A+ certified — I see both sides: software & hardware",
Interests: []string{"Music", "Sports", "Gaming", "Socioeconomics"},
Superpowers: []string{
"Rapid Adaptability - I pick up new tech stacks quickly when the build demands it.",
"Relentless Work Ethic - I put in the hours required to get the architecture right.",
"Hackathons - I play to win every single one.",
},
}
}Languages & Frameworks
Data & Analytics
Tools & Platforms
I'm an Early 🐤
🌞 Morning 149 commits ██░░░░░░░░░░░░░░░░░░░░░░░ 08.24 %
🌆 Daytime 773 commits ███████████░░░░░░░░░░░░░░ 42.75 %
🌃 Evening 731 commits ██████████░░░░░░░░░░░░░░░ 40.43 %
🌙 Night 155 commits ██░░░░░░░░░░░░░░░░░░░░░░░ 08.57 %
📅 I'm Most Productive on Saturday
Monday 246 commits ███░░░░░░░░░░░░░░░░░░░░░░ 13.61 %
Tuesday 322 commits ████░░░░░░░░░░░░░░░░░░░░░ 17.81 %
Wednesday 197 commits ███░░░░░░░░░░░░░░░░░░░░░░ 10.90 %
Thursday 153 commits ██░░░░░░░░░░░░░░░░░░░░░░░ 08.46 %
Friday 219 commits ███░░░░░░░░░░░░░░░░░░░░░░ 12.11 %
Saturday 413 commits ██████░░░░░░░░░░░░░░░░░░░ 22.84 %
Sunday 258 commits ████░░░░░░░░░░░░░░░░░░░░░ 14.27 %
📊 This Week I Spent My Time On
💬 Programming Languages:
Java 1 hr 47 mins ███████░░░░░░░░░░░░░░░░░░ 29.73 %
Other 1 hr 37 mins ███████░░░░░░░░░░░░░░░░░░ 27.00 %
Markdown 1 hr 28 mins ██████░░░░░░░░░░░░░░░░░░░ 24.45 %
Makefile 33 mins ██░░░░░░░░░░░░░░░░░░░░░░░ 09.24 %
YAML 29 mins ██░░░░░░░░░░░░░░░░░░░░░░░ 08.10 %
🔥 Editors:
Antigravity IDE 3 hrs 27 mins ██████████████░░░░░░░░░░░ 57.49 %
IntelliJ IDEA 2 hrs 33 mins ███████████░░░░░░░░░░░░░░ 42.51 %
🐱💻 Projects:
brownfields 2 hrs 27 mins ██████████░░░░░░░░░░░░░░░ 40.98 %
brownfields-robot-worlds-1 hr 39 mins ███████░░░░░░░░░░░░░░░░░░ 27.70 %
DSA 1 hr 30 mins ██████░░░░░░░░░░░░░░░░░░░ 25.15 %
oop-013-pm 15 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 04.35 %
oop-013 5 mins ░░░░░░░░░░░░░░░░░░░░░░░░░ 01.65 %
🤖 AI Coding This Week
⏱ AI Coding Time: 4 hrs 26 mins (73.86%)
✍️ 25 lines written by AI, 57 lines written by hand (30.49% AI-written)
🔤 0 Input Tokens, 0 Output Tokens
💵 $0.00 Estimated AI Cost This Week
🧠 4 AI Sessions, 73 AI Prompts
Gemini 22 lines ██████████████████████░░░ 88.00 %
Sonnet 3 lines ███░░░░░░░░░░░░░░░░░░░░░░ 12.00 %
🔎 AI Coding Insights:
🧑💻 Mostly Hands-On — 30.49% of written lines came from AI
📄 Detailed Prompter — average 778 characters per prompt
🔁 Iterative Prompter — average 18 prompts per session
🔍 Hands-On Reviewer — 82.64% of changed lines were hand-edited
I Mostly Code in Python
JavaScript 4 repos ████░░░░░░░░░░░░░░░░░░░░░ 15.38 %
Go 4 repos ████░░░░░░░░░░░░░░░░░░░░░ 15.38 %
TypeScript 3 repos ███░░░░░░░░░░░░░░░░░░░░░░ 11.54 %
HTML 1 repo █░░░░░░░░░░░░░░░░░░░░░░░░ 03.85 %
Rust 1 repo █░░░░░░░░░░░░░░░░░░░░░░░░ 03.85 %
Last Updated on 28/07/2026 02:53:33 UTC
|
ITWeb Security Summit Hackathon 2026 🥇 National Champions · Sandton Convention Centre |
Mjanga AI Hackathon 🥇 First Place · Africa wide hackathon |
Security tool built for the AI-assisted development era. Catches slopsquatting attacks, AI-hallucinated package names registered with malware before they touch your disk. National champions at the ITWeb Security Summit Hackathon 2026. 🏆
Health triage assistant - conversational healthcare access powered by Gemini.
AI-powered recruiter-first ATS system - built to put recruiters back in control.
An intelligent, event-driven agritech architecture bridging IoT telemetry, telecom network signals, and machine learning to protect African livestock and monitor animal health in real-time.
- Backend development — going deeper across the stack
- End-to-end data pipelines — from ingestion to insight
- High-performance API design — because slow APIs are unacceptable
- Cybersecurity & Static Analysis - building tools to scan metadata and identify vulnerabilities without code execution
- Machine Learning Integration - embedding predictive AI models into event-driven backend architectures
- Containerization & Orchestration - mastering Docker and Kubernetes for scalable, resilient deployments
- Advanced SQL & Database Architecture - moving beyond basic queries to optimize complex relational data models
- Cloud Deployment Strategy - transitioning from local development to production-ready cloud environments
- Data Structures & Algorithms - continuously refining problem-solving logic for writing fast and efficient code
- Started with CompTIA A+ — I understand the full stack, right down to the silicon
- Gaming + music + sports = my version of debugging sessions
- Firm believer: great software begins with a great API
- Hackathon enthusiast — if you see one, tag me immediately
- Internship & graduate opportunities in Software development
- Open source contributions & interesting side projects
- Conversations about socioeconomics and tech for good

