TechBlog: All things software development, tech, or programming.
Language Learning with Spaced Repetition
July 1, 2024
Likes: 0
Language Learning with Spaced Repetition: Italian, French, and Thai
How to Unlock Multiple PDF Files in a Folder Using Python
June 27, 2024
Likes: 0
Unlocking multiple PDF files individually can be a tedious task, especially if you have a large number of them. Fortunately,...
Resizing JPEG Images with Node.js and Sharp
June 20, 2024
Likes: 0
Resizing images is a common task in many applications, especially for optimizing web performance and storage.
Create a GIF file from jpegs
June 16, 2024
Likes: 0
Create a GIF file running at 5 frames per second from a series of JPEG images using ffmpeg.
iPhone images HEIC to a PDF
June 12, 2024
Likes: 0
Handling HEIC files and converting them to more commonly used formats like PDF can be a crucial step in many...
Heic to Jpg Image Converter
June 11, 2024
Likes: 0
image conversion using Sharp
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...