Hi there, I'm Hoang - aka hoangsetup 👋
Backend Software Developer at Home
const hoangdv: IProfile = {
    pronouns: "He" | "Him",
    code: ["Java", "JavaScript", "TypeScript", "php", "Dart"],
    askMeAbout: ["web dev", "tech", "app dev", "cat"],
    technologies: {
        mobileApp: ["Android", "Flutter"],
        frontEnd: {
            js: ["Angular", "React"],
            css: ["materialize", "ant-design", "bootstrap"]
        },
        backEnd: {
            js: ["node", "express", "TypeScript"],
            php: ["laravel"]
        },
        devOps: ["AWS", "Docker🐳", "Nginx"],
        databases: ["mongo", "MySql", "DynamoDB"],
        misc: ["Firebase", "Socket.IO", "selenium", "puppeteer"]
    },
    architecture: ["Serverless Architecture", "Progressive web applications", "Single page applications"],
    currentProject: "I am developing n8n-nodes-chatwork for n8n using TypeScript",
    funFact: "There are two ways to write error-free programs; only the third one works"
};



