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://gideonogbonna.com.
MacBook-Pro:~ GiddyCode$ cat ./main.dart
void main() {
  const websiteUrl = 'gideonogbonna.com';
  
  final me = PersonalInfo(
    title: 'Senior Software Engineer',
    contacInfo: ContactInfo(
      email: Uri.parse('mailto:[email protected]'),
      linkedIn: Uri.https('www.linkedin.com', 'in/gideonogbonna/'),
      github: Uri.https('github.com', 'gideonogbonna'),
      portfolio: Uri.https('gideonogbonna.com'),
    ),
    softwareEngineeringInfo: SoftwareEngineeringInfo(
      experienceYears: '8+',
      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',
        'React Native',
        'Kotlin',
        'Swift',
        'Objective-C',
        'Java',
        'Node.js',
        'Firebase',
        'Cloud Firestore',
        'Cloud Functions',
      ],
    ),
    otherSkills: <String>[ // The most relevant
      'UI / UX',
      'JavaScript',
      'TypeScript',
      'React',
      'NodeJS',
      'HTML / CSS',
      'Express',
    ],
    projects: <Project>[
      Project(
        'Fin.AI',
        role: 'Senior Software Engineer',
        platforms: Platforms(ios: true, android: true, web: true),
        url: Uri.https('github.com', 'gideonogbonna/Fin.AI'),
      ),
      Project(
        'Elderberry.care',
        role: 'Senior Mobile Engineer',
        platforms: Platforms(android: true, iOS: true),
      ),
      Project(
        'GladeFinance',
        role: 'Lead Mobile Application Developer',
        platforms: Platforms(android: true, iOS: true),
        url: Uri.https('github.com', 'gideonogbonna/GladeFinance'),
      ),
      Project(
        'My Mobile Portfolio',
        role: 'Senior Mobile Engineer',
        platforms: Platforms(web: true),
        url: Uri.https('gideonogbonna.com', 'portfolio'),
      ),
      Project(
        'Cashews Finance',
        role: 'Senior Mobile Engineer',
        platforms: Platforms(android: true, iOS: true),
        url: Uri.https(websiteUrl, 'cashews-finance'),
      ),
      Project(
        'Self-Service Kiosk',
        role: 'Full Stack Software Engineer',
        platforms: Platforms(android: true),
        url: Uri.https(websiteUrl, 'self-service-kiosk'),
      ),
    ],
  )..setStatus(
    learningCoolStuff: true,
    openToNewProjects: true,
  );
}
MacBook-Pro:~ GiddyCode$

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 

giddycode's Projects

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.

gads2020-roadmap icon gads2020-roadmap

A roadmap for learners in the Google Africa Developer Scholarship on Pluralsight

geemoney icon geemoney

integrating banner and interstitial ads

gemini_ai_chat icon gemini_ai_chat

A Gemini Generative AI SDK that incorporates chat functionalities while adhering to clean architecture principles.

instagram-clone icon instagram-clone

Working Instagram Clone (Frontend + Backend) created with Flutter and Firebase

messenger icon messenger

[WIP]: A Messenger built using Flutter | Design by - https://bit.ly/2FFQHjs

minispotify_flutter_riverpod icon minispotify_flutter_riverpod

A demo of how to build a mini Spotify using Flutter and Riverpod https://medium.com/@iliasyahia/lets-create-a-mini-spotify-with-flutter-and-riverpod-24aa53ed8b66

movieapp icon movieapp

Based on inspirations and snippets from o1298098 implementations

openai_client icon openai_client

An unofficial, platform independent, client for accessing different AI models developed by OpenAI

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.