Skip to content

tvishwanadha/tvishwanadha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

/**
 * @module teja.vishwanadha
 */

import { SoftwareEngineer } from "humans";

const me = new SoftwareEngineer({
    name: "Teja Vishwanadha",
    location: "Los Angeles, CA",
    pronouns: "he" | "him",
    recentTools: ["Python", "Docker", "Javascript"],
    // changing the following is left as an exercise for the reader
    works: {
        at: "Tempo",
        as: "Senior Staff Engineer",
        doing: [
            "technical strategy",
            "platform lead",
            "mentoring",
        ],
    },
});

export { me as default };

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published