Skip to content
View clovisphere's full-sized avatar
😺
😺
  • Nairobi, Kenya

Block or report clovisphere

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

Saving the world one commit at a time (with questionable commit messages).

(* ~/bio/whoami.ml *)

type engineer = {
  role: string;
  location: string;
}

let me = {
  role = "Software Engineer";
  location = "Nairobi, Kenya";
  stack = ["Ruby"; "Scala"; "Go", "Clojure"; "Python"];
}

let () =
  Printf.printf "Hey, there 👋 I'm a %s based in %s.\n" me.role me.location;
  Printf.printf "Currently hacking in: %s\n" (String.concat ", " me.stack);

Clov's Github activity graph

Pinned Loading

  1. alice alice Public

    Tax remittance bridge for KRA and M-Pesa integrations.

    Go

  2. algebraconda algebraconda Public

    Browser-based Snake game where you slither through a grid collecting numbers and operators to hit a target value — the Magic Number.

    JavaScript

  3. blip blip Public

    Fire cannonballs. Find the beasts. Don't run out of shots. 🏴‍☠️

    JavaScript

  4. omar omar Public

    Omar is an AI-powered spiritual guide offering wisdom, reflection, and comfort across faiths and philosophies.

    Python