Skip to content
View monster555's full-sized avatar
Coding...
Coding...

Highlights

  • Pro
Block or Report

Block or report monster555

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
monster555/README.md
Initializing Dart VM...

Dart VM is ready to use.
To contact me, please send me a message to `[email protected]`.
For more details, please visit https://portfolio.dctech.dev or https://facefolio.dctech.dev.
MacBook-Pro:~ monster555$ cat ./main.dart
void main() {
  const websiteUrl = 'dctech.dev';
  
  final me = PersonalInfo(
    title: 'Senior Flutter Engineer',
    contacInfo: ContactInfo(
      email: Uri.parse('mailto:[email protected]'),
      linkedIn: Uri.https('www.linkedin.com', 'in/daniel-coyula/'),
      github: Uri.https('github.com', 'monster555'),
      portfolio: Uri.https('portfolio.dctech.dev'),
      facefolio: Uri.https('facefolio.dctech.dev'),
      website: Uri.https(websiteUrl),
      resume: Uri.https(websiteUrl, 'downloads/viewDanielCoyulaCV().pdf'),
    ),
    flutterInfo: FlutterInfo(
      experienceYears: '5+',
      projectsCount: 'Many!', // And counting... :)
      // Apps published on various stores
      apps: <Store>[
        // iOS apps in the App Store
        AppStore(
          hasPublishedApps: true,
          appsCount: 4,
        ),
        // Android apps in the Play Store
        PlayStore(
          hasPublishedApps: true,
          appsCount: 6,
        ),
      ],
      architecturesAndTools: <String>[
        'Flutter Web',
        'BLoC',
        'Clean Architecture',
        'Firebase',
        'MongoDB',
        'Parse Server',
      ],
    ),
    otherSkills: <String>[ // The most relevant
      'UI / UX',
      'MongoDB',
      'JavaScript',
      'NodeJS',
      'HTML / CSS',
      'TypeScript',
      'Express'
    ],
    projects: <Project>[
      Project(
        'DateChatAI',
        role: 'Senior Flutter Engineer',
        platforms: Platforms(ios: true, android: true),
        url: Uri.https('datechatai.com'),
      ),
      Project(
        'My FaceFolio',
        role: 'Senior Flutter Engineer',
        platforms: Platforms(web: true),
        url: Uri.https('facefolio.dctech.dev'),
      ),
      Project(
        'Baseball Cuba',
        role: 'Senior Flutter Engineer',
        platforms: Platforms(android: true, iOS: true),
      ),
      Project(
        'My Flutter Web Portfolio',
        role: 'Senior Flutter Engineer',
        platforms: Platforms(web: true),
        url: Uri.https('portfolio.dctech.dev'),
      ),
      Project(
        'ProAnimals',
        role: 'Senior Flutter Engineer',
        platforms: Platforms(android: true, iOS: true),
      ),
      Project(
        'Cashews Finance',
        role: 'Senior Flutter Engineer',
        platforms: Platforms(android: true, iOS: true),
        url: Uri.https(websiteUrl, 'cashews-finance'),
      ),
      Project(
        'KOBA Insurance',
        role: 'Full Stack Senior Developer',
        platforms: Platforms(web: true),
        url: Uri.https(websiteUrl, 'koba'),
      ),
      Project(
        'Self-Service kiosk for Citroën',
        role: 'Full Stack Software Engineer',
        platforms: Platforms(android: true),
        url: Uri.https(websiteUrl, 'citroen'),
      ),
      Project(
        'PedidoFacil',
        role: 'Full Stack Software Engineer',
        platforms: Platforms(android: true, iOS: true),
        url: Uri.https(websiteUrl, 'pedidofacil'),
      ),
      Project(
        'EnvioFacil',
        role: 'Full Stack Software Engineer',
        platforms: Platforms(android: true, iOS: true),
        url: Uri.https(websiteUrl, 'enviofacil'),
      ),
    ],
  )..setStatus(
    learningCoolStuff: true,
    openToNewProjects: true,
  );
}
MacBook-Pro:~ monster555$

Apps on Stores

iOS apps on App Store
Android apps on Play Store

Some stuff I've used

Flutter  Dart  BLoC  Firebase  Parse Server  NodeJS  NPM  Express  TypeScript  JavaScript  HTML  CSS  TensorFlow  NextJS  React  Ionic  React  Android Studio  Xcode  Slack  Jira 

Popular repositories

  1. flutter_elastic_list_view flutter_elastic_list_view Public

    A Flutter package providing elastic scrolling effect in ListView.builder with enhanced functionality and customization.

    Dart 59 9

  2. flutter_shady_weather_demo flutter_shady_weather_demo Public

    Flutter ShadyWeather Demo uses dynamic shaders for real-time, eye-catching effects that adapt to changing weather. Discover the fun side of shaders, exploring their practical use in creating engagi…

    Dart 44 3

  3. flutter_parallax_swiper flutter_parallax_swiper Public

    Explore the Flutter Parallax Swiper UI Challenge - a demo showcasing a custom widget with adjustable parallax effects, optional zoom and fade functionalities.

    Dart 42 10

  4. flutter_zoom_swiper flutter_zoom_swiper Public

    Take a UI challenge with Flutter's 'Zoom Swiper'. This image slider smoothly zooms in or out on images for subtle but cool animations.

    Dart 36 5

  5. shining_card shining_card Public

    A cool UI challenge featuring Flutter's Rotating Shining Card. This interactive card gracefully rotates upon mouse hover, accompanied by a mesmerizing 'shine effect' simulating lightning.

    Dart 25 3

  6. flutter_shader_demo flutter_shader_demo Public

    Discover the captivating world of fragment shaders in Flutter through this cool demo.

    GLSL 25 2