const developer: Developer = {
name: "TG2",
pronouns: "he/him",
currentStatus: "Reading MayoTune",
languages: {
proficient: ["JavaScript", "TypeScript", "Python", "HTML/CSS", "Node.js", "SQL"],
learning: ["C++", "Rust", "C#"], //Syntax Error: Trailing comma Fix later
},
technologies: {
frontend: ["React", "Next.js", "Tailwind CSS", "HTML5", "CSS3"],
backend: ["Node.js", "Express.js", "Prisma"],
databases: ["SQLite", "PostgreSQL", "MongoDB"],
tools: ["Docker", "Git", "VS Code", "Postman"],
gamedev: ["Unreal Engine (learning)"]
},
currentFocus: ["Manga ๐", "Web Development", "Game Development"],
funFact: "Life isn't fun"
};
|