const about = {
name: "Dipak Ahirav",
role: "Senior Full Stack Developer",
experience: 8,
location: "San Francisco, CA",
bio: `Passionate developer with ${experience} years of expertise in building scalable applications. Focused on clean code and modern architectures.`,
};
const skills = {
languages: [
{ name: "JavaScript", level: "Expert" },
{ name: "Python", level: "Advanced" },
{ name: "TypeScript", level: "Advanced" }
],
frameworks: ["React", "Vue", "Node.js", "Express"],
databases: ["MongoDB", "PostgreSQL", "Redis"],
tools: ["Git", "Docker", "AWS", "Jenkins"]
};
const projects = [
{
name: "Enterprise E-Commerce Platform",
description: "Scalable e-commerce solution handling 1M+ monthly users",
tech: ["React", "Node.js", "MongoDB", "AWS"],
},
{
name: "AI-Powered Analytics Dashboard",
description: "Real-time analytics with ML predictions",
tech: ["Python", "TensorFlow", "Vue.js", "FastAPI"],
}
];