TechBlog: All things web design, software development, tech, or programming.
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: 1
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: 1
This article will guide you through creating a simple authentication app using Supabase Auth and Next.js 14.
Supabase Authentication With Next.js
March 31, 2024
Likes: 1
Learn how to set up Supabase authentication with Next.js. This example uses Supabase for authentication and Next.js for the frontend....
Simple Markdown Rendering in Next.js
March 30, 2024
Likes: 0
A Brief tutorial on how to create a Markdown page using a server component in Next.js
Dynamic Routes in Next.js 14
March 16, 2024
Likes: 0
Dynamic routes in Next.js allow developers to create pages with URLs that dynamically adapt to the content being served.
Sticky Footer
March 7, 2024
Likes: 0
a sticky footer in a Next.js project using Tailwind CSS. This approach ensures that the footer remains at the bottom...
Next.js 14 App with Clerk and Supabase
January 26, 2024
Likes: 0
Write your description here...
Next.js Web App Search Functionality
January 14, 2024
Likes: 0
This article will guide you through setting up the project, creating the necessary components, and implementing search functionality with URL...
Conditional Styling in Tailwind with Next.js
January 9, 2024
Likes: 0
Next.js, combined with Tailwind CSS, offers a powerful platform for building dynamic and visually appealing web applications. In this article,...