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.
GitHub Flow - Part 3
Continuing from where we left off in our GitHub Flow article series, Part 3 delves deep into the collaborative spirit of GitHub - initiating and manag...
September 15, 2023•O. Wolfson•
webdevelopmentjavascript
GitHub Flow - Part 2
In this second installment of the GitHub Flow article series, we delve into creating a new branch and working on your feature. Learn how to manage you...
September 13, 2023•O. Wolfson•
webdevelopmentjavascript
GitHub Flow - Part 1
GitHub Flow Code-Along article series. GitHub Flow is a lightweight, branch-based workflow that supports teams and projects where deployments are made...
September 11, 2023•O. Wolfson•
webdevelopmentjavascript
Higher-Order Components
The concept of a "higher-order" function or component comes from functional programming. In functional programming, higher-order functions are functio...
August 30, 2023•O. Wolfson•
webdevelopmentjavascript
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