Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View isaacscardoso's full-sized avatar
🎨
Vita brevis, ars longa.
🎨
Vita brevis, ars longa.
  • Brazil > Minas Gerais

Organizations

@Blueshrine

Block or report isaacscardoso

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
isaacscardoso/README.md

Dart Flutter Python SUpabase NextJS NestJS

Isaac Cardoso

final class Developer {
  final String username;
  final String name;
  final String email;
  final List<Uri> social;
  final Map<String, List<String>> code;

  const Developer({
    required this.username,
    required this.name,
    required this.email,
    required this.social,
    required this.code,
  });

  factory Developer.defaultDeveloper() {
    return Developer(
      username: 'isaacscardoso',
      name: 'Isaac Cardoso Silva',
      email: '[email protected]',
      social: [
        Uri.parse('https://github.com/isaacscardoso'),
        Uri.parse('https://www.linkedin.com/in/isaacscardoso/'),
      ],
      code: {
        'mobile': ['Flutter'],
        'frontend': ['Flutter', 'HTML5', 'CSS3', 'JavaScript', 'TypeScript', 'Bootstrap'],
        'backend': ['PHP', 'Laravel', 'Dart'],
        'database': ['MySQL'],
        'tools': ['Git', 'Bash', 'GPT', 'Gemini'],
        'misc': ['Firebase', 'TDD', 'Scrum', 'Solid', 'Clean Architecture'],
      },
    );
  }
}

Snake animation

Pinned Loading

  1. nestjs-todo-list-api nestjs-todo-list-api Public

    A to-do list project to study Nest JS technology.

    TypeScript

  2. blueshrine-opinion-poll blueshrine-opinion-poll Public

    This application is a list of polls of topics related to programming. Made in Flutter using TDD, Clean Architecture, Design Patterns and SOLID Principles.

    Dart 3

  3. blueshrine-weather-station blueshrine-weather-station Public

    An application that aims to display the climate state of different cities. Using and consuming the OpenWeather API to get the data.

    Dart 3