1const myProjects = {
2 status: "Building & Learning",
3 philosophy: "Learn by doing, build by solving",
4
5 upcoming: {
6 taskManager: {
7 tech: ["TypeScript", "PostgreSQL", "Docker"],
8 status: "In Development",
9 focus: "Full Stack Architecture"
10 },
11
12 bankingAPI: {
13 tech: ["Node.js", "Express", "REST"],
14 status: "Planning Phase",
15 focus: "API Design & Security"
16 },
17
18 portfolio: {
19 tech: ["Next.js", "Framer Motion", "Tailwind"],
20 status: "You're looking at it!",
21 focus: "Modern UI/UX"
22 }
23 }
24};