Forgot/Reset Password in React.js and Axios
Putting security measures in place on your React apps to ensure that users register with strong passwords is a top priority for every developer. As users, sometimes we easily forget…
Continue readingPutting security measures in place on your React apps to ensure that users register with strong passwords is a top priority for every developer. As users, sometimes we easily forget…
Continue readingAuthentication is the act of verifying the identity of someone or something to determine whether the information about them is correct. Authentication deals with knowing the identity of a user….
Continue readingtRPC is a remote procedure call framework that provides a type-safe environment to build APIs for TypeScript and JavaScript-based projects without relying on schema definitions or libraries for code generation….
Continue readingtRPC is a remote procedure call framework used to build full-stack TypeScript applications with a minimal footprint. Usually, when we build full-stack applications that leverage TypeScript, sharing types between the…
Continue readingWhen we use TypeScript to build a full-stack application that consists of a RESTful API and web app, it becomes tedious to share types between the server and client. Prior…
Continue readingThis article will teach you how to add JSON Web Token (JWT) Authentication to a tRPC API built with PostgreSQL, Prisma, Express, Node.js, and Redis. When we build full-stack applications…
Continue readingt3-stack popularly known as tRPC is a lightweight library tailored specifically for building end-to-end typesafe APIs without the need for defined schemas or extra dependencies for code generation. This article…
Continue readingThis article will teach you how to build a full-stack CRUD App with Next.js, React Query, GraphQL Code Generator, React-Hook-Form, Zod, and graphql-request to perform Create/Update/Get/Delete operations. Next.js, React Query,…
Continue readingtRPC popularly known as t3-stack is a toolkit for building and consuming end-to-end typesafe APIs without depending on defined schemas or extra libraries for code generation. This article will teach…
Continue readingtRPC is a toolkit that allows developers to statically type their API endpoints and share those types between the client and server, without installing extra libraries for code generation. When…
Continue readingtRPC aka t3-stack is a light library for building end-to-end typesafe APIs for Next.js and Node apps without writing schemas or installing libraries for code generation. This article will teach…
Continue readingThis article will teach you how to build a GraphQL API with Next.js to implement the basic CRUD operations using apollo-server-micro, TypeGraphQL, MongoDB, Redis, Mongoose, and Typegoose. Next.js GraphQL API…
Continue reading