Oliver Wolfson
ProjectsContact

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.
Supabase Auth REST API with Next.js
To create a persistent auth using the Supabase REST API with Next.js and the App Router, you can follow these general steps...
August 30, 2023•O. Wolfson•
webdevelopmentjavascript
Tauri - Opening Files and URLs with Next.js
This article provides a step-by-step guide on integrating Tauri and Next.js. You'll learn how to add file and URL opening functionalities to your cros...
August 29, 2023•O. Wolfson•
webdevelopmentjavascript
The 'Git Run'
This article provides a step-by-step approach to understanding essential Git commands. It helps in setting a solid foundation for using Git, focusing...
August 21, 2023•O. Wolfson•
webdevelopmentjavascript
Real-Time Chat App in React
In this article, we'll break down a modern React-based chat component that uses real-time features from Supabase, an open-source Firebase alternative.
August 5, 2023•O. Wolfson•
webdevelopmentjavascript
Screen Recording with QuickTime
Is it just me, or is creating a screen recording in quicktime a little bit unintuitive? I always forget how to do it, so I'm writing this post to remi...
August 1, 2023•O. Wolfson•
webdevelopmentjavascript
Building an Expandable Table with React Table
We will create an expandable data table where each row represents a record that can be expanded to show more detailed information about the record. Th...
July 28, 2023•O. Wolfson•
webdevelopmentjavascript
Creating a Collapsible Tree View in React
In this tutorial, we will learn how to convert a flat data structure into a hierarchical tree view with collapsible nodes using React. This can be use...
July 24, 2023•O. Wolfson•
webdevelopmentjavascript
Context Provider Component for State Management in React
In React applications, efficiently managing and distributing data across components is crucial for building robust and scalable apps. One powerful tec...
July 2, 2023•O. Wolfson•
webdevelopmentjavascript
Solving CORS Issues in Next.js 13 with API Routes
Next.js, the open-source React framework developed by Vercel, has recently released its 13th version. As an outstanding development tool, it offers a...
July 2, 2023•O. Wolfson•
webdevelopmentjavascript
Search and Replace in Vim - A Quick Guide
Vim is a powerful text editor widely used in Unix-based systems. As a programmer's editor, it offers various methods for efficient search and replace...
June 19, 2023•O. Wolfson•
webdevelopmentjavascriptProgramming