anujkumar05.hashnode.devHow 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...Feb 2, 2025·6 min read
anujkumar05.hashnode.devComplete Setup Guide for a Node.js Server with TypeScript and NodemonIf you’re diving into backend development with Node.js and want the benefits of TypeScript’s type safety and nodemon for automatic server restarts during development, this guide is for you. By the end of this post, you’ll have a fully functional setu...Jan 14, 2025·4 min read
blogs.deuexsolutions.comHow to Integrate gRPC with React and TypeScriptAs UI developers, we often rely on RESTful APIs or GraphQL to communicate with backend services. However, gRPC (gRPC Remote Procedure Calls) offers a high-performance, efficient, and strongly typed alternative that can significantly enhance the way o...Jun 17, 2024·4 min read
anujkumar05.hashnode.devEasy Guide to Understanding package.jsonWhen developing a React project, one of the first things you encounter is the package.json file. This unassuming JSON file is a vital component of any Node. js-based project and plays a crucial role in managing dependencies, scripts, and other projec...May 22, 2024·11 min read
blogs.deuexsolutions.comEffective Batch Updates in ReactIn React, quick rendering and updating of components are crucial for creating smooth and responsive user experiences. Using batch updates is one technique to improve performance. In this blog, we will look at what batch updates are, why they are impo...Jul 25, 2023·3 min read