O. Wolfson
ServicesProjectsBlogContact

Fractional operations partner

Systems · Communication · AI & Automation

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

Blog

Technical archive — notes, tutorials, and dev references.

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

Found 9 posts matching "content creation"

Web DevelopmentProject
Frictionless Content Creation with MDXBlog
MDXBlog stores posts as markdown files on the local machine, eliminating the need for a round trip to a databa...
October 3, 2024·O. Wolfson·1
Web Development
Managing Form Submissions in a Next.js Project with useFormState and useFormStatus
Handling form submissions in a modern web application often involves providing feedback to the user, letting t...
September 12, 2024·O. Wolfson
Design
Create a Dynamic Noisy Logo Using Canvas and SVG in React
This effect generates random noise on a canvas and reveals the noise through an SVG logo using a mask.
September 11, 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...
July 11, 2024·O Wolfson
Web Development
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·1
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 blo...
June 2, 2024·O Wolfson
Web Development
Simple Static MDX Blog
Creating a static MDX blog in Next.js 14 involves several steps, including setting up your Next.js environment...
November 17, 2023·O. Wolfson·1
webdevelopment
Blog Post Creation Interface
Basic React user input interface for a blog post app.
February 20, 2023·O. Wolfson
webdevelopment
How to Draw a Circle With HTML5 Canvas
This article describes the the canvas arc drawing method that will allow us to draw a circle with the HTML5 ca...
March 22, 2022·O. Wolfson