Building Production-Grade Web Applications with Supabase: A comprehensive guide to database design, security, real-time data, storage, multi-tenancy, and more

$29.99

Added to wishlistRemoved from wishlist 0
Add to compare

Price: $29.99
(as of Nov 19, 2024 09:06:00 UTC – Details)


Craft resilient web applications with Supabase by leveraging advanced features such as authentication, data and user management, and seamless AI integration using its powerful Postgres infrastructure

Key FeaturesLearn how to integrate Supabase and Next.js to create powerful and scalable web appsExplore real-world scenarios with a multi-tenant ticket systemMaster real-time data handling, secure file storage, and application security enhancement, while discovering the full potential of the database beyond holding dataPurchase of the print or Kindle book includes a free PDF eBookBook Description

Discover the powerful capabilities of Supabase, the cutting-edge, open-source platform flipping the script on backend architecture. Guided by David Lorenz, a battle-tested software architect with over two decades of development experience, this book will transform the way you approach your projects and make you a Supabase expert.

In this comprehensive guide, you’ll build a secure, production-grade multi-tenant ticket system, seamlessly integrated with Next.js. You’ll build essential skills for effective data manipulation, authentication, and file storage, as well as master Supabase’s advanced capabilities including automating tasks with cron scheduling, performing similarity searches with artificial intelligence, testing your database, and leveraging real-time updates.

By the end of the book, you’ll have a deeper understanding of the platform and be able to confidently utilize Supabase in your own web applications, all thanks to David’s excellent expertise.

What you will learnExplore essential features for effective web app developmentHandle user registration, login/logout processes, and user metadataNavigate multi-tenant applications and understand the potential pitfalls and best practicesDiscover how to implement real-time functionalityFind out how to upload, download, and manipulate filesExplore preventive measures against data manipulation and security breaches, ensuring robust web app securityIncrease efficiency and streamline task automation through personalized email communication, webhooks, and cron jobsWho this book is for

This book is for developers looking for a hassle-free, universal solution to building robust apps using Supabase and its integration libraries. While a basic understanding of JavaScript is useful, it’s not essential as the book focuses on Supabase for creating high-performance web apps using Next.js. Experienced professionals from non-JavaScript backgrounds will find this book useful. Familiarity with Postgres, although helpful, is not mandatory as the book explains all the SQL statements used.

Table of ContentsUnveiling the Inner Workings of Supabase and Introducing the Book’s ProjectSetting Up Supabase with Next.jsCreating the Ticket Management Pages, Layout, and ComponentsAdding Authentication and Application Protection Crafting Multi-Tenancy through Database and App Design Enforcing Tenant Permissions with RLS and Handling Tenant DomainsAdding Tenant-Based Signups, including Google LoginImplementing Dynamic Ticket Management Creating a User List with RPCs and Setting Ticket AssigneesEnhancing Interactivity with Realtime Comments Adding, Securing, and Serving File Uploads with Supabase StorageAvoiding Unwanted Data Manipulation and Undisclosed ExposuresAdding Supabase Superpowers and Reviewing Production Hardening Tips

From the brand

Brand story Packt booksBrand story Packt books

See more at our store

Packt LogoPackt Logo

Packt is a leading publisher of technical learning content with the ability to publish books on emerging tech faster than any other.

Our mission is to increase the shared value of deep tech knowledge by helping tech pros put software to work.

We help the most interesting minds and ground-breaking creators on the planet distill and share the working knowledge of their peers.

ASIN ‏ : ‎ B0D95XLLGW
Publisher ‏ : ‎ Packt Publishing; 1st edition (August 9, 2024)
Publication date ‏ : ‎ August 9, 2024
Language ‏ : ‎ English
File size ‏ : ‎ 29849 KB
Text-to-Speech ‏ : ‎ Enabled
Screen Reader ‏ : ‎ Supported
Enhanced typesetting ‏ : ‎ Enabled
X-Ray ‏ : ‎ Not Enabled
Word Wise ‏ : ‎ Not Enabled
Print length ‏ : ‎ 832 pages

6 reviews for Building Production-Grade Web Applications with Supabase: A comprehensive guide to database design, security, real-time data, storage, multi-tenancy, and more

0.0 out of 5
0
0
0
0
0
Write a review
Show all Most Helpful Highest Rating Lowest Rating
  1. allejo

    Fun framework with a great walk-through
    This book is an excellent resource for introducing to the reader what Supabase is, why it’s needed, and its benefits. What I really appreciate is how Supabse is explained in the beginning, where it explains the pain points of having to build your own solutions for everything. A permission system is always painful and tedious to implement correctly, a web API to interact with the underlying Postgresql database, an image proxy server for delivering optimized images, and everything else a web application needs. As a developer who has always built their own architecture every time, this book is structured in a way to tackle each of those components. Coming from the open source world, the structure of this book reminds me a lot of how the Symfony and Laravel documentation is organized and how it abstracts everything away. Overall, I’m really enjoying the book so far!

    Helpful(0) Unhelpful(0)You have already voted this
  2. Manuel Martínez

    Great guide from beginners to Master Supabase
    This book is a comprehensive guide to building scalable web applications with Supabase. It clearly explains everything from the initial setup to advanced topics like multi-tenancy management and security. What I liked most were the practical examples and how each chapter builds on the previous one, making it easy to learn and apply immediately. Ideal for both beginners and experienced developers. Highly recommended for anyone looking to get the most out of Supabase in their projects

    Helpful(0) Unhelpful(0)You have already voted this
  3. Robert

    Great Primer for Supabase!
    I’ve always been interested in learning how Supabase works. They went into great detail about how the technology works and gives you a nice little project to get your feet wet in learning how the technology works. I really appreciated all the visuals that accompanied the text to get a sense of the architectural flow.

    Helpful(0) Unhelpful(0)You have already voted this
  4. Alberto

    Basic project, nothing special.
    The book guides you through a beginner project, involving ticketing. Nothing you couldn’t get for free on YouTube, or in a more affordable, and more complete format through a Udemy course.

    Helpful(0) Unhelpful(0)You have already voted this
  5. Andre Thomas

    A well explained piece of tech that I’m not excited about!
    It has been a joy to get 🦄 David Lorenz book, Building Production-Grade Web Applications with Supabase. Before being asked to review it, I hadn’t heard about Supabase or how it could be of use to me in my profession—I’m a full stack .NET Engineer—but after reading the first few pages, I realized that this was a technology that I could use on personal and professional projects.What I particularly love about this book is how it starts. It doesn’t go right into the how but it starts with the “what” and “why”: What is Supabase? Why do I need it? And the “what” wasn’t merely a textbook definition. Lorenz walks readers through the foundation of Supabase and what it is at its core. This is especially meaningful to me because it hard for me to understand subjects and concepts without grasping its building blocks. So, after the first section, I was fully bought in and excited to see how I could implement this into my own project because, right now, and don’t tell anybody this but, I’m using a data file to populate the data on my CV site 😭. Ok maybe it’s not that bad but this book is a Godsend because I now have an easy way to implement a data layer with all the fixins.Another reason I enjoyed this read is because the examples are easy to follow and you can tell that he is aware enough to future proof this book so that it can be a helpful resource in years to come.And for all you Next.js/React.js lovers out there, his main example(s) is/are done using a Next.js project. Also a plus for me because my site is a Next.js app.I definitely recommend this book. A small price for a large investment.

    Helpful(0) Unhelpful(0)You have already voted this
  6. serene boyland

    Helpful for beginners
    Supabase is an open source alternative to firebase, I never tried it until I picked up this book. This book is helpful for beginners and more, it walks you through setting up projects and how to get the most out of them it even helps with setting up authentication features. I definitely recommend this book for those looking to ad more tools to the dev box. I also thought the ticket management system in chapter 3 was a great feature. Thanks for creating this book.

    Helpful(0) Unhelpful(0)You have already voted this

    Add a review

    Building Production-Grade Web Applications with Supabase: A comprehensive guide to database design, security, real-time data, storage, multi-tenancy, and more
    Building Production-Grade Web Applications with Supabase: A comprehensive guide to database design, security, real-time data, storage, multi-tenancy, and more

    $29.99

    Try our newest merchandise in category:Software
    Digital Mark System
    Logo
    Compare items
    • Total (0)
    Compare
    0
    Shopping cart