TechBlog: All things software development, tech, or programming.
Understanding useRef in React
September 24, 2024
Likes: 0
A Guide to Efficient State and DOM Management.
Understanding Video and Audio Bitrates for Encoding
September 16, 2024
Likes: 0
This guide should help you understand bitrate standards for different video and audio formats, including MP4, MKV, WebM, and more.
Managing Form Submissions in a Next.js Project with useFormState and useFormStatus
September 12, 2024
Likes: 0
Handling form submissions in a modern web application often involves providing feedback to the user, letting them know when their...
Implementing a Scroll-to-Top Feature in a Next.js 14 App
August 15, 2024
Likes: 0
Providing a seamless user experience when navigating between pages by ensuring scroll is reset to the top of the page....
What is React vs Vanilla Javascript?
August 15, 2024
Likes: 0
React is a JavaScript library that helps you build user interfaces, especially for web apps, more easily and efficiently.
How to Download Images in Node.js Using Axios and fs-extra
July 29, 2024
Likes: 0
Download an image from a specified URL and save it to a local file path using Node.js.
API Route in Next.js 14 for Database Updates with Supabase
April 16, 2024
Likes: 0
Explore how to set up an API route using Next.js 14 that interacts with a database using Supabase.
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: 0
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: 0
This article will guide you through creating a simple authentication app using Supabase Auth and Next.js 14.