Upgrading to Async Promise-Based searchParams in Next.js 15
October 30, 2024
Likes: 0
Next.js 15 introduces several enhancements to improve server-side rendering, parallel data fetching, and integration with React 19.
Building a Full-Stack CRUD Application with Next.js 15 and Supabase Authentication
October 29, 2024
Likes: 1
Next.js 15 brings new enhancements, including Promise-based `searchParams`, improved server performance, and a seamless integration with React 19.
PostgreSQL Query Schema
October 28, 2024
Likes: 0
In PostgreSQL, you can retrieve the schema details of a specific table by querying...
Setting Up Supabase API for Next.js 14 App with Server-Side Rendering (SSR)
October 28, 2024
Likes: 0
Creating a Supabase client for SSR in Next.js
Organizing Your Next.js 14+ Project: File Colocation and Best Practices with the App Router
October 19, 2024
Likes: 1
This article explores best practices for organizing your Next.js 14+ project, particularly focusing on file colocation with the App Router.
What is Lightweight Directory Access Protocol?
October 19, 2024
Likes: 0
LDAP is a protocol used for accessing and managing directory services over a network.
SSL and TLS Encrypted Connections
October 18, 2024
Likes: 0
SSL (Secure Sockets Layer) and TLS (Transport Layer Security) are cryptographic protocols that provide secure communication over a computer network....
How to Set Up Custom SMTP with Supabase and Resend: A Step-by-Step Guide
October 17, 2024
Likes: 0
SMTP, or Simple Mail Transfer Protocol, is a protocol used for sending and relaying emails across the Internet.
Legacy HTTP Basic Authentication: History and Explanation
October 16, 2024
Likes: 0
One of the earliest and most straightforward methods introduced was HTTP Basic Authentication, part of the HTTP/1.0 specification published in...
A Brief History of Authentication for Computer Systems and the Web
October 15, 2024
Likes: 0
From simple, local authentication methods to more complex, distributed, and secure systems that can handle the demands of modern web...