Hemant Sharmablog.hemantsharma.tech·Feb 5, 2025How to Send Emails Using a Third-Party Provider in AppwriteWhen you are developing your application using Appwrite as your BaaS, you will have situations where you will be needing to send emails to your users. Appwrite has a feature called “Messaging“ for this situation where you can setup your mail server i...Appwrite
Anujkumar Yadavanujkumar05.hashnode.dev·Feb 2, 2025How to Use Appwrite for Authentication and Email Verification with React and TypeScriptIn this blog, we will walk through how to integrate Appwrite, an open-source backend-as-a-service (BaaS) platform, into your React + TypeScript application to implement Google login and email verification functionality. By the end of this guide, your...10 likesAppwrite
Gurjeet Singh Virdeegurjeet.hashnode.dev·Dec 21, 2024Implementing Authorization in Notes AppWelcome to Day 7 of our Appwrite series. Today, we’ll explore implementing authorization and access control in our note-taking app. Introduction In our Notes app, we want to ensure that users can only access and modify their notes. We’ll implement au...Appwrite
Gurjeet Singh Virdeegurjeet.hashnode.dev·Dec 20, 2024Day 6: Implementing User Authentication in AppwriteWelcome to Day 6 of our Appwrite series. Today we’ll explore implementing user authentication in Appwrite to secure our note-taking app. Introduction User authentication is a crucial aspect of any web application. It ensures that only authorized user...30 Days of AppwriteAppwrite
Gurjeet Singh Virdeegurjeet.hashnode.dev·Dec 19, 2024Day 5: Defining Collections for Our Appwrite ProjectWelcome to Day 5 of our Appwrite series. Today, we’ll explore creating collections in Appwrite for our note-taking app project. Introduction On Day 4, we created a new Appwrite project and set up our note-taking app. Now, we’ll create a note collecti...30 Days of AppwriteAppwrite
Gurjeet Singh Virdeegurjeet.hashnode.dev·Dec 18, 2024Day 4: Creating a New Appwrite Project Note-AppWelcome to Day 4 of our Appwrite series. Today I’ll take you through the process of creating a new Appwrite project. So, let’s get started! Introduction Appwrite is an amazing open-source BaaS platform that makes web and mobile app development a bree...30 Days of AppwriteAppwrite
Gurjeet Singh Virdeegurjeet.hashnode.dev·Dec 17, 2024Day 3: Understanding the Appwrite ConsoleWelcome to Day 3 of our Apprite journey! Today, we'll explore the Appwrite Console, a user-friendly and powerful web-based dashboard that simplifies managing your backend services. Whether you're a beginner or a seasoned developer, the Appwrite Conso...30 Days of AppwriteAppwrite
Gurjeet Singh Virdeegurjeet.hashnode.dev·Dec 16, 2024Day 2: Setting Up Appwrite LocallyWelcome back to the 30 Days of Appwrite series! Yesterday, we introduced Appwrite and discussed its key features and benefits. Today, we will focus on setting up Appwrite locally on your machine. This will allow you to have a development environment ...1 like30 Days of AppwriteAppwrite
Gurjeet Singh Virdeegurjeet.hashnode.dev·Dec 16, 202430 Days of Appwrite: A Comprehensive JourneyIntroduction Welcome to 30 days of Appwrite, an exciting series where we'll explore Appwrite, an open-source backend server designed to make backend development a breeze. Whether you're a seasoned developer or just starting, Appwrite offers a powerfu...1 like·49 reads30 Days of Appwrite30-days-of-appwrite
Mr. Ånandastrodevil.hashnode.dev·Nov 22, 2024FeaturedDevelop a Real-Time Collaborative Document Editor with Next.js, Appwrite, Liveblocks and Permit.ioTL;DR Learn how to build a secure, real-time collaborative document editor with Next.js, Appwrite, Liveblocks, and Permit.io using ReBAC for flexible and secure relationship-based access control. Features include: Real-time collaboration with presen...44 likes·198 readsAppwrite