Oliver Wolfson
ServicesProjectsContact

Development Services

SaaS apps · AI systems · MVP builds · Technical consulting

Services·Blog
© 2025 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.
Create a GIF file from jpegs
Create a GIF file running at 5 frames per second from a series of JPEG images using ffmpeg.
June 16, 2024•O Wolfson•
Web Development
iPhone images HEIC to a PDF
Handling HEIC files and converting them to more commonly used formats like PDF can be a crucial step in many workflows, especially when dealing with l...
June 12, 2024•O Wolfson•
Web Development
Heic to Jpg Image Converter
image conversion using Sharp
June 11, 2024•O Wolfson•
Web Development
Building a Content Management System for Static MDX Files
In this article, we'll walk you through creating a content management system (CMS) for our MDX Blog, where blog posts are stored as local static files...
June 2, 2024•O Wolfson•
Web Development
Extracting Coordinates with Regex from Google Maps URLs
In web development, dealing with URLs and extracting specific data from them is a common task. In this article, we'll explore how to use regular expre...
May 19, 2024•O Wolfson•
Web Development
Google Map Viewer in React
In this article, we'll explore how to create a Google Map Viewer using React and Next.js. This app allows users to input a Google Maps link, which the...
May 19, 2024•O Wolfson•
Web Development
React Debounce Hook
Debouncing is a programming practice used to ensure that time-consuming tasks do not fire so often, optimizing performance and improving user experien...
May 18, 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
Vim Motion Series 1b - Understanding Modal Editing
Modal editing is what makes Vim a powerful tool for text editing.
May 7, 2024•O. Wolfson•
Productivity