◐ Shell
clean mode source ↗

codewithganeshhh - Overview

const Ganesh = {
    pronouns: "He" | "Him",
    code: [Javascript, C++, Java, Python , Shell ],
    askMeAbout: ["Web Developemnt", "DevOps", "Technical Writing"],
    technologies:{
       frontEnd: {
            js: ["React"],
            css: ["Tailwind", "Bootstrap"]
        },
        backEnd: {
            js: ["Nodejs", "express.js"],
        },
        devOps: ["Azure", "Google Cloud"],
        databases: ["Mongodb","MySQL"],
        misc: ["Firebase", "socket.io"]
    },
    challenge: "I am trying to do more open source contributions",
    funFact: "There are two ways to write error-free programs; only the third one works"
};