Aditya Pradhanblogsadityapradhan.hashnode.dev·20 hours agoTypeScript WebSockets 101: Getting Started GuideWhat are WebSockets ? WebSockets provide a full-duplex communication channel over a single TCP connection. WebSockets enable real-time communication between the client and server, making them ideal for applications such as chat apps, live notificatio...websockets
John Schibellischibelli.dev·Feb 14, 2025Event Handling & Conditional Rendering in ReactThis article is part of the "Mastering React with Next.js: A Developer's Guide" series. In our previous article, "Understanding Components, Props, and State Management in React," we explored the foundational concepts that make React such a powerful l...Mastering React with Next.js: A Developer's GuideReact
Vijay Thirugnanamvijayt.com·Feb 14, 2025Auth.js in a nextjs appAuth.js is a popular framework for authentication in a NextJS app. The basic configuration is shown below import NextAuth from "next-auth" import { PrismaAdapter } from "@auth/prisma-adapter" import { prisma } from "@/prisma" import Google from "next...Next.js
Madzamadza.hashnode.dev·Feb 13, 2025How to Build and Deploy Full-Stack JavaScript Apps with NextJS, Tailwind, PostgreSQL, and Sevalla⚡👨💻In the rapidly evolving digital landscape with so many modern technologies being introduced every day, managing the app infrastructure might seem as a daunting task. Besides tight deadlines and high expectations from your clients, stuff like setting ...sevalla
Anurag Singhanurag24.hashnode.dev·Feb 13, 2025Simple Guide to Setting Up OAuth Authentication in Next.js AppsAuthentication is a critical part of modern web applications, and OAuth has become the go-to standard for secure and scalable user authentication. If you're building a Next.js application and want to integrate OAuth, you're in the right place! In thi...1 like·31 readsauthentication
Faizan Habibfaizanhabib.hashnode.dev·Feb 13, 2025Faizan Habib - Web DeveloperI am Faizan Habib, an experienced Web Developer passionate about crafting seamless user experiences. With expertise in Next.js, React.js, JavaScript, WordPress, Tailwind CSS, HTML5, and CSS3, I specialize in developing responsive, high-performance we...Next.js
Bank Statementbankstatementextract.hashnode.dev·Feb 11, 2025Technical Deep Dive: Building a Modern PDF Data Extraction ApplicationIn this comprehensive technical guide, we'll explore the architecture and implementation details of a modern PDF data extraction application built with Next.js 14, focusing on scalability, performance, and user experience. Introduction Building a rel...Next.js
Hussnain Ahmadpsychocoder.hashnode.dev·Feb 10, 2025Keyboard Confessions - Episode # 03Hi everyone, Welcome to the 3rd episode of “KEYBOARD CONFESSIONS” Development Logs WiFi Tool I was working on a WiFi app (named WiFiMate) for university students. It was basically an app for pakistani university students where they can connect to “E...Keyboard Confessionspsycho coder
Ákos Kőművesakoskm.com·Feb 9, 2025Next.js SEO: How to solve Duplicate, Google chose different canonical than userI’ll show you the easiest way to avoid this common error in Google Search Console when using Next.js for your website. And don’t worry if you’re using other frameworks, the idea is the same! Addressing this issue is important because it will improve ...1 likeNext.js
Syed Muhammad Yaseensm-y.dev·Feb 9, 2025Building a Modern Developer Portfolio with Next.js, Hashnode, Shadcn & Tailwind v4Building a Modern Developer Portfolio with Next.js and Hashnode In the fast-paced world of tech, a strong developer portfolio isn’t just a showcase of your work—it’s your personal brand. To stand out, I built a portfolio that combines Next.js, Hashno...42 readsProjectsNext.js