TechBlog: All things web design, software development, tech, or programming.
How to Download Images from Google Images Using Puppeteer and Node.js
July 31, 2024
Likes: 0
Explore how to create a script that automates the process of downloading images from Google Images using Puppeteer, Node.js, and...
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.
Converting Markdown to PDF with Puppeteer and Markdown-it
July 21, 2024
Likes: 0
We'll use the puppeteer-core library to generate the PDF and markdown-it to parse the Markdown content. Additionally, we'll add custom...
How to Convert Text to Speech Using Google Cloud Text-to-Speech API
July 11, 2024
Likes: 0
Google Cloud Text-to-Speech API allows developers to synthesize natural-sounding speech from text. This guide will walk you through the process...
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.
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...