success iyegere - Android Developer | Contra
Work by success iyegere
Sign Up
Post a job
Sign Up
Log In
success iyegere
Web developer focused on user-driven interfaces
Message
Follow
Profile in progress
success is building their profile!
Port Harcourt, Nigeria
Work
About
Port Harcourt, Nigeria
1
Mystra is the ultimate platform connecting brands with content creators for authentic marketing campaigns. For Brands: • Launch targeted campaigns to reach your ideal audience • Connect with verified creators across different niches • Track campaign performance and engagement metrics • Manage budgets and milestone-based payments For Creators: • Discover brand collaboration opportunities • Apply for campaigns that match your content style • Earn rewards through milestone-based achievements • Build your creator portfolio and grow your audience
1
52
1
Every serious African product ends up wiring both Paystack and Flutterwave for coverage and better rates, then rewriting the same fragile glue each time - different APIs, webhook signatures, and currency units. pay-kit removes that: one typed SDK over both providers to collect money (initialize, verify, refunds) and send it out (bank payouts and transfers), with signature-verified webhooks and automatic provider fallback so a Paystack outage does not stop you taking money. Amounts stay subunit-safe to kill rounding bugs, everything is fully typed, and it ships to npm with a green test suite.
1
23
1
Every popular React Native video-trimming library bundles ffmpeg: tens of megabytes of binary, a re-encode on every clip that quietly degrades quality, and a dependency on ffmpeg-kit, which was retired in 2025. react-native-lossless-trim takes the opposite path. It trims by stream-copying the encoded frames on the platform's own native APIs - AVAssetExportSession passthrough on iOS, MediaExtractor and MediaMuxer on Android - so the cut is lossless, near-instant, and adds essentially no binary weight. It also fixes the subtle Android audio/video desync that most passthrough trimmers ship with, by rebasing both tracks to a single shared keyframe origin, and documents the iOS-versus-Android precision tradeoff openly instead of hiding it. Shipped as an Expo module with a typed TypeScript API, New Architecture support, an example app, unit-tested timing logic, and CI.
1
12