អំពីខ្ញុំ
const KitBunrong = {
    pronouns: "He" | "Him",
    code: ["Javascript", "Typescript", "PHP", "Python", "Golang"],
    askMeAbout: ["WebDev", "tech", "AppDev", "mobile", "DevOps"],
    technologies: {
        mobileApp: ["React Native", "Flutter"],
        frontEnd: {
            js: ["ReactJS", "NextJS", "VueJS", "GatsbyJS"],
            css: ["Boostrap", "MaterialUI", "Tailwind"]
        },
        backEnd: {
            js: ["node", "Express", "NestJS", "Strapi"],
            python: ["Django", "Flask"],
            php: ["Laravel"],
            golang
        },
        devOps: ["AWS", "GCP", "Docker🐳", "Route53", "Nginx", "Apache", "CI/CD", "Ansible", "Crossplane", "Terraform"],
        databases: ["MongoDB", "MySQL", "sqlite", "PostgreSQL"],
        misc: ["Firebase", "Socket.IO", "WordPress", "php", "testing", "GraphqQL", "Prisma"]
    },
    architecture: ["Serverless Architecture", "Progressive web applications", "Single page applications"],
    currentProject: "Pushing to DevOps field",
    funFact: "There are two ways to write error-free programs; only the third one works"
};