

Supper Club × Self Hosted Backend-as-a-service with Brandon Roberts
Aug 26, 2022
Brandon Roberts, a Developer Experience Engineer at Appwrite and open-source contributor, joins the discussion about the innovative features of Appwrite, an open-source backend solution. He explains how Appwrite simplifies backend management with tools for database and user management. The conversation also dives into the significance of thoughtful design for developers. They touch on popular frameworks like Angular and Remix, sharing insights on their community support and challenges. Lastly, the group enjoys a light-hearted chat about tech setups and tools that enhance developer productivity.
AI Snips
Chapters
Transcript
Episode notes
Appwrite's Database Flexibility
- Appwrite uses MariaDB, a fork of MySQL, for its database layer.
- It offers flexibility by supporting other databases like MongoDB and potentially Postgres.
Appwrite SDKs
- Appwrite offers SDKs for both client-side and server-side development.
- This allows developers to interact with Appwrite without directly hitting REST APIs.
Appwrite's Comprehensive Backend
- Appwrite provides a comprehensive backend solution including database, authentication, storage, and functions.
- Developers can focus on front-end development while Appwrite handles the backend.