TechBlog: All things web design, software development, tech, or programming.
Building a Content Management System for Static MDX Files
June 2, 2024
Likes: 0
In this article, we'll walk you through creating a content management system (CMS) for our MDX Blog, where blog posts...
Extracting Coordinates with Regex from Google Maps URLs
May 19, 2024
Likes: 0
In web development, dealing with URLs and extracting specific data from them is a common task. In this article, we'll...
Google Map Viewer in React
May 19, 2024
Likes: 0
In this article, we'll explore how to create a Google Map Viewer using React and Next.js. This app allows users...
React Debounce Hook
May 18, 2024
Likes: 0
Debouncing is a programming practice used to ensure that time-consuming tasks do not fire so often, optimizing performance and improving...
Deploy a Dockerized application to Google Cloud
May 11, 2024
Likes: 0
Here is a simple tutorial for creating a Node.js-based web application that takes text input from the user, saves it...
Convert GIF files to MP4 Videos Using Fluent Ffmpeg
May 10, 2024
Likes: 0
Transform GIFs into MP4 videos with ease using Node.js and FFmpeg! Our latest tutorial guides you through creating a Node.js...
Next.js Documentation - Configuring MDX in Next.js
April 20, 2024
Likes: 0
From the Next.js official documentation: MDX is a superset of markdown that lets you write JSX directly in your markdown...
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...
Understanding location.origin in Web Development
January 3, 2024
Likes: 2
Write your description here...
API Route Handlers in Next.js 13 +
January 1, 2024
Likes: 0
Next.js, a widely popular React framework, has always been at the forefront of simplifying and enhancing web development. With the...