O. Wolfson
ServicesProjectsBlogContact

Operational Automation

Customer operations · Knowledge operations · Content operations

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.
Dynamic Routes in Next.js 14
Dynamic routes in Next.js allow developers to create pages with URLs that dynamically adapt to the content being served.
March 16, 2024•O. Wolfson•
webdevelopmentjavascript
Sticky Footer
a sticky footer in a Next.js project using Tailwind CSS. This approach ensures that the footer remains at the bottom of the viewport if the content is...
March 7, 2024•O. Wolfson•
webdevelopmentjavascript
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