TechBlog: All things web design, software development, tech, or programming.
Params in Next.js: From Version 14 to 15
December 2, 2024
Likes: 2
Next.js 15 brings a promise-based approach to optimize server-side rendering, streaming, and parallel data fetching.
How to Copy Text to the System Clipboard in Vim
November 25, 2024
Likes: 2
Vim is a powerful text editor, and knowing how to efficiently copy text to your system clipboard can greatly enhance...
Output audio from Chrome to QuickTime for recording using BlackHole
November 22, 2024
Likes: 0
BlackHole is a free, open-source virtual audio driver for macOS that allows you to route audio between applications.
Vim Motions Series
November 20, 2024
Likes: 1
Vim is a highly configurable text editor widely used for efficient coding and text manipulation. It operates mainly through the...
Install Shadcn/ui with legacy peer dependencies for Next.js 15
November 3, 2024
Likes: 2
Quick fix for successfully installing Shadcn/ui in Next.js 15 with React 19.
Building a Typing Code Animation Component
October 31, 2024
Likes: 0
This article will guide you through building a typing code animation component in React/Next.js.
Create a Member Site in Laravel - The Plan
October 30, 2024
Likes: 0
Build a feature-rich membership site with Laravel, covering essentials like authentication, subscription billing, content restriction, and user management for a...
Upgrading to Async Promise-Based searchParams in Next.js 15
October 30, 2024
Likes: 0
Next.js 15 introduces several enhancements to improve server-side rendering, parallel data fetching, and integration with React 19.
Building a Full-Stack CRUD Application with Next.js 15 and Supabase Authentication
October 29, 2024
Likes: 6
Next.js 15 brings new enhancements, including Promise-based `searchParams`, improved server performance, and a seamless integration with React 19.
PostgreSQL Query Schema
October 28, 2024
Likes: 3
In PostgreSQL, you can retrieve the schema details of a specific table by querying...