O. Wolfson
ServicesProjectsBlogContact

Fractional operations partner

Systems · Communication · AI & Automation

Services·Blog
© 2026 O. Wolf. All rights reserved.

Blog

Technical archive — notes, tutorials, and dev references.

Search Posts
Find posts by title, description, author, tags, or categories.

Found 136 posts matching "web development"

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...
October 29, 2024·O. Wolfson·7
Web Development
PostgreSQL Query Schema
In PostgreSQL, you can retrieve the schema details of a specific table by querying...
October 28, 2024·O. Wolfson·3
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 co...
October 19, 2024·O. Wolfson·2
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...
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 HTT...
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...
October 15, 2024·O. Wolfson·1
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 Googl...
October 15, 2024·O. Wolfson