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


