8000 GitHub - salomaosnff/salomaosnff
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

salomaosnff/salomaosnff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 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    = 'Fullstack Engineer';
  company  = null; // Hire me to have your company name here
  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

✉️ Telegram ✉️ Instagram

Top languages Salomao's github stats

Visit counter:

Counter

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0