The Wayback Machine - https://web.archive.org/web/20250522134906/https://github.com/monster555
Skip to content
View monster555's full-sized avatar
Coding...
Coding...

Highlights

  • Pro

Block or report monster555

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 `danicoy@gmail.com`.
For more details, please visit https://portfolio.dctech.dev.
MacBook-Pro:~ monster555$ cat ./main.dart
void main() {
  const websiteUrl = 'dctech.dev';
  
  final me = PersonalInfo(
    title: 'Senior Flutter Engineer',
    contactInfo: ContactInfo(
      email: Uri.parse('mailto:danicoy@gmail.com'),
      linkedIn: Uri.https('www.linkedin.com', 'in/daniel-coyula/'),
      github: Uri.https('github.com', 'monster555'),
      portfolio: Uri.https('portfolio.dctech.dev'),
      winxportfolio: Uri.https('winxportfolio.dctech.dev'),
      facefolio: Uri.https('facefolio.dctech.dev'),
      website: Uri.https(websiteUrl),
      resume: Uri.https(websiteUrl, 'downloads/viewDanielCoyulaCV().pdf'),
    ),
    flutterInfo: FlutterInfo(
      experienceYears: '6+',
      projectsCount: 'Many!', // And counting... :)
      // Apps published on various stores
      apps: <Store>[
        // iOS apps in the App Store
        AppStore(appsCount: 'many'),
        // Android apps in the Play Store
        PlayStore(appsCount: 'many'),
      ],
      architecturesAndTools: <String>[
        'BLoC',
        'Clean Architecture',
        'Firebase',
        'MongoDB',
        'Parse Server',
        'Flutter Web',
      ],
    ),
    otherSkills: <String>[ // The most relevant
      'UI / UX',
      'JavaScript',
      'NodeJS',
      'HTML / CSS',
      'Express'
    ],
    projects: <Project>[
      Project(
        'My Windows XP Portfolio',
        role: 'Senior Flutter Engineer',
        platforms: ['Web'],
        url: Uri.https('winxportfolio.dctech.dev'),
      ),
      Project(
        'DateChatAI',
        role: 'Senior Flutter Engineer',
        platforms: ['iOS', 'Android'],
        url: Uri.https('datechatai.com'),
      ),
      Project(
        'My FaceFolio',
        role: 'Senior Flutter Engineer',
        platforms: ['Web'],
        url: Uri.https('facefolio.dctech.dev'),
      ),
      Project(
        'Baseball Cuba',
        role: 'Senior Flutter Engineer',
        platforms: ['iOS', 'Android'],
      ),
      Project(
        'My Flutter Web Portfolio',
        role: 'Senior Flutter Engineer',
        platforms: ['Web'],
        url: Uri.https('portfolio.dctech.dev'),
      ),
      Project(
        'ProAnimals',
        role: 'Senior Flutter Engineer',
        platforms: ['iOS', 'Android'],
      ),
      Project(
        'Cashews Finance',
        role: 'Senior Flutter Engineer',
        platforms: ['iOS', 'Android'],
        url: Uri.https(websiteUrl, 'cashews-finance'),
      ),
      Project(
        'Self-Service kiosk for Citroën',
        role: 'Full Stack Software Engineer',
        platforms: ['Android'],
        url: Uri.https(websiteUrl, 'citroen'),
      ),
      Project(
        'PedidoFacil',
        role: 'Full Stack Software Engineer',
        platforms: ['iOS', 'Android'],
        url: Uri.https(websiteUrl, 'pedidofacil'),
      ),
      Project(
        'EnvioFacil',
        role: 'Full Stack Software Engineer',
        platforms: ['iOS', 'Android'],
        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�? MongoDB NodeJS�? NPM�? Express�? TypeScript�? JavaScript�? HTML�? CSS�? TensorFlow

Popular repositories Loading

  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 67 10

  2. 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 51 12

  3. 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 49 3

  4. flutter_web_loading_tips flutter_web_loading_tips Public

    Optimize the loading experience in Flutter Web with smooth progress bars and graceful transitions. Elevate user experience and professionalism in your Flutter Web applications.

    Dart 43 4

  5. 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 37 5

  6. 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 35 3