arunp.hashnode.dev๐ Just shipped two SEO-optimized Next.js dashboards!๐ง Tech Stack:Next.js 14 (SSR/ISR) | Prisma | PostgreSQL | Tailwind ๐ Key Features: URL-driven state (filters/pagination) 100% SEO-friendly SSR content Shareable search results (like Airbnb!) Auth + Type-safe DB queries (NextAuth/Prisma) ๐ Pr...Feb 25, 2025ยท1 min read
arunp.hashnode.dev'this' Keyword in JS - Detailed ExplanationUnderstanding the 'this' Keyword in JavaScript This Post contains examples and explanations of how this keyword behaves in different contexts in JavaScript.example: https://github.com/arunkumar201/JS-Practice/tree/Main/this-in-js Table of Contents G...Sep 10, 2024ยท2 min read
arunp.hashnode.devUltimate Backend API Starter Kithttps://github.com/arunkumar201/rest-api-using-tsEdit this text Features Type-safe API development with TypeScript, and Zod for schema validation. Caching Layer using Redis. Seamless data modeling and interaction with MongoDB using Mongoose. Type...Sep 4, 2024ยท2 min read
arunp.hashnode.devIntroduction to Next.js 14 Middleware for Beginners, How it Works & Real Use CasesMiddleware is a powerful feature in Next.js that allows us to run code before a request is completed. It is a Function which runs on the server. We can take this Advantage to Modify the response we can redirect the request add response header rewr...Aug 2, 2024ยท6 min read