Skip to content

salomaosnff/salomaosnff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 

Repository files navigation

Hello world, I'm Salomão Neto!

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'];
}

/**
 * @deprecated since version 2020
 */
// class MobileSkills implements Skills {
//   technologies = ['Flutter', 'React Native'];
// }

Salomao's github stats Top languages

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

✉️ Telegram ✉️ Instagram

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published