Skip to content
View salomaosnff's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro
Block or Report

Block or report salomaosnff

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
salomaosnff/README.MD

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

Pinned

  1. open-hotel/open-hotel-client open-hotel/open-hotel-client Public

    A Habbo Client developed in HTML5 Canvas by Open Hotel

    TypeScript 90 8

  2. oauth_dio oauth_dio Public

    An OAuth client who works with Dio.

    Dart 16 22

  3. injets injets Public

    TypeScript Dependency Injection using reflect-metadata and typescript with ES7

    TypeScript 12 1

  4. salomaosnff.github.io salomaosnff.github.io Public

    Meu portifólio

    HTML 1