TechBlog: All things web design, software development, tech, or programming.
Create a Multi-Select Component Using ShadCN in Next.js
March 7, 2025
Likes: 3
Multi-select dropdowns are crucial for user-friendly forms, allowing users to pick multiple options efficiently.
How to Install and Use Local Fonts in Next.js 15
March 4, 2025
Likes: 2
This guide explains how to install and use local fonts in a Next.js 15 project
Optimized CustomImage Component for Next.js
March 3, 2025
Likes: 1
When working with images in a Next.js project, using the built-in next/image component is the recommended approach for optimized loading,...
Understanding Dynamic Routes in Next.js 15: Async Params and Search Params
March 2, 2025
Likes: 4
Next.js 15 introduces several updates to its App Router, particularly in how dynamic routes handle parameters. One of the most...
Key Concepts You Need to Know About Next.js 15
March 1, 2025
Likes: 2
Next.js 15 builds upon the app router paradigm, optimizing performance, developer experience, and scalability.
How to Use React Email in a Next.js Project
February 12, 2025
Likes: 1
Email templates have traditionally been built using HTML and inline styles, which can be tedious and inconsistent across different email...
Extracting URL Parameters in Next.js 15: A Practical Guide
December 24, 2024
Likes: 0
This guide will explore how to work with URL parameters in Next.js 15 and create a minimal page component to...
Centralizing Role-Based Access Control in a Next.js Layout with Supabase Auth
December 6, 2024
Likes: 2
In a Next.js application using the app router, the layout component provides an excellent place to handle authentication and role...
Setting up Google Cloud Text to Speech App
December 6, 2024
Likes: 1
This article will guide you through the process of setting up a simple TTS web app using Google Cloud Text-to-Speech...
Building a Contact submission form in Next.js 15 and Notion
December 5, 2024
Likes: 1
Next.js 15 introduces tools like the App Router and server actions that streamline building modern web applications. This article demonstrates...