Author: Abhijay Rajvansh
- graphql server: implementation of graphql with express.js for node server.
- graphql apollo client: client side implementation of graphql with react and next.js.
- auth auth with postgresql server: google oauth implementation with user and admin roles.
- spotify player: embed spotify mini card component in jsx/tsx apps.
- youtube transcript generator: convert youtube videos into LLM-ready markdown data.
- tanstack query & mutation: a better way to query and mutate data.
- nextjs starter kit: nextjs typescript drizzle postgres nextauth starter kit.
- twitterX-posts-api: embed X posts (formerly tweets) without using any official api.
- prisma orm api: implementation of crud ops using prisma orm in node.js
- password hashing: hashing passwords before storing them into database, part of IAM security flow.
- auth pages ui: clean react components for register and login page with validations.
- traditional auth: traditional way of jwt authentication from scrath using postgres, express, react and node.
- flare particles: flare effect with flying dust particles landing page.
- admin dashboard: admin dashbaord with kanban and even management ops.