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.
Vim Motion Series 8: Mastering Jumps, Marks, and Efficient Navigation
In this article, we’ll explore Vim’s jump list and marking system, both of which are crucial for efficiently navigating and editing long documents.
October 8, 2024•O. Wolfson•1•
Productivity
Next.js: Understanding Loading and Streaming
When building a dynamic web application, ensuring smooth and responsive user interactions is key. Next.js provides an elegant solution to enhance user...
October 7, 2024•O. Wolfson•
Web Development
Vim Motion Series 7: Visual Mode and Text Object Selections.
Delve into some of Vim’s most versatile features—Visual Mode and text object selections.
October 7, 2024•O. Wolfson•1•
Web Development
Vim Motion Series 6: Essential Vim Motions for Efficient Text Editing
We’ll dive into essential motions and commands.
October 6, 2024•O. Wolfson•1•
Productivity
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
Vim Motion Series 5: Copy and Paste in Vim
We’ll cover the essential commands and techniques for copy-paste operations in Vim.
October 5, 2024•O. Wolfson•1•
Productivity
MDX Blog
MDXBlog is a free starter template project that is easy to install and deploy. Using MDX (Markdown + JSX) and Next.js, it generates static pages that...
October 4, 2024•O. Wolfson•1•
Web Development
Vim Motion Series 4: Mastering Search and Find Using Vim Motions
In this article, we’ll explore some of Vim’s most powerful features: search and find motions.
October 4, 2024•O. Wolfson•2•
Productivity
Frictionless Content Creation with MDXBlog
MDXBlog stores posts as markdown files on the local machine, eliminating the need for a round trip to a database every time I want to write or edit a...
October 3, 2024•O. Wolfson•1•
Web DevelopmentProject
Next.js: Navigating Between Routes
Next.js offers multiple ways to navigate between routes, which can improve the user experience by speeding up page transitions and preserving state.
October 3, 2024•O. Wolfson•1•
Web Development