const std = @import("std");
const Elvis = struct {
location: struct { from: []const u8, based: []const u8 },
currently_at: []const u8,
building: []const []const u8,
philosophy: []const u8,
};
pub fn main() void {
const me = Elvis{
.location = .{
.from = "π°πͺ Kiambu",
.based = "πΏπ¦ Johannesburg",
},
.currently_at = "WeThinkCode_ + freelancing",
.building = &.{
"databases from scratch",
"chess engines in Zig",
"full-stack products end-to-end",
"whatever scares me",
},
.philosophy = "The next project should be harder than the last.",
};
}Languages
Frontend
Backend & APIs
Databases & Storage
ORMs
Cloud & Deployment
Tools
|
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. Stateless AST engine in Rust, ML threat intelligence in Python, real-time dashboard in TypeScript. National champions at the ITWeb Security Summit Hackathon 2026. π
Real-time security dashboard for Doria. Connects your GitHub repositories, surfaces active threats, exposed secrets, and outdated dependencies across your entire engineering org. Role-based access, autonomous remediation via doria-bot.
A tamper-proof, verifiable, immutable database β written from scratch in Rust.
Online implementation of Settlers of Catan β full game logic, multiplayer-ready.
A chess engine built as a coding adventure. In Zig. Because why not.
Product search engine linking township spazas to customers β price comparison, order optimization, youth-led delivery.
3D AI avatar health buddy β conversational healthcare access powered by Three.js.
Backend API for a student portal β clean, fast, written in Go.



