Implementing a Scroll-to-Top Feature in a Next.js 14 App
August 15, 2024
Likes: 0
Providing a seamless user experience when navigating between pages by ensuring scroll is reset to the top of the page....
What is React vs Vanilla Javascript?
August 15, 2024
Likes: 0
React is a JavaScript library that helps you build user interfaces, especially for web apps, more easily and efficiently.
How to Download Images in Node.js Using Axios and fs-extra
July 29, 2024
Likes: 0
Download an image from a specified URL and save it to a local file path using Node.js.
API Route in Next.js 14 for Database Updates with Supabase
April 16, 2024
Likes: 0
Explore how to set up an API route using Next.js 14 that interacts with a database using Supabase.
Managing Authentication Tokens with Middleware in Next.js and Supabase
April 16, 2024
Likes: 0
Middleware is a crucial part of web development that helps manage the flow of information between the user and the...
Shadcn ui buttonVariants
April 16, 2024
Likes: 0
This article covers how to use the `buttonVariants` utility from Shadcn UI to style an element as a button in...
Authentication App with Supabase and Nextjs 14
April 14, 2024
Likes: 0
This article will guide you through creating a simple authentication app using Supabase Auth and Next.js 14.
Postgres SQL commands
April 13, 2024
Likes: 0
Postgres SQL commands for Supabase
Avatar Uploader with Server Actions
April 12, 2024
Likes: 0
This app enables users to log in, view their current avatar, upload a new image as an avatar, and log...
Supabase Authentication With Next.js
March 31, 2024
Likes: 0
Learn how to set up Supabase authentication with Next.js. This example uses Supabase for authentication and Next.js for the frontend....