Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

GiddyCode/GiddyCode

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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 

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.