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.
Schedule a GitHub Action
In this article, we'll create a GitHub Action that runs once a day at midnight UTC to execute a script. This script interacts with an external API tha...
February 22, 2024•O. Wolfson•
webdevelopmentjavascript
Automated Profile Creation in Supabase PostgreSQL
Creating a profile table in Supabase that automatically gets a new record each time a new `auth.user` is created is a great way to streamline user man...
February 11, 2024•O. Wolfson•
webdevelopmentjavascript
Supabase PostgreSQL Database Function and Trigger
Supabase is an open-source platform that provides a suite of tools for building and deploying applications. It includes a PostgreSQL database, authent...
February 2, 2024•O. Wolfson•
webdevelopmentjavascript
Next.js 14 App with Clerk and Supabase
Write your description here...
January 26, 2024•O. Wolfson•
webdevelopmentjavascript
URL-Based State Management in React Pagination
Write your description here...
January 17, 2024•O. Wolfson•
webdevelopmentjavascript
Welcome to the Blog
A brief introduction to the blog and what you can expect to find here.
January 15, 2024•O. Wolf•
Announcements
Next.js Web App Search Functionality
This article will guide you through setting up the project, creating the necessary components, and implementing search functionality with URL paramete...
January 14, 2024•O. Wolfson•
webdevelopmentjavascript
Conditional Styling in Tailwind with Next.js
Next.js, combined with Tailwind CSS, offers a powerful platform for building dynamic and visually appealing web applications. In this article, we'll e...
January 9, 2024•O. Wolfson•
webdevelopmentjavascript
Understanding location.origin in Web Development
Write your description here...
January 3, 2024•O. Wolfson•3•
webdevelopmentjavascript
API Route Handlers in Next.js 13 +
Next.js, a widely popular React framework, has always been at the forefront of simplifying and enhancing web development. With the release of Next.js...
January 1, 2024•O. Wolfson•
webdevelopmentjavascript