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



