interface Developer {
name: string;
location: string;
company: string;
role: string;
currentProject: string;
interests: string[];
vision: string;
}
const adithya: Developer = {
name: "sir Njabulo Jb",
location: "Mbeya, Tanzania",
company: "LOFT QUANTUM INC",
role: "Founder",
currentProject: "PersonaBox - Create AI chats with custom personality",
interests: ["Backend Development", "Game Development", "AI Innovation"],
vision: "To build software that simplifies and enhances people's lives"
};NjabuloJf/Test
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|

