Oliver Wolfson
ServicesProjectsContact

Development Services

SaaS apps · AI systems · MVP builds · Technical consulting

Services·Blog
© 2026 O. Wolf. All rights reserved.

Blog

Articles, tutorials, and insights about web development and technology.

Search Posts
Find posts by title, description, author, tags, or categories.

Found 11 posts matching "node.js"

How to Download Images from Google Images Using Puppeteer and Node.js
Explore how to create a script that automates the process of downloading images from Google Images using Puppeteer, Node.js, and some helper functions...
July 31, 2024•O Wolfson•
Web Development
How to Download Images in Node.js Using Axios and fs-extra
Download an image from a specified URL and save it to a local file path using Node.js.
July 29, 2024•O Wolfson•
Web Development
How to Convert Text to Speech Using Google Cloud Text-to-Speech API
Google Cloud Text-to-Speech API allows developers to synthesize natural-sounding speech from text. This guide will walk you through the process of set...
July 11, 2024•O Wolfson•
Web Development
Resizing JPEG Images with Node.js and Sharp
Resizing images is a common task in many applications, especially for optimizing web performance and storage.
June 20, 2024•O Wolfson•
Web Development
Deploy a Dockerized application to Google Cloud
Here is a simple tutorial for creating a Node.js-based web application that takes text input from the user, saves it to a text file, and is deployed u...
May 11, 2024•O Wolfson•
Web Development
Convert GIF files to MP4 Videos Using Fluent Ffmpeg
Transform GIFs into MP4 videos with ease using Node.js and FFmpeg! Our latest tutorial guides you through creating a Node.js script that leverages the...
May 10, 2024•O Wolfson•
Web DevelopmentProgrammingProductivity
Using Google Cloud Text-to-Speech API
In this aritcle, we will walk through the process of using Google Cloud Text-to-Speech API to convert text to speech in a Node.js application. This gu...
November 23, 2023•O. Wolfson•
webdevelopmentjavascript
Web Scraping with Cheerio
In this tutorial, you'll learn how to scrape quotes from a website using Cheerio and Node.js, and save the extracted quotes to a JSON file. We'll be f...
April 3, 2023•O. Wolfson•
webdevelopmentjavascript
PostgreSQL Database with Foreign Key Relationships using Supabase
Learn how to create a PostgreSQL database with foreign key relationships using Supabase and query the data with Node.js in this tutorial. Build modern...
March 1, 2023•O. Wolfson•
webdevelopmentjavascript
Node.js Blog Post Creation Script
This article describes a Node.js blog post creation script with a command-line interface. User can enter data via the terminal and save a blog post to...
February 19, 2023•O. Wolfson•
webdevelopmentjavascript