Sita04 - Overview

A caffeinated developer from India, currently compiling in Toronto, Canada.

🌱 In a co-evolutionary relationship with Agentic AI.
✨ Let's collaborate on some shiny new tech that's causing a global shortage of sleep 😴

const sita = {
    pronouns: "She" | "Her",
    code: ["Java", "Python", "JavaScript", "Bash"],
    askMeAbout: ["agentic AI", "java development", "app security", "new tech"],
    technologies: {
        agentDevelopment: {
            frameworks: ["Agent Development Kit", "LangGraph", "CrewAI"],
        },
        backEnd: {
            java: ["Spring"],
            python: ["Django", "Flask"],
            js: ["Node.js"],
        },
        mlAndData: {
            libraries: ["TensorFlow", "Scikit-learn", "OpenCV"],
            mlOps: ["ML Pipelines"],
        },
        devOps: {
            infrastructureAsCode: ["Terraform"],
            containerization: ["Docker🐳", "Kubernetes"],
            ciCdAndDocs: ["Git", "CI/CD", "MkDocs"],
            os: ["Linux"],
        },
        cloudServices: {
            googleCloud: ["GCP", "Firebase"],
        },
        databases: ["PostgreSQL", "MySQL"],
        testingAndApi: ["Selenium", "Mocha", "Postman"],
        design: ["Figma"],
    },
    architecture: ["System Design", "Infrastructure Design", "Microservices", "Serverless", "Monolithic", "Relational & NoSQL Databases"],
    currentFocus: "Building intelligent agents with Google's Agent Development Kit",
    funFact: "🤭 You know me if you know: https://xkcd.com/356/"
};