nextauth-handle-multiple-google-roles.hashnode.devOne App, Two Roles: The Dual Google Provider Strategy for NextAuth.Introduction: The Role Dilemma ? In this post, We will be exploring how to implement dual Google authentication using NextAuth, and How this approach is useful in scenarios where user can have different roles — like in my case, building a job portal ...Apr 20, 2025·6 min read
signed-urls-for-easier-uploads.hashnode.devSpeed Up File Uploads with Signed URLsWhat are Signed URL’s? Signed URLs are secure, time-limited links that let users upload or download files directly from cloud storage (like GCP or AWS) without a server processing the request in between. A simply analogy would be - Imagine you're ren...Apr 13, 2025·3 min read
tanstack-explained.hashnode.devGetting started with TanStackLet start with - What is TanStack Query? Tanstack also know as react query, is a modern library for managing server state in your react/Next js applications. It really shines for its simplification of data fetching , caching, synchronization, and upd...Jan 22, 2025·5 min read