sinamics - Overview

const bernt = {
    pronouns: "he/him",
    code: ["TypeScript", "JavaScript", "Python", "Bash","Rust"],
    askMeAbout: ["web dev", "tech", "networking", "automation"],
    technologies: {
        frontEnd: {
            js: ["React", "Next.js"],
            css: ["Tailwind"]
        },
        backEnd: {
            js: ["Node", "Express"],
            databases: ["PostgreSQL", "MongoDB", "SQLite","Prisma"]
        },
        devOps: ["Docker", "Kubernetes", "GitHub Actions"],
        misc: ["ZeroTier", "Home Assistant", "IoT"]
    },
    projects: {
        owner: ["Ztnet.network", "TorqVoice", "SnagKit.io", "FuturePostman.com", "UAVmatrix.com"]
    },
    currentFocus: "Building ZTNET - A modern ZeroTier management platform",
    funFact: "I automate everything, including my GitHub profile updates"
};