Oliver Wolfson
ServicesProjectsContact

Development Services

SaaS apps · AI systems · MVP builds · Technical consulting

Services·Blog
© 2025 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 136 posts matching "web development"

Building a Full-Stack CRUD Application with Next.js 15 and Supabase Authentication
Next.js 15 brings new enhancements, including Promise-based `searchParams`, improved server performance, and a seamless integration with React 19.
October 29, 2024•O. Wolfson•
Web Development
PostgreSQL Query Schema
In PostgreSQL, you can retrieve the schema details of a specific table by querying...
October 28, 2024•O. Wolfson•
Web Development
Setting Up Supabase API for Next.js 14 App with Server-Side Rendering (SSR)
Creating a Supabase client for SSR in Next.js
October 28, 2024•O. Wolfson•
Web Development
Organizing Your Next.js 14+ Project: File Colocation and Best Practices with the App Router
This article explores best practices for organizing your Next.js 14+ project, particularly focusing on file colocation with the App Router.
October 19, 2024•O. Wolfson•
Web Development
What is Lightweight Directory Access Protocol?
LDAP is a protocol used for accessing and managing directory services over a network.
October 19, 2024•O. Wolfson•
Web Development
SSL and TLS Encrypted Connections
SSL (Secure Sockets Layer) and TLS (Transport Layer Security) are cryptographic protocols that provide secure communication over a computer network.
October 18, 2024•O. Wolfson•
Web Development
How to Set Up Custom SMTP with Supabase and Resend: A Step-by-Step Guide
SMTP, or Simple Mail Transfer Protocol, is a protocol used for sending and relaying emails across the Internet.
October 17, 2024•O. Wolfson•
Web Development
Legacy HTTP Basic Authentication: History and Explanation
One of the earliest and most straightforward methods introduced was HTTP Basic Authentication, part of the HTTP/1.0 specification published in 1996
October 16, 2024•O. Wolfson•
Web Development
A Brief History of Authentication for Computer Systems and the Web
From simple, local authentication methods to more complex, distributed, and secure systems that can handle the demands of modern web applications and...
October 15, 2024•O. Wolfson•
Web Development
How to Enable Google Auth for Supabase in a Next.js App
Adding Google Sign-In to your Supabase-powered Next.js app involves configuring Supabase, setting up the Google Cloud project for OAuth credentials, a...
October 15, 2024•O. Wolfson•
Web Development