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.

Found 125 posts matching "javascript"

API Route in Next.js 14 for Database Updates with Supabase
Explore how to set up an API route using Next.js 14 that interacts with a database using Supabase.
April 16, 2024•O. Wolfson•
webdevelopmentjavascript
Managing Authentication Tokens with Middleware in Next.js and Supabase
Middleware is a crucial part of web development that helps manage the flow of information between the user and the server. In a Next.js application, m...
April 16, 2024•O. Wolfson•
webdevelopmentjavascript
Shadcn ui buttonVariants
This article covers how to use the `buttonVariants` utility from Shadcn UI to style an element as a button in a Next.js project.
April 16, 2024•O. Wolfson•
webdevelopmentjavascript
Authentication App with Supabase and Nextjs 14
This article will guide you through creating a simple authentication app using Supabase Auth and Next.js 14.
April 14, 2024•O. Wolfson•
webdevelopmentjavascript
Postgres SQL commands
Postgres SQL commands for Supabase
April 13, 2024•O. Wolfson•
webdevelopmentjavascript
Avatar Uploader with Server Actions
This app enables users to log in, view their current avatar, upload a new image as an avatar, and log out. This system includes real-time UI updates,...
April 12, 2024•O. Wolfson•
webdevelopmentjavascript
Supabase Authentication With Next.js
Learn how to set up Supabase authentication with Next.js. This example uses Supabase for authentication and Next.js for the frontend. The example incl...
March 31, 2024•O. Wolfson•
webdevelopmentjavascript
Simple Markdown Rendering in Next.js
A Brief tutorial on how to create a Markdown page using a server component in Next.js
March 30, 2024•O. Wolfson•
webdevelopmentjavascript
Express App with PostgreSQL Integration
Our application will provide APIs to fetch and add customer data in a PostgreSQL database.
March 22, 2024•O. Wolfson•
webdevelopmentjavascript
Express server API request object
Various Express server APIs
March 18, 2024•O. Wolfson•
webdevelopmentjavascript