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 136 posts matching "web development"

Setting up Google Cloud Text to Speech App
This article will guide you through the process of setting up a simple TTS web app using Google Cloud Text-to-Speech (TTS) and Next.js.
December 6, 2024•O. Wolfson•
Web Development
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
Building a Contact submission form in Next.js 15 and Notion
Next.js 15 introduces tools like the App Router and server actions that streamline building modern web applications. This article demonstrates how to...
December 5, 2024•O. Wolfson•
Web Development
Params in Next.js: From Version 14 to 15
Next.js 15 brings a promise-based approach to optimize server-side rendering, streaming, and parallel data fetching.
December 2, 2024•O. Wolfson•
Web Development
How to Copy Text to the System Clipboard in Vim
Vim is a powerful text editor, and knowing how to efficiently copy text to your system clipboard can greatly enhance your productivity.
November 25, 2024•O. Wolfson•
Web DevelopmentProductivity
Vim Motions Series
Vim is a highly configurable text editor widely used for efficient coding and text manipulation. It operates mainly through the keyboard. One of Vim's...
November 20, 2024•O. Wolfson•
Web Development
Install Shadcn/ui with legacy peer dependencies for Next.js 15
Quick fix for successfully installing Shadcn/ui in Next.js 15 with React 19.
November 3, 2024•O. Wolfson•
Web Development
Building a Typing Code Animation Component
This article will guide you through building a typing code animation component in React/Next.js.
October 31, 2024•O. Wolfson•
Web DevelopmentVideo ProductionProgramming
Create a Member Site in Laravel - The Plan
Build a feature-rich membership site with Laravel, covering essentials like authentication, subscription billing, content restriction, and user manage...
October 30, 2024•O. Wolfson•
Web Development
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