Best of StripeNovember 2025

  1. 1
    Article
    Avatar of ergq3auoeReinier·24w

    Build a Massive E-Commerce Store with React Native

    A comprehensive tutorial for building a full-stack e-commerce mobile application using React Native and Expo. Covers authentication with Clerk (Google and Apple sign-in), Stripe payment integration, cart and checkout functionality, and an admin dashboard for managing products, orders, and customers. The backend is built with Node.js and Express, featuring role-based authentication, background jobs with Inngest, and Sentry monitoring. Includes deployment guidance and demonstrates professional development practices like Git workflows and automated code reviews.

  2. 2
    Article
    Avatar of infoqInfoQ·25w

    Stripe's Zero-Downtime Data Movement Platform Migrates Petabytes with Millisecond Traffic Switches

    Stripe developed a Zero-Downtime Data Movement Platform that migrates petabyte-scale databases with traffic switches completing in milliseconds to 2 seconds. The system handles 5 million queries per second across 2,000+ MongoDB shards using a six-phase process: migration registration, bulk import (10x faster through B-tree-optimized inserts), bidirectional async replication, validation, versioned gating for traffic cutover, and cleanup. The platform enables horizontal scaling, shard merging, version upgrades, and tenancy transitions while maintaining 99.9995% reliability for $1.4 trillion in annual transactions.

  3. 3
    Article
    Avatar of ergq3auoeReinier·27w

    Next.js 16 E-Commerce Application - Stripe Payments, Admin Dashboard & More | ShopCart Pro Tutorial

    A comprehensive video tutorial demonstrating how to build a full-featured e-commerce platform using Next.js 16, including product catalog, shopping cart, payment integration with Stripe, user authentication via Clerk, order management, and admin dashboard. The project uses modern React patterns with Server Components, TypeScript, Tailwind CSS, Sanity CMS for content management, and Firebase Firestore for real-time data, with deployment instructions for Vercel.