const milind = {
code: ["C#", "JavaScript", "Python"],
askMeAbout: ["Full Stack Development"],
technologies: {
frontEnd: {
js: ["React", "Angular"],
css: ["materialize", "bootstrap", "tailwind css", "pico css"],
buildTools: ["vite"]
},
backEnd: {
js: ["node", "express", "hapi"],
python: ["FastAPI"]
},
devOps: ["Azure", "Docker🐳", "gitlab", "github actions"],
databases: ["Postgres", "mongo", "MySql", "sqlite", "Oracle"],
misc: ["FHIR", "Firebase", "open-cv", "htmx"]
},
architecture: ["Client Server Architecture", "Serverless Architecture", "Progressive web applications", "Single page applications"],
currentProject: "",
funFact: "There are two ways to write error-free programs; only the third one works"
};