TechBlog: All things web design, software development, tech, or programming.
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...
Schedule a GitHub Action
February 22, 2024
Likes: 0
In this article, we'll create a GitHub Action that runs once a day at midnight UTC to execute a script....
Automated Profile Creation in Supabase PostgreSQL
February 11, 2024
Likes: 0
Creating a profile table in Supabase that automatically gets a new record each time a new `auth.user` is created is...
Supabase PostgreSQL Database Function and Trigger
February 2, 2024
Likes: 0
Supabase is an open-source platform that provides a suite of tools for building and deploying applications. It includes a PostgreSQL...
Next.js 14 App with Clerk and Supabase
January 26, 2024
Likes: 0
Write your description here...
URL-Based State Management in React Pagination
January 17, 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,...
Understanding location.origin in Web Development
January 3, 2024
Likes: 3
Write your description here...