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 125 posts matching "javascript"

Common Authentication Issues in Next.js and How to Resolve Them
Explore the most common authentication challenges faced by developers using Next.js and learn effective solutions to overcome them.
November 25, 2025•O. Wolfson•
Next.jsAuthenticationWeb Development
Using <details> and <summary> for Native Collapsible Content
The <details> and <summary> elements are simple yet powerful HTML5 features that allow you to create collapsible content sections without relying on J...
June 15, 2025•O. Wolfson•
Web Development
📄 Understanding the FormData API in JavaScript
The FormData API is a native JavaScript interface that allows you to collect and work with the data submitted via HTML forms.
June 7, 2025•O. Wolfson•
Web DevelopmentProgramming
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 in Next.js 15, the way we handle data fet...
May 24, 2025•O. Wolfson•
Web DevelopmentTechnologyProgramming
Practical React UseRef Examples
Here's are some examples of components without useRef, where the lack of useRef causes an issue, followed by a fixed version using useRef
January 2, 2025•O. Wolfson•
Web DevelopmentProgramming
The State of JavaScript 2024 - JavaScript Features
Here is a comprehensive list of JavaScript features highlighted in The State of JavaScript 2024.
December 21, 2024•O. Wolfson•
Web DevelopmentProgramming
Understanding Data Field Terminology in Software Development and Data Science
This article clarifies these terms by defining their usage in various contexts, such as programming, databases, and data science.
December 6, 2024•O. Wolfson•
Web DevelopmentProgramming
Upgrading to Async Promise-Based searchParams in Next.js 15
Next.js 15 introduces several enhancements to improve server-side rendering, parallel data fetching, and integration with React 19.
October 30, 2024•O. Wolfson•
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
Next.js: Guide to Error Handling in Next.js
In web development, handling errors can take different forms, from displaying user-friendly messages for validation errors to using more advanced tech...
October 5, 2024•O. Wolfson•
Web Development