Giter Club home page Giter Club logo

flutter_shader_demo's Introduction

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 

flutter_shader_demo's People

Contributors

monster555 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

ezhangle dnfield

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.