Skip to content
View toshiossada's full-sized avatar

Highlights

  • Pro

Block or report toshiossada

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

Hi, I'm Toshi


Rafa-React Ts Js HTML CSS CSHARP

Toshi-yoda

Snake animation

@CoOrganizer('Flutterando')	
class Developer {
  final String username;
  final String name;
  final String website;
  final String email;
  final List<String> social;
  final Map<String, dynamic> code;

  Developer()
      : username = 'toshiossada',
        name = 'Toshi Ossada',
        website = 'toshiossada.dev',
        email = '[email protected]',
        social = [
          'https://toshiossada.dev/',
          'https://www.linkedin.com/in/toshiossada/',
          'https://toshiossada.medium.com/',
          'https://instagram.com/toshiossada',
          'https://www.facebook.com/ToshiOssada/',
        ],
        code = {
          'mobile': ['Flutter'],
          'frontend': ['Flutter', 'HTML', 'CSS', 'JavaScript'],
          'backend': ['.NET', 'Shelf', 'PHP'],
          'database': ['SQL SERVER', 'MySQL', 'Oracle', 'Mongo DB'],
          'devops': ['Docker', 'GitHub Actions'],
          'tools': [
            'GIT',
            'GitHub',
            'GitLab',
            'BitBucket',
            'SVN',
            'Azure DevOps'
          ],
          'misc': ['Firebase', 'TDD', 'SCRUM', 'SOLID', 'Clean Archtecture']
        };
}

Pinned Loading

  1. microfrontend_brand microfrontend_brand Public

    C++ 25 1

  2. modular modular Public

    Forked from Flutterando/modular

    A smart project structure

    Dart 30

  3. FlutterPokedexTriple FlutterPokedexTriple Public

    Pokedex utilizando o padrão Triple e Clean

    Dart 36 2

  4. localization localization Public

    Forked from davidsdearaujo/localization

    Localization package

    Dart 30

  5. FlutterClean FlutterClean Public

    A Example Project created based on Clean Archtecture

    Dart 36 4

  6. flutter_micro_frontend flutter_micro_frontend Public

    exemplo de arquitetura de App baseado em microfrontend baseado em monolito,, monorepo e multirepo

    Dart 96 24