Skip to content
View GiddyCode's full-sized avatar

Block or report GiddyCode

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

Dart VM is ready to use.
To contact me, please send me a message to `ogbonnagideonofficial@gmail.com`.
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:ogbonnagideonofficial@gmail.com'),
      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 

Pinned Loading

  1. gemini_ai_chat gemini_ai_chat Public

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

    Dart 3

  2. flutter-chat-app flutter-chat-app Public

    Forked from rohan20/flutter-chat-app

    A chat app built on Flutter with firebase authentication and image sharing capability.

    Dart

  3. flutter_piano flutter_piano Public

    Forked from rodydavis/flutter_piano

    A Crossplatform Piano made with Flutter

    Dart

  4. gee_drive gee_drive Public

    Dart

  5. GiddysChat GiddysChat Public

    still in progress

    Java

  6. flutter_chess_board flutter_chess_board Public

    Forked from deven98/flutter_chess_board

    A Chessboard widget for Flutter.

    Dart