interface Developer {
name: string;
role: string;
companies: string[];
languages: string[];
interests: string[];
}
const naos: Developer = {
name: "Naos",
role: "Developer & Tech Leader",
companies: ["Paxcia", "Kalendoo"],
languages: ["TypeScript", "Python", "Java", "C#", "SQL"],
interests: ["Backend Development", "Database Design", "Problem Solving"]
};
const sayHi = (): void => {
console.log("Thanks for dropping by! Let's build something amazing together!");
};
sayHi();- π Leading development at Paxcia & Kalendoo - Building the future, one line at a time
- π» Passionate about creating efficient and scalable solutions
- π± Always learning, always growing
- β‘ Fun fact: Code is poetry in motion
interface Goals {
learning: string[];
building: string[];
collaborating: string[];
}
const currentGoals: Goals = {
learning: ["Advanced Backend Architecture", "Cloud Technologies", "System Design"],
building: ["Scalable APIs", "Database Optimization", "Performance Tuning"],
collaborating: ["Open Source Projects", "Team Development", "Code Reviews"]
};I'm always excited to collaborate on interesting projects! Whether it's:
- π₯ Building robust backend systems
- π¨ Crafting elegant solutions to complex problems
- π Optimizing performance and scalability
- π€ Contributing to open-source projects
Let's connect and create something awesome together!



