Best of PlanetScale2023

  1. 1
    Article
    Avatar of laravelbytesLaravel Bytes·3y

    Full Stack Laravel

    Fly ship a Laravel app on Fly.io in just a couple of minutes. You can use fly launch to get you up and running quickly with Laravel. Let's use Laravel Breeze to quickly scaffold auth into our app. We'll want our application to talk to Redis, which means other services can reach the Redis service using hostname.

  2. 2
    Article
    Avatar of phProduct Hunt·3y

    Neorepo - Product Information, Latest Updates, and Reviews 2024

    Neorepo provides starter kits for SaaS apps built with Next.js, including features like auth, onboarding, org management, transactional emails, payments, and testing. Recent launches include Suparepo and Scalerepo.

  3. 3
    Article
    Avatar of planetscalePlanetScale·3y

    Build a library app with Laravel 10 and MySQL

    Laravel is arguably the most popular PHP framework available today. It provides tooling that enables developers to implement complex application features, such as authentication and rate limiting. The app will have two features: authentication and loan management. The loan management feature enables logged-in users to borrow and return as many books as possible.

  4. 4
    Article
    Avatar of planetscalePlanetScale·3y

    Build a contacts app with Node, Express, and MySQL

    The database is an essential component of every application as it provides the requisite data for the application to function. In this article, I will show you how to implement SSR using Express and Pug. Planetscale will provide the database service - allowing you to enjoy all the benefits of MySQL via a highly scalable and reliable service provider.

  5. 5
    Article
    Avatar of planetscalePlanetScale·3y

    Build a Rust API with Rocket, Diesel, and MySQL

    Rust has made itself heir apparent to the C and C++ dynasty by delivering memory safety without compromising speed. Rust does away with a garbage collector, which gives it an additional performance boost. This guide assumes a basic knowledge of Rust, so if you're new to the language, it may be helpful to review the Rust book.

  6. 6
    Article
    Avatar of communityCommunity Picks·3y

    Build a fully typed web app using Next.js, PlanetScale, Drizzle, and Kysely

    PlanetScale is a super cool database-as-a-service platform based on Vitess, the same technology that powers YouTube, Slack, and other mega-scale companies. The PlanetScale CLI is a handy command-line tool provided by PlanetScale to make your life easier.