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 71 posts matching "Next.js"

Web Development
How to Create a Super Minimal Progressive Web App (PWA) with Next.js 15
Progressive Web Apps offer app-like experiences directly in the browser: installable, offline-capable, and fas...
June 30, 2025·O. Wolfson·2
Web Development
Building a Dynamic Form System with Configuration-Driven Design in Next.js
Creating flexible, extensible forms in a web application can become tedious if each one must be hardcoded. In...
June 1, 2025·O. Wolfson·1
Web DevelopmentDesign
How to Use Custom Fonts in a Next.js 15 + Tailwind 4 App
Tailwind CSS v4 introduces a more design-token–oriented approach to theming, which can eliminate the need for...
May 30, 2025·O. Wolfson·7
Web DevelopmentTechnology
Server Components vs Server Actions for Data Fetching and Auth in Next.js 15
With the introduction of React Server Components (RSC) and Server Actions in Next.js 14+, and now formalized i...
May 24, 2025·O. Wolfson·3
Web Development
Caching in Next.js 15 – A Developer's Guide
Here's a full step-by-step tutorial on caching in Next.js 15, including usage, benefits, best practices, and r...
May 23, 2025·O. Wolfson·1
Web DevelopmentDesign
A Random Hero Title Font Selector Component in Next.js
A random typeface selector for our hero title
April 13, 2025·O. Wolfson·5
Web DevelopmentProductivity
Create a Multi-Select Component Using ShadCN in Next.js
Multi-select dropdowns are crucial for user-friendly forms, allowing users to pick multiple options efficientl...
March 7, 2025·O. Wolfson·3
Web DevelopmentTypography
How to Install and Use Local Fonts in Next.js 15
This guide explains how to install and use local fonts in a Next.js 15 project
March 4, 2025·O. Wolfson·3
Web Development
Optimized CustomImage Component for Next.js
When working with images in a Next.js project, using the built-in next/image component is the recommended appr...
March 3, 2025·O. Wolfson·1
Web DevelopmentProgramming
Understanding Dynamic Routes in Next.js 15: Async Params and Search Params
Next.js 15 introduces several updates to its App Router, particularly in how dynamic routes handle parameters....
March 2, 2025·O. Wolfson·4