TechBlog: All things web design, software development, tech, or programming.
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.
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: 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
Express App with PostgreSQL Integration
March 22, 2024
Likes: 0
Our application will provide APIs to fetch and add customer data in a PostgreSQL database.
Express server API request object
March 18, 2024
Likes: 0
Various Express server APIs
Creating a Basic Express Server in Nodejs
March 17, 2024
Likes: 0
Create a functional server running on your local machine, ready to handle requests and serve JSON data.
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.