Skip to content
View Nbosso's full-sized avatar
👨‍💻
👨‍💻

Block or report Nbosso

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
Nbosso/README.md

Typing SVG

 🔥 Desenvolvedor Flutter

 📚 Engenheiro de Computação
  
 👩🏾‍🎓 Entre minhas softskills destacam-se: comunicação, foco em resultados, humildade, brilho no olho e facilidade no trabalho em equipe.

Skills


Rafa-React Ts Js HTML CSS CSS CSS

Estudando no momento:

Python 

Contato



Snake animation

class Developer {
  final String username;
  final String name;
  final String website;
  final List<String> social;
  final Map<String, dynamic> code;

  Developer()
      : username = 'Nbosso',
        name = 'Natan Santos Bosso',
        website = '...',
        social = [
          'https://www.linkedin.com/in/natansantosbosso/',
        ],
        code = {
          'mobile': ['Flutter'],
          'frontend': ['Flutter', 'Dart', 'HTML', 'CSS', 'JavaScript'],
          'devops': ['GitHub Actions'],
          'tools': [
            'GIT',
            'GitHub',
            'VS Code',
            'Figma',
            'Adobe XD'

          ],
          'misc': ['TDD', 'SCRUM', 'SOLID', 'Clean Archtecture']
        };
}

Popular repositories Loading

  1. Nbosso.github.io Nbosso.github.io Public

    Web Page by Natan B

    JavaScript

  2. portfolio portfolio Public

    C++

  3. Nbosso Nbosso Public

  4. natan-bosso natan-bosso Public

    Forked from mlearnbr/frontend-challenge

    Desafio

  5. flutter_webview flutter_webview Public

    C++

  6. video-monitoramento video-monitoramento Public

    Aplicativo voltado ao contexto de videomonitoramento e que faz uso de uma API.

    Dart