Jan 31 · 4 min read · Prerequisites Solid understanding of Authentication fundamentals Familiarity with JWT, Sessions, OAuth If you want to read about above topics checkout this article https://noncodersuccess.medium.com/understanding-session-jwt-token-sso-and-oauth-2...
Join discussionJan 14 · 2 min read · When i Deployed my Saas (next.js app) in production i noticed something strange. On the first load my console showed session undefined but when i refreshed the page ie /dashboard everything worked perfectly. Even More Confusing that this never happen...
Join discussionDec 26, 2025 · 5 min read · Next.js is a popular framework built on top of React. It makes building modern and fast websites easier by handling things like page rendering, routing, and performance automatically. Developers can focus on building features rather than setting up c...
Join discussion
Dec 6, 2025 · 4 min read · You're running browser tests in your Next.js app with Vitest, and suddenly you're hit with a cascade of Vite pre-transform errors. This time for me it was a next-auth import type error and I couldn't figure out why, since I was importing the types on...
Join discussion
Nov 30, 2025 · 4 min read · Understanding ArrayBuffer in JavaScript and How to Use It with Files in Express.js and Next.js Handling binary data efficiently is an essential part of modern web development, especially when working with files, images, or streams. If you’ve ever dea...
Join discussion
Nov 12, 2025 · 5 min read · Otentikasi (authentication) adalah jantung keamanan sebuah aplikasi.Namun, membuat sistem login dari nol sering kali merepotkan: Harus mengelola hash password (bcrypt, argon2) Membuat sesi aman (cookies, JWT, CSRF) Mengatur login dengan provider O...
Join discussion
Nov 5, 2025 · 4 min read · In the ever-evolving world of web development, Search Engine Optimization (SEO) plays a critical role in driving traffic and enhancing visibility. Optimizing SEO in a framework like Next.js is key to increasing your website’s reach and attractiveness...
Join discussion
Oct 14, 2025 · 35 min read · ‘Learn how to build a scalable project management system — from wireframing and authentication to dashboards and CRUD APIs — using modern web technologies like Next.js, NextAuth, and Lucid React. 🧩 Step 0: Create a Wireframe and Preplan the Databa...
Join discussionOct 13, 2025 · 3 min read · Authentication is a key part of almost every web application. Whether it’s logging into a dashboard, accessing personalized content, or protecting certain pages, authentication ensures your app knows who your users are. But what if you want to implem...
Join discussion