Skip to content
View cjndubisi's full-sized avatar
๐Ÿ‘‹
๐Ÿ‘‹

Block or report cjndubisi

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
cjndubisi/README.md

๐Ÿ‘‹ Yo! I'm Chijioke

Currently turning caffeine into code and debugging with a side of anime. When I'm not optimizing pipelines or crafting mobile apps, you'll find me in a fierce chess battle or diving into the latest manga.

๐Ÿš€ What I Do

Breaking and fixing things in:

  • React Native (because who needs platform-specific headaches?)
  • Node.js (JavaScript all the things!)
  • iOS/Swift (for when native is non-negotiable)
  • CI/CD (because manually deploying is so 2010)

๐Ÿ’ช Cool Stuff I've Built

  • Saved 80% on CI/CD costs (my boss loved this one)
  • Built a healthcare app that's more secure than my chess strategy
  • Created RemoteAfrica (helping 30k+ folks find remote work monthly)

๐ŸŽฎ When Not Coding

  • Lifting heavy things and putting them back down ๐Ÿ‹๏ธโ€โ™‚๏ธ
  • Getting destroyed in chess (but getting better!) โ™Ÿ๏ธ
  • Binging anime (recommendations welcome!) ๐Ÿ“บ
  • Contributing to open source (when the anime queue is empty)

๐Ÿค™ Let's Connect

Hit me up to talk tech, anime, or challenge me to a chess match! LinkedIn

Remember: It's not a bug โ€“ it's an undocumented feature! ๐Ÿ›โœจ

๐Ÿ›  Language and Tools

JavaScript TypeScript React React Native Swift Kotlin Node.js Next.js Express.js GraphQL Postgres MongoDB AWS Firebase Jenkins CircleCI GitHub Actions

Pinned Loading

  1. DataSource.swift DataSource.swift
    1
    class DataSource<S: ListableService> where S.Item: Equatable {
    2
       private var currentPage: Pagination
    3
       var isFetching: Bool { return fetching.value }
    4
       let fetching: BehaviorRelay<Bool>
    5
    	 // for listViews; TableView, CollecitonView