I'm Dom β a fullstack engineer based in Cape Town.
class Dom extends SoftwareEngineer {
readonly name = "Dom Walsh";
readonly location = "Cape Town, South Africa";
readonly stack = "Typescript by default, but whatever fits the job"
readonly hobbies = ["trail running", "climbing", "chess", "board games"];
currently() {
return {
building: "Root β a WhatsApp health tracker that identifies lifestyle triggers",
learning: "Networking, OS, Cloud Infra",
reading: "Slow Horses β Mick Herron",
training: "55k trail ultra",
};
}
}
