Oliver Wolfson
ProjectsContact

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.
Next Auth Example
NextAuth is an easy to implement, full-stack (client/server) open source authentication library originally designed for Next.js and Serverless.
December 27, 2023•O. Wolfson•
webdevelopmentjavascript
Next.js 14 Basic Template
Next.js 14, known for its high efficiency and swift page loading, serves as the backbone of this template. It simplifies the development process witho...
December 18, 2023•O. Wolfson•
webdevelopmentjavascript
Fix Event Bubbling on Select Component from Shandcn/ui
Write your description here...
December 7, 2023•O. Wolfson•
webdevelopmentjavascript
URL Based State Management in Next.js
Write your description here...
December 3, 2023•O. Wolfson•
webdevelopmentjavascript
Basic Next 14 template
Write your description here...
November 29, 2023•O. Wolfson•
webdevelopmentjavascript
Setting Up Google reCAPTCHA in a React Form
In this tutorial, we'll learn how to integrate Google reCAPTCHA into a React form to enhance security and prevent automated submissions. We'll base ou...
November 24, 2023•O. Wolfson•
webdevelopmentjavascript
Using Google Cloud Text-to-Speech API
In this aritcle, we will walk through the process of using Google Cloud Text-to-Speech API to convert text to speech in a Node.js application. This gu...
November 23, 2023•O. Wolfson•
webdevelopmentjavascript
Automating Sitemap Generation with GitHub Actions
This article covers updating a sitemap using GitHub Actions. This approach ensures that new content is promptly indexed by search engines, improving y...
November 20, 2023•O. Wolfson•
webdevelopmentjavascript
Simple Static MDX Blog
Creating a static MDX blog in Next.js 14 involves several steps, including setting up your Next.js environment, creating MDX files, and configuring yo...
November 17, 2023•O. Wolfson•1•
Web Development
Using Grid with Tailwind CSS
CSS Grid is a powerful tool for creating layouts in CSS. It allows you to create complex layouts that are responsive and easy to maintain. In this art...
October 13, 2023•O. Wolfson•
webdevelopmentjavascript