Code Monkey home page Code Monkey logo
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 

Daniel Coyula's Projects

flutter icon flutter

Flutter makes it easy and fast to build beautiful apps for mobile and beyond

flutter_elastic_list_view icon flutter_elastic_list_view

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

flutter_guys_banking_app icon flutter_guys_banking_app

Live-coded Flutter application showcasing a simple and elegant banking UI, as featured on ‘The Flutter Guys’ YouTube channel.

flutter_hover_zoom_image icon flutter_hover_zoom_image

Flutter project for desktop devices, showcasing a Hover to Zoom feature widely used in most e-commerce product images.

flutter_interactive_shader_demo icon flutter_interactive_shader_demo

Interactive Shader Demo in Flutter: A hands-on guide to implementing dynamic and interactive fragment shaders in Flutter. Explore the potential of real-time visual effects in your apps!

flutter_intro icon flutter_intro

A better way for new feature introduction and step-by-step users guide for your Flutter project.

flutter_parallax_swiper icon flutter_parallax_swiper

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

flutter_shader_demo icon flutter_shader_demo

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

flutter_shady_weather_demo icon flutter_shady_weather_demo

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 engaging user experiences.

flutter_web_loading_tips icon flutter_web_loading_tips

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

flutter_zoom_swiper icon flutter_zoom_swiper

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

recipes-app icon recipes-app

Explore a simple technical challenge showcasing Flutter with Bloc for state management and Clean Architecture principles. This Flutter app consumes a cocktails recipes API and elegantly displays them by categories. Dive into modern Flutter development with Dio for API calls and efficient state management.

shining_card icon shining_card

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.