IFEANYI
Senior Full-Stack Engineer
Work
Selected ProjectsFive years building across payments, streaming, trading, and mobile. Not just shipping features — shipping things that work in production, at scale, under constraints.
Lab
Open Source · Personal Engineeringwinston-rs
↗A Rust logging library modeled on the Node.js Winston logger — multiple transports, structured JSON output, configurable log levels. Built to fill a gap in the Rust ecosystem for applications that need production-grade logging with the ergonomics of the Node.js world.
Toni
↗An opinionated Rust web framework taking the decorator-based, module-oriented architecture of NestJS and applying it to Rust's type system. Built on top of Tokio and Hyper. The goal: the developer experience of NestJS with the performance guarantees of Rust.
graphql-scalars
↗Contributed four custom GraphQL scalars to the graphql-scalars open source library: ULID (for sortable unique identifiers), GeoJSON (for geospatial data validation), Countries (ISO 3166-1 alpha-2 validation), and Cuid2 (collision-resistant IDs). Each scalar includes full serialization, parsing, and validation logic.