Tools mentioned by Manjari Mogue
Software and services Manjari Mogue has mentioned across podcast appearances.
SignalCast may earn a small commission on purchases through these links — at no extra cost to you. As an Amazon Associate we earn from qualifying purchases.
React Native
by Meta
“Coinbase Staff Engineer Manjiri Mboge explains how her team scales React Native across millions of global users, covering four performance metric buckets, data fetching anti-patterns, GraphQL with Suspense instrumentation, the new React Native architecture with JSI and Turbo Modules, and AI-assisted development workflows.”
Mentioned on: Software Engineering Daily · React Native at ScaleESLint
“AI is also used to surface ESLint violations across pull requests, flagging patterns like missing cache policies or active polling, reducing back-and-forth review cycles and enforcing standards without relying on developer memory.”
Mentioned on: Software Engineering Daily · React Native at ScaleGraphQL
“GraphQL Defer + Suspense Instrumentation: Structure each screen around a single GraphQL query with child component fragments, then use GraphQL's defer directive to load non-critical fields after the primary UI renders.”
Mentioned on: Software Engineering Daily · React Native at Scale