import { SoftwareDeveloper, Skills } from 'salomaosnff';
class Bio extends SoftwareDeveloper {
name = 'Salomão Neto';
title = 'Front-End Engineer';
company = 'Lux One | Remote';
location = 'Aracati, CE';
studying = 'Bachelor of Computer Science | IFCE Campus Aracati'
}
class FrontEndSkills implements Skills {
languages = ['TypeScript', 'JavaScript', 'SASS'];
frameworks = ['Vue 3', 'Vite', 'Nuxt.js', 'PIXI.js', 'Three.js'];
}
class BackEndSkills implements Skills {
languages = ['Node.js'];
frameworks = ['Nest.js', 'express', 'socket.io'];
databases = ['PostgreSQL', 'MongoDB', 'ArangoDB'];
}
class LearningSkills implements Skills {
languages = ['Rust'];
architectures = ['Clean Architeture', 'Domain Driven Design'];
}
class MobileSkills implements Skills {
technologies = ['Capacitor.js'];
}
To save you time, I've made a list of some relevant projects.
- 💼 Portfolio Some projects that I actively participated in the development
- 🎵 Pubby.club Watch videos with friends
- 🎮 Open Hotel Habbo Hotel Remake
- 🔒 OAuth DIO OAuth2.0 integration for dio (Flutter)
- 💉 InjeTS Dependency Injection with Typescript
- 🎮 A* Pathfinder Algorithm for finding paths implemented in Typescript demo