@Founder('Flutter Brasil')
class Developer {
final String username;
final String name;
final String website;
final String email;
final List<String> social;
final List<String> awards;
final Map<String, dynamic> code;
Developer()
: username = 'toshiossada',
name = 'Toshi Ossada',
website = 'toshiossada.dev',
email = '[email protected]',
awards = [
'Microsoft Most Valuable Professional',
'Google Developer Expert',
],
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']
};
}
-
I/O Software
- Americana - Brazil
-
03:39
(UTC -12:00) - https://toshiossada.dev/
- @toshiossada
Highlights
- Pro
Pinned Loading
-
-
FlutterPokedexTriple
FlutterPokedexTriple PublicPokedex utilizando o padrão Triple e Clean
-
-
flutter_micro_frontend
flutter_micro_frontend Publicexemplo de arquitetura de App baseado em microfrontend baseado em monolito,, monorepo e multirepo
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.