- 🔭 I’m currently working on Full Stack JS/TS Development | CTO
- 🌱 Focus on Happiness
- 🔥 Really passionate about JS, Blockchain, Crypto, AI, ML and Life
- 😍 My hobbies are learning new things, traveling and teaching to the Next Gen devs (my kids).
- 📫 How to reach me running.anodyne0c@icloud.com
[...]
export type SoftwareDeveloper {
name: string;
title: string;
location: string;
languages: Language[];
databases: Database[];
frameworks: Framework[];
};
const myself: SoftwareDeveloper = {
name: 'Aurelien',
title: 'Senior Full Stack Engineer | CTO',
location: 'Always Remote',
languages: ['JavaScript'],
databases: ['MySQL', 'MongoDB', 'PostgreSQL'],
frameworks: ['ReactJS', 'React Native', 'Node.js', 'Next.js', 'NestJS', 'GraphQL'],
};
[...]
Last edited on: 01/18/2024