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 10 posts matching "express"

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
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
Vim Motion Series 10: Advanced Search, Replace, and Regular Expressions
We’ll focus on advanced search, replace, and regular expressions using Vim motions.
October 10, 2024•O. Wolfson•
Productivity
Extracting Coordinates with Regex from Google Maps URLs
In web development, dealing with URLs and extracting specific data from them is a common task. In this article, we'll explore how to use regular expre...
May 19, 2024•O Wolfson•
Web Development
Express App with PostgreSQL Integration
Our application will provide APIs to fetch and add customer data in a PostgreSQL database.
March 22, 2024•O. Wolfson•
webdevelopmentjavascript
Express server API request object
Various Express server APIs
March 18, 2024•O. Wolfson•
webdevelopmentjavascript
Creating a Basic Express Server in Nodejs
Create a functional server running on your local machine, ready to handle requests and serve JSON data.
March 17, 2024•O. Wolfson•
webdevelopmentjavascript
Google Cloud Platform Uploader
This article covers an implementation of a server using the Express framework that allows uploading, checking, and deleting files to/from a Google Clo...
February 15, 2023•O. Wolfson•
webdevelopmentjavascript