PocketBase - Deploy to Production
Published: 20. July 2025 • angular, ionic, baas
This blog post shows how to deploy a JavaScript application with PocketBase as the backend on a Debian 13 server.
Published: 20. July 2025 • angular, ionic, baas
This blog post shows how to deploy a JavaScript application with PocketBase as the backend on a Debian 13 server.
Published: 20. July 2025 • angular, ionic, baas
This blog post shows how to develop a simple Ionic/Angular application with PocketBase as the backend.
Published: 5. September 2025 • angular, ionic, baas
This blog post demonstrates how to develop a simple Ionic/Angular application with Appwrite as the backend.
Published: 3. March 2026 • baas, angular
This blog post shows you how to build a simple Todo app with Supabase as the backend. It covers local setup with Supabase CLI, database schema and security with migrations, using @supabase/supabase-js in a JavaScript/TypeScript app, auth flows (sign-up, sign-in, sign-out), and CRUD operations for todos.
Published: 7. April 2026 • baas
Supabase Realtime consists of three different mechanisms for pushing updates from the server to connected clients: Broadcast, Presence, and Postgres Changes. In this blog post, we will look at each of these three mechanisms in detail and how to use them with the supabase-js client library.