Gurjeet Singh Virdeegurjeet.hashnode.dev·12 hours agoImplementing 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·43 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...36 likes·165 readsAppwrite
Aman Rajhuamanraj.hashnode.dev·Nov 6, 2024Building a Real-Time Chat App with React js and Appwrite Cloud RealtimeCreate a Real-Time Chat App Without Servers or WebSockets – A Simple Guide Learn to build a lightweight real-time chat app without a backend server or WebSockets! This guide covers frontend-only techniques to create an interactive chat experience. In...10 likes·90 readsappwrite realtime
Asigri Shamsu-Deen Al-Heyriamdeen.hashnode.dev·Nov 4, 2024Tracing Appwrite’s Authentication FeatureA debugger is a tool that helps you see if your code is functioning as intended. It allows you to pause and inspect your code during execution. Think of it as freezing time to examine what's happening inside your program. Xdebug is one such debugger ...1 likedebugging