const Daniel = {
code: ["Javascript", "Typescript", "Python", "Rust", "QML", "C++"],
askMeAbout: ["Web Dev", "Software Dev"],
technologies: {
mobileApp: ["Flutter"],
frontEnd: {
js: ["Vue", "Nuxt", "React", "NextJS"],
css: ["vuetify", "bootstrap"]
},
backEnd: {
js: ["node", "express", "SuiteScript"],
python: ["Pyqt","Django","flask"]
},
databases: ["mongoDB", "MySql", "sqlite","IndexedDB"],
misc: ["Firebase", "Socket.IO", "selenium", "open-cv"]
},
architecture: ["SSR", "Progressive web applications", "Single page applications"],
currentProject: "Developing custom software for each client",
} as {
code: string[];
askMeAbout: string[];
technologies: {
mobileApp: string[];
frontEnd: {
[x:string]: string[];
};
backEnd: {
[x:string]: string[];
};
databases: string[];
misc: string[];
};
architecture: string[];
currentProject: string;
};
I love connecting with different people so if you want to say hi, I'll be happy to meet you more! 😊