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.
Extracting URL Parameters in Next.js 15: A Practical Guide
This guide will explore how to work with URL parameters in Next.js 15 and create a minimal page component to demonstrate this in practice.
December 24, 2024•O. Wolfson•
Web DevelopmentProgramming
Breaking Down the Regex for Phone Numbers
When working with phone numbers in applications, ensuring that the input is properly validated is essential.
December 21, 2024•O. Wolfson•
Web Development
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
Decoding the Regex for Validating Email Addresses
Email validation is a common task in programming, and using a regular expression (regex) can simplify this process. One of the most popular regex patt...
December 20, 2024•O. Wolfson•
Programming
Marshall McLuhan and Neil Postman: Prophets of Our Digital Age
Marshall McLuhan and Neil Postman were intellectual titans of the 20th century who, through their seminal works, foresaw societal challenges that reso...
December 17, 2024•O. Wolfson•
PhilosophyPolitics
Understanding Regex for Digits
The regex pattern backslash d plus is a fundamental expression used for identifying and working with digits in a string.
December 17, 2024•O. Wolfson•
Web Development
Understanding Word Boundaries and Alternation in Regex
Regular expressions (regex) are powerful tools for matching patterns in text. In this article, we’ll explore two key concepts: word boundaries  and a...
December 16, 2024•O. Wolfson•
Web Development
Master Regex: A Practical Series with an Interactive Tester
Regular expressions, or regex, are powerful tools for solving complex text processing challenges.
December 13, 2024•O. Wolfson•
Web DevelopmentProductivityProgramming
Reading List - I Claudius and the Rise of Authoritarianism
When Robert Graves wrote I, Claudius in the 1930s, Europe was on the brink of profound change. Fascist regimes were rising like Mussolini in Italy and...
December 7, 2024•O. Wolfson•
HistoryPoliticsLiterature
Centralizing Role-Based Access Control in a Next.js Layout with Supabase Auth
In a Next.js application using the app router, the layout component provides an excellent place to handle authentication and role checks. This approac...
December 6, 2024•O. Wolfson•
Web DevelopmentProgramming