Skip to content
View elviscgn's full-sized avatar
πŸ—£οΈ
AMBITION
πŸ—£οΈ
AMBITION
  • Student & Peer Tutor @wethinkcode
  • Johannesburg, South Africa
  • 12:20 (UTC +02:00)
  • X @elviscgn

Organizations

@Uwatu

Block or report elviscgn

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
elviscgn/README.md

Typing SVG


Profile views Β Β  committers.top badge wakatime


About Me

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.",
    };
}

Tech Stack

Languages

Frontend

Backend & APIs

Β  Β  Β 

Databases & Storage

ORMs

Β 

Cloud & Deployment

Tools


πŸ† Awards




Mjanga AI Hackathon
πŸ₯‡ First Place Β· Africa wide hackathon


Featured Projects

A tamper-proof, verifiable, immutable database β€” written from scratch in Rust.

Rust


Online implementation of Settlers of Catan β€” full game logic, multiplayer-ready.

Go Vue.js TypeScript Python


A chess engine built as a coding adventure. In Zig. Because why not.

Zig


Product search engine linking township spazas to customers β€” price comparison, order optimization, youth-led delivery.

Go


3D AI avatar health buddy β€” conversational healthcare access powered by Three.js.

JavaScript Three.js


Backend API for a student portal β€” clean, fast, written in Go.

Go


Github Awards

elviscgn trophies

GitHub Analytics

GitHub Streak

Elvis's Activity Graph

Pinned Loading

  1. UkweliDB UkweliDB Public

    A tamper proof, verifiable, immutable database, written from scratch in Rust.

    Rust 2

  2. Settlea Settlea Public

    Online implementation of the famous board game settlers of catan.

    Go 2

  3. Sieve Sieve Public

    AI talent screener with multi dimensional scoring, live progress feeds, and recruiter override transparency

    TypeScript 1

  4. portfolio portfolio Public

    My portfolio with all my work over the years

    CSS

  5. AfyaAI AfyaAI Public

    3D AI avatar health buddy

    JavaScript 1

  6. wtc-java-prep wtc-java-prep Public

    Repo to prepare for the first java assessment

    Java 28