Best of Stripe — 2023

  1. 1
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    8 React Projects to Build in 2023

    8 React Projects to Build in 2023 will show you what's possible to make with React. Check out the React Bootcamp to see how to make each of them step-by-step. Todo apps are a great project to begin with because you don't need any third-party libraries to build them.

  2. 2
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    Build and Deploy an AI SaaS with Paid Subscriptions

    Building and Deploy an AI SaaS with Paid Subscriptions is easier than ever to launch your own Software as a Service (SaaS) company! We just posted a course on the freeCodeCamp.org YouTube channel (4-hour watch) The course will guide you through every step of building and deploying a full-stack AI SAAS application.

  3. 3
    Article
    Avatar of freecodecampfreeCodeCamp·2y

    Build and Deploy a Hotel Management Site with Next.js, Sanity.io, Stripe

    Learn how to build a hotel management website using Next.js, React, Sanity.io, Tailwind CSS, and Stripe. The course covers CRUD operations with Sanity.IO, room booking and review, payment processing with Stripe, React Context for UI themes, advanced search and authentication, TypeScript and useSwr hook, and deployment on Vercel.

  4. 4
    Article
    Avatar of quastorQuastor Daily·3y

    How Slack sends Millions of Messages in Real Time

    How Slack sends millions of messages in Real Time Plus, how Jane Street writes tests, challenges with caching, why tail latencies matter and more. How Slack Sends Millions of Messages in Real time using Channel, Gateway and Presence Servers Consistent Hashing to map Channel IDs to Channel Servers.

  5. 5
    Article
    Avatar of phProduct Hunt·3y

    Lago - Open-source alternative to Stripe Billing and Chargebee

    Lago - Open-source alternative to Stripe Billing and Chargebee. Lago is not rated yet. This is Lago's first launch. Lago makes it easy to build and iterate on complex pricing.

  6. 6
    Article
    Avatar of pointerPointer·3y

    juspay/hyperswitch: An Open Source Financial Switch to make Payments fast, reliable and affordable

    hyperswitch is a Payment Switch that lets you connect with multiple payment processors with a single API integration. Once integrated, you can add new payment processors and route traffic effortlessly. It's wire-compatible with top processors like Stripe making it easy to integrate. The hyperswitch journey starts with a payment orchestrator.

  7. 7
    Article
    Avatar of communityCommunity Picks·3y

    Create Your Portfolio Using Next.js, Tailwind CSS, Stripe, and PayPal

    Learn how to create a portfolio website using Next.js, Tailwind CSS, Stripe, and PayPal. Show off your projects, express yourself, and improve your online footprint. Activate Dark Mode support and create navigation and footer components. Add a main component with information about yourself and an avatar. Include a Dark Mode switcher. Create a donation page with Stripe and PayPal integration. Add meta tags for SEO. Deploy your app to Vercel.

  8. 8
    Article
    Avatar of communityCommunity Picks·3y

    Best practices I wish we knew when integrating Stripe webhooks

    Stripe webhooks are a well-tested, highly resilient, and easy to scale. Stripe is limiting us to verify the signature of the webhook within 5 minutes to avoid replay attacks. If Stripe bombards us with events, how do we scale our processing speed without losing data?

  9. 9
    Article
    Avatar of swyxswyx·3y

    My New Startup Checklist

    The following presume that you are going for a typical US venture backed SaaS startup type situation. This is obviously a live situation so i will anneal this post over time. Just use Stripe Atlas, which incorporates you as a Delaware C corp which is the default investable schelling point for all VCs.

  10. 10
    Article
    Avatar of quastorQuastor Daily·3y

    How Shopify Scaled To Billions of Rows of Data Ingestion for Black Friday

    Shopify used Apache Flink and Server-Sent Events to build a dashboard for Black Friday. Shopify runs a real-time dashboard every year showing how all the Shopify stores are doing. The Black Friday/Cyber Monday sale is the biggest event for e-commerce.

  11. 11
    Article
    Avatar of hnHacker News·3y

    Astral: Next-gen Python tooling

    Ruff is so fast that sometimes I add an intentional bug in the code just to confirm it’s actually running. Sebastián Ramírez Creator of FastAPI Why is Ruff a gamechanger? Primarily because it's nearly 1000x faster.

  12. 12
    Article
    Avatar of quastorQuastor Daily·3y

    How Stripe Does Rate Limiting

    How Stripe Does Rate Limiting Plus, Leader Election in Distributed Systems, Use Naming that is Short but Clear Pull Request Creation Best Practices. Use Airplane to quickly create a script that connects to a REST/GraphQL API, schedule recurring jobs or even build complex dashboards in React.

  13. 13
    Article
    Avatar of phProduct Hunt·3y

    Directory by Supawind - Ready to Use Next.js Template for Directory Launch

    Directory is a Next.js template for launching directory ideas quickly. It is built with Tailwind CSS, Prisma, and Stripe.

  14. 14
    Article
    Avatar of phProduct Hunt·3y

    Free SaaS Template (GPT, Stripe, Auth) - A free React/NodeJS SaaS template for quick idea execution

    Free SaaS Template (GPT, Stripe, Auth) is a free React/ NodeJS template for quick idea execution. "Have an idea on how to improve this template? Let me know," Product Hunt says.

  15. 15
    Article
    Avatar of hackernoonHacker Noon·3y

    🔥 Building a pricing page and charging visitors — A NextJS Guide 🤯 🤯

    Visitors can press the "Purchase" button and go to a checkout page. Once completed, we will send the customers to a success page and save the customers. We will show you how to build a page with multiple pricing tiers in this article.

  16. 16
    Article
    Avatar of itnextITNEXT·3y

    Yes, here are 4 stacks to build MVPs faster in 2023

    The key to getting shit done is to build an MVP (minimum viable product) or an MLP (minimum lovable product) The faster you launch, the faster you can test your idea with users. Here are 4 stacks to build MVPs faster in 2023.

  17. 17
    Article
    Avatar of nickjanetakisNick Janetakis·3y

    What I Learned about Payment Systems While Working at a Pizza Place

    Nick Janetakis learned about Payment Systems while working at a Pizza Place. Placing an order and capturing a payment are really different actions. Nick Janetakis has never worked at a register or collected payments at a physical location. He has only ever sold online video courses where you typically purchase an item within a few seconds or minutes.

  18. 18
    Article
    Avatar of ossphsOSSPH·3y

    Why small contributions matter greatly?

    When you're new to open source, a question often comes up is, "How big should my first PR be?" It's a valid question, but not everyone talks about it or realizes its significance. Small PRs are relatively rare compared to the multitude of small PRs, but they are much easier to handle.

  19. 19
    Article
    Avatar of phProduct Hunt·3y

    Fireactjs - open-source for building SaaS with React+Firebase+Stripe

    Fireactjs is open-source for building SaaS with React+Firebase+Stripe. Fireactjs was hunted by Chaoming Li in Web App, Open Source and Developer Tools. This is FireactJS's first launch.

  20. 20
    Article
    Avatar of firebase-developersFirebase Developers·2y

    Processing Payments in Firebase with Stripe

    Learn how to process payments in a Firebase project using Stripe and the firestore-stripe-payments extension. This guide covers installing and configuring the extension, fetching Stripe products in a web app, and redirecting users to a Stripe checkout session.